Home
last modified time | relevance | path

Searched refs:topdown (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dstat.c93 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),
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dslice.c386 int topdown, unsigned long high_limit) in slice_find_area()
388 if (topdown) in slice_find_area()
431 int topdown) in slice_get_unmapped_area()
476 slice_dbg(" addr=%lx, len=%lx, flags=%lx, topdown=%d\n", in slice_get_unmapped_area()
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()
384 slice_find_area(struct mm_struct *mm, unsigned long len, const struct slice_mask *mask, int psize, int topdown, unsigned long high_limit) slice_find_area() argument
429 slice_get_unmapped_area(unsigned long addr, unsigned long len, unsigned long flags, unsigned int psize, int topdown) slice_get_unmapped_area() argument
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dslice.c382 int topdown, unsigned long high_limit) in slice_find_area()
384 if (topdown) in slice_find_area()
427 int topdown) in slice_get_unmapped_area()
472 slice_dbg(" addr=%lx, len=%lx, flags=%lx, topdown=%d\n", in slice_get_unmapped_area()
473 addr, len, flags, topdown); in slice_get_unmapped_area()
543 psize, topdown, high_limit); in slice_get_unmapped_area()
579 psize, topdown, high_limit); in slice_get_unmapped_area()
590 psize, topdown, high_limit); in slice_get_unmapped_area()
597 psize, topdown, high_limit); in slice_get_unmapped_area()
380 slice_find_area(struct mm_struct *mm, unsigned long len, const struct slice_mask *mask, int psize, int topdown, unsigned long high_limit) slice_find_area() argument
425 slice_get_unmapped_area(unsigned long addr, unsigned long len, unsigned long flags, unsigned int psize, int topdown) slice_get_unmapped_area() argument
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dcore.c373 * topdown events for Intel Core CPUs.
379 * With Hyper Threading on, topdown metrics are either summed or averaged
386 EVENT_ATTR_STR_HT(topdown-total-slots, td_total_slots,
389 EVENT_ATTR_STR_HT(topdown-total-slots.scale, td_total_slots_scale, "4", "2");
390 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued,
392 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired,
394 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles,
396 EVENT_ATTR_STR_HT(topdown-recovery-bubbles, td_recovery_bubbles,
399 EVENT_ATTR_STR_HT(topdown-recovery-bubbles.scale, td_recovery_bubbles_scale,
403 EVENT_ATTR_STR(topdown
[all...]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dslice.h23 int topdown);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H A Dslice.h30 int topdown);
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dcore.c289 * topdown events for Intel Core CPUs.
295 * With Hyper Threading on, topdown metrics are either summed or averaged
302 EVENT_ATTR_STR_HT(topdown-total-slots, td_total_slots,
305 EVENT_ATTR_STR_HT(topdown-total-slots.scale, td_total_slots_scale, "4", "2");
306 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued,
308 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired,
310 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles,
312 EVENT_ATTR_STR_HT(topdown-recovery-bubbles, td_recovery_bubbles,
315 EVENT_ATTR_STR_HT(topdown-recovery-bubbles.scale, td_recovery_bubbles_scale,
319 EVENT_ATTR_STR(topdown
[all...]
/kernel/linux/linux-6.6/scripts/clang-tools/
H A Dgen_compile_commands.py88 for dirpath, dirnames, filenames in os.walk(directory, topdown=True):
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
H A Dtest-drm_mm.c1732 const struct insert_mode *topdown = &insert_modes[TOPDOWN]; in igt_topdown() local
1766 topdown)) { in igt_topdown()
1772 pr_err("hole after topdown insert %d, start=%llx\n, size=%u", in igt_topdown()
1798 topdown)) { in igt_topdown()
1804 pr_err("hole after topdown insert %d/%d, start=%llx\n", in igt_topdown()
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c1570 const struct insert_mode *topdown = &insert_modes[TOPDOWN]; in drm_test_mm_topdown() local
1599 if (!expect_insert(test, &mm, &nodes[n], size, 0, n, topdown)) { in drm_test_mm_topdown()
1606 "hole after topdown insert %d, start=%llx\n, size=%u", in drm_test_mm_topdown()
1630 if (!expect_insert(test, &mm, node, size, 0, 0, topdown)) { in drm_test_mm_topdown()
1637 "hole after topdown insert %d/%d, start=%llx\n", in drm_test_mm_topdown()

Completed in 15 milliseconds