Searched refs:kallsyms (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/tools/perf/ |
D | builtin-test.c | 31 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 | .gitignore | 5 kallsyms
|
D | Makefile | 10 hostprogs-$(CONFIG_KALLSYMS) += kallsyms
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-report.txt | 107 --kallsyms=<file>:: 108 kallsyms pathname
|
D | perf-script.txt | 127 --kallsyms=<file>:: 128 kallsyms pathname
|
D | perf-kvm.txt | 63 Guest os /proc/kallsyms file copy. 'perf' kvm' reads it to get guest
|
/linux-2.6.39/arch/sparc/ |
D | Makefile | 83 export kallsyms.o := .tmp_kallsyms2.o
|
/linux-2.6.39/arch/sparc/boot/ |
D | Makefile | 47 $(kallsyms.o) $(obj)/btfix.o
|
/linux-2.6.39/ |
D | Makefile | 336 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/ |
D | dontdiff | 127 kallsyms
|
/linux-2.6.39/kernel/ |
D | Makefile | 55 obj-$(CONFIG_KALLSYMS) += kallsyms.o
|
/linux-2.6.39/init/ |
D | Kconfig | 960 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/ |
D | makefiles.txt | 741 hostprogs-$(CONFIG_KALLSYMS) += kallsyms
|