Searched refs:kallsyms (Results 1 – 15 of 15) sorted by relevance
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/ |
D | net_dropmonitor.py | 14 kallsyms = [] variable 17 global kallsyms 27 kallsyms.append((loc, name)) 28 kallsyms.sort() 35 start, end = -1, len(kallsyms) 38 if loc < kallsyms[pivot][0]: 46 symloc, name = kallsyms[start]
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
D | vmlinux-kallsyms.c | 27 struct machine kallsyms, vmlinux; in test__vmlinux_matches_kallsyms() local 38 machine__init(&kallsyms, "", HOST_KERNEL_ID); in test__vmlinux_matches_kallsyms() 48 if (machine__create_kernel_maps(&kallsyms) < 0) { in test__vmlinux_matches_kallsyms() 58 if (machine__load_kallsyms(&kallsyms, "/proc/kallsyms", type, NULL) <= 0) { in test__vmlinux_matches_kallsyms() 71 kallsyms_map = machine__kernel_map(&kallsyms, type); in test__vmlinux_matches_kallsyms() 132 first_pair = machine__find_kernel_symbol(&kallsyms, type, in test__vmlinux_matches_kallsyms() 205 pair = map_groups__find_by_name(&kallsyms.kmaps, type, in test__vmlinux_matches_kallsyms() 223 pair = map_groups__find(&kallsyms.kmaps, type, mem_start); in test__vmlinux_matches_kallsyms() 241 for (nd = rb_first(&kallsyms.kmaps.maps[type]); in test__vmlinux_matches_kallsyms() 249 machine__exit(&kallsyms); in test__vmlinux_matches_kallsyms()
|
/external/chromium_org/tools/profile_chrome/ |
D | perf_controller.py | 132 required_libs, kallsyms): argument 134 os.path.relpath(perfhost_path, '.'), perf_profile, symfs_dir, kallsyms) 163 kallsyms = android_profiling_helper.CreateSymFs(self._device, 172 perf_profile, symfs_dir, required_libs, kallsyms)) 181 perf_profile, '--symfs', symfs_dir, '--kallsyms', kallsyms]
|
/external/chromium_org/tools/telemetry/unittest_data/ |
D | sample_perf_report_output.txt | 3 No kallsyms or vmlinux with build-id 3b63ca692cbb756f837744e061d02a790bf637d5 was found 4 [kernel.kallsyms] with build id 3b63ca692cbb756f837744e061d02a790bf637d5 not found, continuing with…
|
/external/chromium_org/tools/telemetry/bin/ |
D | README.chromium | 25 1: vmlinux symtab matches kallsyms : FAILED! 33 21: Test object code reading :[kernel.kallsyms] ... FAILED!
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
D | android_profiling_helper_unittest.py | 110 kallsyms = android_profiling_helper.CreateSymFs(self._device, symfs_dir, 114 assert os.path.exists(kallsyms)
|
D | perf_profiler.py | 135 kallsyms = android_profiling_helper.CreateSymFs(device, 139 cmd += ' --symfs %s --kallsyms %s' % (symfs_root, kallsyms)
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 32 Update specified file of the cache. It can be used to update kallsyms
|
D | perf-script.txt | 175 --kallsyms=<file>:: 176 kallsyms pathname 204 Try to resolve the path of [kernel.kallsyms]
|
D | perf-report.txt | 163 --kallsyms=<file>:: 164 kallsyms pathname
|
D | perf-kvm.txt | 80 Guest os /proc/kallsyms file copy. 'perf' kvm' reads it to get guest
|
/external/chromium_org/v8/tools/ |
D | ll_prof.py | 803 kallsyms = open(KERNEL_ALLSYMS_FILE, "r") 805 for line in kallsyms:
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | Makefile | 377 LIB_OBJS += $(OUTPUT)tests/vmlinux-kallsyms.o
|
/external/elfutils/0.153/libdwfl/ |
D | ChangeLog | 974 (intuit_kernel_bounds): New function, grovel /proc/kallsyms to guess
|
/external/oprofile/ |
D | ChangeLog-2003 | 2372 * utils/opcontrol: avoid using ps, it's very slow with kallsyms
|