Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/attr/
H A Dtest-stat-default80 # PERF_TYPE_RAW / topdown-retiring (0x8000)
91 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
102 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
113 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
H A Dtest-stat-detailed-182 # PERF_TYPE_RAW / topdown-retiring (0x8000)
93 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
104 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
115 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
H A Dtest-stat-detailed-282 # PERF_TYPE_RAW / topdown-retiring (0x8000)
93 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
104 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
115 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
H A Dtest-stat-detailed-382 # PERF_TYPE_RAW / topdown-retiring (0x8000)
93 # PERF_TYPE_RAW / topdown-fe-bound (0x8200)
104 # PERF_TYPE_RAW / topdown-be-bound (0x8300)
115 # PERF_TYPE_RAW / topdown-bad-spec (0x8100)
/openbmc/linux/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.txt427 --topdown::
/openbmc/linux/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()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py120 def walk(self, top, topdown=True, onerror=None, followlinks=False): argument
142 if topdown:
147 for x in self.walk(new_path, topdown, onerror, followlinks):
149 if not topdown:
H A Dreproducible.py94 for root, dirs, files in os.walk(workdir, topdown=True):
130 for root, dirs, files in os.walk(sourcedir, topdown=True):
H A Drootfs.py328 for root, dirs, files in os.walk(modules_dir, topdown=True):
H A Dsstatesig.py556 for root, dirs, files in os.walk('.', topdown=True):
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c386 EVENT_ATTR_STR_HT(topdown-total-slots, td_total_slots,
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,
403 EVENT_ATTR_STR(topdown-retiring, td_retiring, "event=0x00,umask=0x80");
404 EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec, "event=0x00,umask=0x81");
1638 EVENT_ATTR_STR(topdown-total-slots, td_total_slots_slm, "event=0x3c");
1641 EVENT_ATTR_STR(topdown-fetch-bubbles, td_fetch_bubbles_slm,
1645 EVENT_ATTR_STR(topdown-slots-issued, td_slots_issued_slm,
[all …]
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dslice.h30 int topdown);
/openbmc/linux/tools/perf/arch/x86/util/
H A DBuild6 perf-y += topdown.o
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dchecksum.py105 for root, dirs, files in os.walk(pth, topdown=True):
/openbmc/linux/scripts/clang-tools/
H A Dgen_compile_commands.py88 for dirpath, dirnames, filenames in os.walk(directory, topdown=True):
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py233 for root, dirs, files in os.walk(localpath, topdown=False):
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py197 for root, dirs, files in os.walk(localPath, topdown=False):
/openbmc/linux/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()
1630 if (!expect_insert(test, &mm, node, size, 0, 0, topdown)) { in drm_test_mm_topdown()
/openbmc/linux/tools/perf/util/
H A DBuild113 perf-y += topdown.o
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py154 for root, dirs, files in os.walk(path, topdown=True):