Home
last modified time | relevance | path

Searched refs:topdown (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/tools/perf/tests/shell/attr/
H A Dtest-stat-default80 # PERF_TYPE_RAW / topdown-retiring (0x8000)
91 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
102 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
113 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
124 # PERF_TYPE_RAW / topdown-heavy-ops (0x8400)
135 # PERF_TYPE_RAW / topdown-br-mispredict (0x8500)
146 # PERF_TYPE_RAW / topdown-fetch-lat (0x8600)
157 # PERF_TYPE_RAW / topdown-mem-bound (0x8700)
H A Dtest-stat-detailed-182 # PERF_TYPE_RAW / topdown-retiring (0x8000)
93 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
104 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
115 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
126 # PERF_TYPE_RAW / topdown-heavy-ops (0x8400)
137 # PERF_TYPE_RAW / topdown-br-mispredict (0x8500)
148 # PERF_TYPE_RAW / topdown-fetch-lat (0x8600)
159 # PERF_TYPE_RAW / topdown-mem-bound (0x8700)
H A Dtest-stat-detailed-282 # PERF_TYPE_RAW / topdown-retiring (0x8000)
93 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
104 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
115 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
126 # PERF_TYPE_RAW / topdown-heavy-ops (0x8400)
137 # PERF_TYPE_RAW / topdown-br-mispredict (0x8500)
148 # PERF_TYPE_RAW / topdown-fetch-lat (0x8600)
159 # PERF_TYPE_RAW / topdown-mem-bound (0x8700)
H A Dtest-stat-detailed-382 # PERF_TYPE_RAW / topdown-retiring (0x8000)
93 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
104 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
115 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
126 # PERF_TYPE_RAW / topdown-heavy-ops (0x8400)
137 # PERF_TYPE_RAW / topdown-br-mispredict (0x8500)
148 # PERF_TYPE_RAW / topdown-fetch-lat (0x8600)
159 # PERF_TYPE_RAW / topdown-mem-bound (0x8700)
/linux-6.15/tools/perf/Documentation/
H A Dtopdown.txt11 perf stat --topdown implements this using available metrics that vary
14 % perf stat -a --topdown -I1000
118 to read slots and the topdown metrics at different points of the program:
281 perf stat -I 1000 --topdown ...
297 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound.
308 For example, perf record -e '{slots, $sampling_event, topdown-retiring}:S'
316 topdown-heavy-ops, topdown-br-mispredict, topdown-fetch-lat and
317 topdown-mem-bound.
H A Dperf-stat.txt465 --topdown::
/linux-6.15/arch/powerpc/mm/book3s64/
H A Dslice.c382 int topdown, unsigned long high_limit) in slice_find_area() argument
384 if (topdown) in slice_find_area()
427 int topdown) in slice_get_unmapped_area() argument
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()
/linux-6.15/arch/x86/events/intel/
H A Dcore.c460 EVENT_ATTR_STR_HT(topdown-total-slots, td_total_slots,
464 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued,
466 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired,
468 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles,
1715 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_slm,
1719 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued_slm,
1722 EVENT_ATTR_STR(topdown-slots-retired, td_slots_retired_slm,
6147 EVENT_ATTR_STR_HYBRID(topdown-retiring,
6151 EVENT_ATTR_STR_HYBRID(topdown-bad-spec,
6155 EVENT_ATTR_STR_HYBRID(topdown-fe-bound,
[all …]
/linux-6.15/arch/powerpc/include/asm/book3s/64/
H A Dslice.h30 int topdown);
/linux-6.15/tools/perf/arch/x86/util/
H A DBuild6 perf-util-y += topdown.o
/linux-6.15/scripts/clang-tools/
H A Dgen_compile_commands.py88 for dirpath, dirnames, filenames in os.walk(directory, topdown=True):
/linux-6.15/tools/perf/util/
H A DBuild122 perf-util-y += topdown.o