Searched refs:topdown (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/powerpc/mm/ |
D | slice.c | 425 int topdown, unsigned long high_limit) in slice_find_area() argument 427 if (topdown) in slice_find_area() 470 int topdown) in slice_get_unmapped_area() argument 516 addr, len, flags, topdown); in slice_get_unmapped_area() 586 psize, topdown, high_limit); in slice_get_unmapped_area() 622 psize, topdown, high_limit); in slice_get_unmapped_area() 633 psize, topdown, high_limit); in slice_get_unmapped_area() 640 psize, topdown, high_limit); in slice_get_unmapped_area()
|
/Linux-v4.19/tools/perf/util/ |
D | stat.c | 85 ID(TOPDOWN_TOTAL_SLOTS, topdown-total-slots), 86 ID(TOPDOWN_SLOTS_ISSUED, topdown-slots-issued), 87 ID(TOPDOWN_SLOTS_RETIRED, topdown-slots-retired), 88 ID(TOPDOWN_FETCH_BUBBLES, topdown-fetch-bubbles), 89 ID(TOPDOWN_RECOVERY_BUBBLES, topdown-recovery-bubbles),
|
D | parse-events.l | 336 topdown-[a-z-]+ { return str(yyscanner, PE_KERNEL_PMU_EVENT); }
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | slice.h | 27 int topdown);
|
/Linux-v4.19/drivers/gpu/drm/selftests/ |
D | drm_mm_selftests.h | 23 selftest(topdown, igt_topdown)
|
D | test-drm_mm.c | 1614 const struct insert_mode *topdown = &insert_modes[TOPDOWN]; in igt_topdown() local 1649 topdown)) { in igt_topdown() 1681 topdown)) { in igt_topdown()
|
/Linux-v4.19/arch/x86/events/intel/ |
D | core.c | 264 EVENT_ATTR_STR_HT(topdown-total-slots, td_total_slots, 267 EVENT_ATTR_STR_HT(topdown-total-slots.scale, td_total_slots_scale, "4", "2"); 268 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued, 270 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired, 272 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles, 274 EVENT_ATTR_STR_HT(topdown-recovery-bubbles, td_recovery_bubbles, 277 EVENT_ATTR_STR_HT(topdown-recovery-bubbles.scale, td_recovery_bubbles_scale, 1400 EVENT_ATTR_STR(topdown-total-slots, td_total_slots_slm, "event=0x3c"); 1401 EVENT_ATTR_STR(topdown-total-slots.scale, td_total_slots_scale_slm, "2"); 1403 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_slm, [all …]
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-stat.txt | 253 --topdown::
|