Searched refs:topdown (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/tools/perf/util/ |
D | stat.c | 93 ID(TOPDOWN_TOTAL_SLOTS, topdown-total-slots), 94 ID(TOPDOWN_SLOTS_ISSUED, topdown-slots-issued), 95 ID(TOPDOWN_SLOTS_RETIRED, topdown-slots-retired), 96 ID(TOPDOWN_FETCH_BUBBLES, topdown-fetch-bubbles), 97 ID(TOPDOWN_RECOVERY_BUBBLES, topdown-recovery-bubbles), 98 ID(TOPDOWN_RETIRING, topdown-retiring), 99 ID(TOPDOWN_BAD_SPEC, topdown-bad-spec), 100 ID(TOPDOWN_FE_BOUND, topdown-fe-bound), 101 ID(TOPDOWN_BE_BOUND, topdown-be-bound),
|
D | parse-events.l | 360 topdown-[a-z-]+ |
|
D | Build | 104 perf-y += topdown.o
|
/Linux-v5.10/tools/perf/Documentation/ |
D | topdown.txt | 13 perf stat --topdown implements this. 27 % perf stat -a --topdown -I1000 115 to read slots and the topdown metrics at different points of the program: 222 perf stat -I 1000 --topdown ... 238 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound. 249 For example, perf record -e '{slots, $sampling_event, topdown-retiring}:S'
|
D | perf-stat.txt | 355 --topdown::
|
/Linux-v5.10/arch/powerpc/mm/ |
D | slice.c | 386 int topdown, unsigned long high_limit) in slice_find_area() argument 388 if (topdown) in slice_find_area() 431 int topdown) in slice_get_unmapped_area() argument 477 addr, len, flags, topdown); in slice_get_unmapped_area() 547 psize, topdown, high_limit); in slice_get_unmapped_area() 583 psize, topdown, high_limit); in slice_get_unmapped_area() 594 psize, topdown, high_limit); in slice_get_unmapped_area() 601 psize, topdown, high_limit); in slice_get_unmapped_area()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | slice.h | 23 int topdown);
|
/Linux-v5.10/drivers/gpu/drm/selftests/ |
D | drm_mm_selftests.h | 24 selftest(topdown, igt_topdown)
|
D | test-drm_mm.c | 1732 const struct insert_mode *topdown = &insert_modes[TOPDOWN]; in igt_topdown() local 1766 topdown)) { in igt_topdown() 1798 topdown)) { in igt_topdown()
|
/Linux-v5.10/tools/perf/arch/x86/util/ |
D | Build | 6 perf-y += topdown.o
|
/Linux-v5.10/arch/x86/events/intel/ |
D | core.c | 300 EVENT_ATTR_STR_HT(topdown-total-slots, td_total_slots, 303 EVENT_ATTR_STR_HT(topdown-total-slots.scale, td_total_slots_scale, "4", "2"); 304 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued, 306 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired, 308 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles, 310 EVENT_ATTR_STR_HT(topdown-recovery-bubbles, td_recovery_bubbles, 313 EVENT_ATTR_STR_HT(topdown-recovery-bubbles.scale, td_recovery_bubbles_scale, 317 EVENT_ATTR_STR(topdown-retiring, td_retiring, "event=0x00,umask=0x80"); 318 EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec, "event=0x00,umask=0x81"); 319 EVENT_ATTR_STR(topdown-fe-bound, td_fe_bound, "event=0x00,umask=0x82"); [all …]
|