Searched refs:topdown (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/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.4/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),
|
| D | parse-events.l | 348 topdown-[a-z-]+ { return str(yyscanner, PE_KERNEL_PMU_EVENT); }
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | slice.h | 25 int topdown);
|
| /Linux-v5.4/drivers/gpu/drm/selftests/ |
| D | drm_mm_selftests.h | 23 selftest(topdown, igt_topdown)
|
| D | test-drm_mm.c | 1615 const struct insert_mode *topdown = &insert_modes[TOPDOWN]; in igt_topdown() local 1649 topdown)) { in igt_topdown() 1681 topdown)) { in igt_topdown()
|
| /Linux-v5.4/arch/x86/events/intel/ |
| D | core.c | 296 EVENT_ATTR_STR_HT(topdown-total-slots, td_total_slots, 299 EVENT_ATTR_STR_HT(topdown-total-slots.scale, td_total_slots_scale, "4", "2"); 300 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued, 302 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired, 304 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles, 306 EVENT_ATTR_STR_HT(topdown-recovery-bubbles, td_recovery_bubbles, 309 EVENT_ATTR_STR_HT(topdown-recovery-bubbles.scale, td_recovery_bubbles_scale, 1436 EVENT_ATTR_STR(topdown-total-slots, td_total_slots_slm, "event=0x3c"); 1437 EVENT_ATTR_STR(topdown-total-slots.scale, td_total_slots_scale_slm, "2"); 1439 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_slm, [all …]
|
| /Linux-v5.4/tools/perf/Documentation/ |
| D | perf-stat.txt | 266 --topdown::
|