Searched refs:kcore_filename (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | builtin-buildid-cache.c | 313 *kcore_filename = NULL; in cmd_buildid_cache() local 324 OPT_STRING('k', "kcore", &kcore_filename, in cmd_buildid_cache() 346 if (argc || (!add_name_list_str && !kcore_filename && in cmd_buildid_cache() 440 if (kcore_filename && build_id_cache__add_kcore(kcore_filename, force)) in cmd_buildid_cache() 441 pr_warning("Couldn't add %s\n", kcore_filename); in cmd_buildid_cache()
|
/linux-4.1.27/tools/perf/util/ |
D | symbol.c | 1104 char kcore_filename[PATH_MAX]; in dso__load_kcore() local 1116 if (!filename_from_kallsyms_filename(kcore_filename, "kcore", in dso__load_kcore() 1128 fd = open(kcore_filename, O_RDONLY); in dso__load_kcore() 1194 dso__set_long_name(dso, strdup(kcore_filename), true); in dso__load_kcore() 1199 pr_debug("Using %s for kernel object code\n", kcore_filename); in dso__load_kcore() 1201 pr_debug("Using %s for kernel data\n", kcore_filename); in dso__load_kcore()
|
D | symbol.h | 288 char *kcore_filename; member
|
D | symbol-elf.c | 1642 char kcore_filename[PATH_MAX]; in kcore_copy() local 1651 scnprintf(kcore_filename, PATH_MAX, "%s/kcore", from_dir); in kcore_copy() 1654 if (kcore__open(&kcore, kcore_filename)) in kcore_copy() 1725 if (kcore__open(&kcore, kce->kcore_filename)) in kcore_extract__create()
|
D | annotate.c | 999 kce.kcore_filename = symfs_filename; in symbol__annotate()
|