| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A 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), 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 D | parse-events.l | 360 topdown-[a-z-]+ |
|
| H A D | Build | 104 perf-y += topdown.o
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | topdown.txt | 13 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 D | perf-stat.txt | 355 --topdown::
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A 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()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | cachedpath.py | 118 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 D | reproducible.py | 92 for root, dirs, files in os.walk(workdir, topdown=True): 128 for root, dirs, files in os.walk(sourcedir, topdown=True):
|
| H A D | rootfs.py | 312 for root, dirs, files in os.walk(modules_dir, topdown=True):
|
| H A D | sstatesig.py | 542 for root, dirs, files in os.walk('.', topdown=True):
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | core.c | 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-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 D | slice.h | 23 int topdown);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/ |
| H A D | drm_mm_selftests.h | 24 selftest(topdown, igt_topdown)
|
| H A D | test-drm_mm.c | 1732 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 D | Build | 6 perf-y += topdown.o
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | checksum.py | 105 for root, dirs, files in os.walk(pth, topdown=True):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | sshcontrol.py | 233 for root, dirs, files in os.walk(localpath, topdown=False):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/ |
| H A D | ssh.py | 212 for root, dirs, files in os.walk(localPath, topdown=False):
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create.py | 154 for root, dirs, files in os.walk(path, topdown=True):
|