Home
last modified time | relevance | path

Searched refs:kcore (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dsymbol-elf.c1217 struct kcore { struct
1224 static int kcore__open(struct kcore *kcore, const char *filename) in kcore__open() argument
1228 kcore->fd = open(filename, O_RDONLY); in kcore__open()
1229 if (kcore->fd == -1) in kcore__open()
1232 kcore->elf = elf_begin(kcore->fd, ELF_C_READ, NULL); in kcore__open()
1233 if (!kcore->elf) in kcore__open()
1236 kcore->elfclass = gelf_getclass(kcore->elf); in kcore__open()
1237 if (kcore->elfclass == ELFCLASSNONE) in kcore__open()
1240 ehdr = gelf_getehdr(kcore->elf, &kcore->ehdr); in kcore__open()
1247 elf_end(kcore->elf); in kcore__open()
[all …]
/linux-4.1.27/tools/perf/Documentation/
Dperf-buildid-cache.txt25 --kcore::
26 Add specified kcore file to the cache. For the current host that is
27 /proc/kcore which requires root permissions to read. Be aware that
33 permissions for root only. kcore will not be added if there is already a
34 kcore in the cache (with the same build-id) that has the same modules at
35 the same addresses. Use the -v option to see if a copy of kcore is
/linux-4.1.27/tools/perf/
D.gitignore21 perf-with-kcore
DMakefile.perf154 SCRIPT_SH += perf-with-kcore.sh
482 $(call QUIET_INSTALL, perf-with-kcore) \
483 $(INSTALL) $(OUTPUT)perf-with-kcore -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)'
529 …$(call QUIET_CLEAN, core-objs) $(RM) $(LIB_FILE) $(OUTPUT)perf-archive $(OUTPUT)perf-with-kcore $…
Dperf-with-kcore.sh59 KCORE=$(($SUDO "$PERF" buildid-cache -v -f -k /proc/kcore >/dev/null) 2>&1)
/linux-4.1.27/fs/proc/
DMakefile29 proc-$(CONFIG_PROC_KCORE) += kcore.o
DKconfig32 bool "/proc/kcore support" if !ARM
/linux-4.1.27/
DREADME397 After you've rebooted with the new kernel, do "gdb vmlinux /proc/kcore".
/linux-4.1.27/Documentation/
Ddevices.txt96 6 = /dev/core OBSOLETE - replaced by /proc/kcore
3194 /dev/core /proc/kcore symbolic Backward compatibility
/linux-4.1.27/Documentation/filesystems/
Dproc.txt571 kcore Kernel core image (can be ELF or A.OUT(deprecated in 2.4))