Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dsymbol-elf.c1477 struct kcore { struct
1484 static int kcore__open(struct kcore *kcore, const char *filename) in kcore__open() argument
1488 kcore->fd = open(filename, O_RDONLY); in kcore__open()
1489 if (kcore->fd == -1) in kcore__open()
1492 kcore->elf = elf_begin(kcore->fd, ELF_C_READ, NULL); in kcore__open()
1493 if (!kcore->elf) in kcore__open()
1496 kcore->elfclass = gelf_getclass(kcore->elf); in kcore__open()
1497 if (kcore->elfclass == ELFCLASSNONE) in kcore__open()
1500 ehdr = gelf_getehdr(kcore->elf, &kcore->ehdr); in kcore__open()
1507 elf_end(kcore->elf); in kcore__open()
[all …]
Drecord.h52 bool kcore; member
/Linux-v5.15/tools/perf/Documentation/
Dperf.data-directory-format.txt31 the --kcore option which puts a copy of /proc/kcore into the directory.
34 $ sudo perf record --kcore uname
43 ├── [-r-------- 40230912] kcore
53 Using perf.data/kcore_dir/kcore for kernel data
Dperf-buildid-cache.txt31 --kcore::
32 Add specified kcore file to the cache. For the current host that is
33 /proc/kcore which requires root permissions to read. Be aware that
39 permissions for root only. kcore will not be added if there is already a
40 kcore in the cache (with the same build-id) that has the same modules at
41 the same addresses. Use the -v option to see if a copy of kcore is
Dperf-intel-pt.txt70 code. A fairly good kernel image is available in /proc/kcore but to get an
71 accurate image a copy of /proc/kcore needs to be made under the same conditions
72 as the data capture. 'perf record' can make a copy of /proc/kcore if the option
73 --kcore is used, but access to /proc/kcore is restricted e.g.
75 sudo perf record -o pt_ls --kcore -e intel_pt// -- ls
78 simply 'data') and copies of /proc/kcore, /proc/kallsyms and /proc/modules into
1182 …hfs needs -o direct_io to enable reading of proc files. root access is needed to read /proc/kcore.
1187 Copy the guest /proc/kallsyms, /proc/modules and /proc/kcore
1189 $ perf buildid-cache -v --kcore vm0/proc/kcore
1190kcore added to build-id cache directory /home/user/.debug/[kernel.kcore]/9600f316a53a0f54278885e8d…
[all …]
Dperf-record.txt621 --kcore::
622 Make a copy of /proc/kcore and place it into a directory with the perf data file.
Dperf-config.txt236 and /proc/kcore files to be used at analysis time.
/Linux-v5.15/tools/perf/
D.gitignore22 perf-with-kcore
Dperf-with-kcore.sh52 KCORE=$(($SUDO "$PERF" buildid-cache -v -f -k /proc/kcore >/dev/null) 2>&1)
Dbuiltin-record.c814 char kcore[PATH_MAX]; in record__kcore_readable() local
817 scnprintf(kcore, sizeof(kcore), "%s/proc/kcore", machine->root_dir); in record__kcore_readable()
819 fd = open(kcore, O_RDONLY); in record__kcore_readable()
1686 if (rec->opts.kcore && in __cmd_record()
1724 if (rec->opts.kcore) { in __cmd_record()
2529 OPT_BOOLEAN(0, "kcore", &record.opts.kcore, "copy /proc/kcore"),
2714 if (rec->opts.kcore) in cmd_record()
DMakefile.perf287 SCRIPT_SH += perf-with-kcore.sh
968 $(call QUIET_INSTALL, perf-with-kcore) \
969 $(INSTALL) $(OUTPUT)perf-with-kcore -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)'
1084 …$(call QUIET_CLEAN, core-objs) $(RM) $(LIBPERF_A) $(OUTPUT)perf-archive $(OUTPUT)perf-with-kcore
/Linux-v5.15/fs/proc/
DMakefile32 proc-$(CONFIG_PROC_KCORE) += kcore.o
DKconfig33 bool "/proc/kcore support" if !ARM
/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/
DREADME.rst342 使用新内核重新启动后,执行 ``gdb vmlinux /proc/kcore`` 。现在可以使用所有
/Linux-v5.15/Documentation/translations/zh_TW/admin-guide/
DREADME.rst345 使用新內核重新啓動後,執行 ``gdb vmlinux /proc/kcore`` 。現在可以使用所有
/Linux-v5.15/Documentation/bpf/
Ddrgn.rst9 Instead it's reading directly from ``/proc/kcore`` or vmcore and pretty prints
/Linux-v5.15/Documentation/admin-guide/
Ddevices.rst95 /dev/core /proc/kcore symbolic Backward compatibility
DREADME.rst410 After you've rebooted with the new kernel, do ``gdb vmlinux /proc/kcore``.
Ddevices.txt7 2 = /dev/kmem OBSOLETE - replaced by /proc/kcore
11 6 = /dev/core OBSOLETE - replaced by /proc/kcore
/Linux-v5.15/Documentation/filesystems/
Dproc.rst691 kcore Kernel core image (can be ELF or A.OUT(deprecated in 2.4))