Home
last modified time | relevance | path

Searched refs:kallsyms (Results 1 – 15 of 15) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
Dnet_dropmonitor.py14 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/
Dvmlinux-kallsyms.c27 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/
Dperf_controller.py132 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/
Dsample_perf_report_output.txt3 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/
DREADME.chromium25 1: vmlinux symtab matches kallsyms : FAILED!
33 21: Test object code reading :[kernel.kallsyms] ... FAILED!
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
Dandroid_profiling_helper_unittest.py110 kallsyms = android_profiling_helper.CreateSymFs(self._device, symfs_dir,
114 assert os.path.exists(kallsyms)
Dperf_profiler.py135 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/
Dperf-buildid-cache.txt32 Update specified file of the cache. It can be used to update kallsyms
Dperf-script.txt175 --kallsyms=<file>::
176 kallsyms pathname
204 Try to resolve the path of [kernel.kallsyms]
Dperf-report.txt163 --kallsyms=<file>::
164 kallsyms pathname
Dperf-kvm.txt80 Guest os /proc/kallsyms file copy. 'perf' kvm' reads it to get guest
/external/chromium_org/v8/tools/
Dll_prof.py803 kallsyms = open(KERNEL_ALLSYMS_FILE, "r")
805 for line in kallsyms:
/external/linux-tools-perf/perf-3.12.0/tools/perf/
DMakefile377 LIB_OBJS += $(OUTPUT)tests/vmlinux-kallsyms.o
/external/elfutils/0.153/libdwfl/
DChangeLog974 (intuit_kernel_bounds): New function, grovel /proc/kallsyms to guess
/external/oprofile/
DChangeLog-20032372 * utils/opcontrol: avoid using ps, it's very slow with kallsyms