Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-test.c31 struct machine kallsyms, vmlinux; in test__vmlinux_matches_kallsyms() local
41 machine__init(&kallsyms, "", HOST_KERNEL_ID); in test__vmlinux_matches_kallsyms()
51 if (machine__create_kernel_maps(&kallsyms) < 0) { in test__vmlinux_matches_kallsyms()
61 if (machine__load_kallsyms(&kallsyms, "/proc/kallsyms", type, NULL) <= 0) { in test__vmlinux_matches_kallsyms()
74 kallsyms_map = machine__kernel_map(&kallsyms, type); in test__vmlinux_matches_kallsyms()
131 first_pair = machine__find_kernel_symbol(&kallsyms, type, sym->start, NULL, NULL); in test__vmlinux_matches_kallsyms()
194 pair = map_groups__find_by_name(&kallsyms.kmaps, type, in test__vmlinux_matches_kallsyms()
209 pair = map_groups__find(&kallsyms.kmaps, type, pos->start); in test__vmlinux_matches_kallsyms()
227 for (nd = rb_first(&kallsyms.kmaps.maps[type]); in test__vmlinux_matches_kallsyms()
/linux-2.6.39/scripts/
D.gitignore5 kallsyms
DMakefile10 hostprogs-$(CONFIG_KALLSYMS) += kallsyms
/linux-2.6.39/tools/perf/Documentation/
Dperf-report.txt107 --kallsyms=<file>::
108 kallsyms pathname
Dperf-script.txt127 --kallsyms=<file>::
128 kallsyms pathname
Dperf-kvm.txt63 Guest os /proc/kallsyms file copy. 'perf' kvm' reads it to get guest
/linux-2.6.39/arch/sparc/
DMakefile83 export kallsyms.o := .tmp_kallsyms2.o
/linux-2.6.39/arch/sparc/boot/
DMakefile47 $(kallsyms.o) $(obj)/btfix.o
/linux-2.6.39/
DMakefile336 KALLSYMS = scripts/kallsyms
811 kallsyms.o := .tmp_kallsyms$(last_kallsyms).o
818 (echo Inconsistent kallsyms data; \
843 $(call cmd,kallsyms)
884 vmlinux: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) vmlinux.o $(kallsyms.o) FORCE
/linux-2.6.39/Documentation/
Ddontdiff127 kallsyms
/linux-2.6.39/kernel/
DMakefile55 obj-$(CONFIG_KALLSYMS) += kallsyms.o
/linux-2.6.39/init/
DKconfig960 bool "Include all symbols in kallsyms"
963 Normally kallsyms only contains the symbols of functions, for nicer
964 OOPS messages. Some debuggers can use kallsyms for other
971 bool "Do an extra kallsyms pass"
974 If kallsyms is not working correctly, the build will fail with
975 inconsistent kallsyms data. If that occurs, log a bug report and
977 Always say N here unless you find a bug in kallsyms, which must be
979 you wait for kallsyms to be fixed.
/linux-2.6.39/Documentation/kbuild/
Dmakefiles.txt741 hostprogs-$(CONFIG_KALLSYMS) += kallsyms