Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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),
H A Dparse-events.l360 topdown-[a-z-]+ |
H A DBuild104 perf-y += topdown.o
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dtopdown.txt13 perf stat --topdown implements this.
27 % perf stat -a --topdown -I1000
115 to read slots and the topdown metrics at different points of the program:
222 perf stat -I 1000 --topdown ...
238 topdown-retiring, topdown-bad-spec, topdown-fe-bound and topdown-be-bound.
249 For example, perf record -e '{slots, $sampling_event, topdown-retiring}:S'
H A Dperf-stat.txt355 --topdown::
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dslice.c386 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()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcachedpath.py118 def walk(self, top, topdown=True, onerror=None, followlinks=False): argument
140 if topdown:
145 for x in self.walk(new_path, topdown, onerror, followlinks):
147 if not topdown:
H A Dreproducible.py92 for root, dirs, files in os.walk(workdir, topdown=True):
128 for root, dirs, files in os.walk(sourcedir, topdown=True):
H A Drootfs.py312 for root, dirs, files in os.walk(modules_dir, topdown=True):
H A Dsstatesig.py542 for root, dirs, files in os.walk('.', topdown=True):
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dcore.c302 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-retiring, td_retiring, "event=0x00,umask=0x80");
320 EVENT_ATTR_STR(topdown-bad-spec, td_bad_spec, "event=0x00,umask=0x81");
321 EVENT_ATTR_STR(topdown-fe-bound, td_fe_bound, "event=0x00,umask=0x82");
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dslice.h23 int topdown);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/
H A Ddrm_mm_selftests.h24 selftest(topdown, igt_topdown)
H A Dtest-drm_mm.c1732 const struct insert_mode *topdown = &insert_modes[TOPDOWN]; in igt_topdown() local
1766 topdown)) { in igt_topdown()
1798 topdown)) { in igt_topdown()
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/
H A DBuild6 perf-y += topdown.o
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dchecksum.py105 for root, dirs, files in os.walk(pth, topdown=True):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py233 for root, dirs, files in os.walk(localpath, topdown=False):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dssh.py212 for root, dirs, files in os.walk(localPath, topdown=False):
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate.py154 for root, dirs, files in os.walk(path, topdown=True):