Searched refs:debugfile (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/tools/perf/tests/ |
A D | pe-file-parsing.c | 26 char debugfile[PATH_MAX]; in run_dir() local 50 scnprintf(debugfile, PATH_MAX, "%s/%s", d, debuglink); in run_dir() 51 ret = filename__read_build_id(debugfile, &bid); in run_dir() 60 ret = dso__load_bfd_symbols(dso, debugfile); in run_dir()
|
/linux-6.3-rc2/scripts/genksyms/ |
A D | genksyms.c | 29 static FILE *debugfile; variable 294 fprintf(debugfile, "Defn for %s %s == <", in __add_symbol() 300 fputs("extern ", debugfile); in __add_symbol() 301 print_list(debugfile, defn); in __add_symbol() 302 fputs(">\n", debugfile); in __add_symbol() 560 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym() 571 fprintf(debugfile, "%s ", cur->string); in expand_and_crc_sym() 602 fprintf(debugfile, "%s %s ", in expand_and_crc_sym() 646 fprintf(debugfile, "Export %s == <", name); in export_symbol() 681 fputs(">\n", debugfile); in export_symbol() [all …]
|
/linux-6.3-rc2/tools/perf/util/ |
A D | build-id.c | 631 char *debugfile; in build_id_cache__find_debug() local 635 debugfile = calloc(1, PATH_MAX); in build_id_cache__find_debug() 636 if (!debugfile) in build_id_cache__find_debug() 649 realname = realpath(debugfile, NULL); in build_id_cache__find_debug() 673 free(debugfile); in build_id_cache__find_debug() 684 char *debugfile = NULL; in build_id_cache__add() local 735 if (debugfile) { in build_id_cache__add() 744 if (copyfile_ns(debugfile, filename, in build_id_cache__add() 747 } else if (link(debugfile, filename) && in build_id_cache__add() 749 copyfile(debugfile, filename)) in build_id_cache__add() [all …]
|
A D | symbol.h | 199 int dso__load_bfd_symbols(struct dso *dso, const char *debugfile);
|
A D | symbol.c | 1611 int dso__load_bfd_symbols(struct dso *dso, const char *debugfile) in dso__load_bfd_symbols() argument 1621 abfd = bfd_openr(debugfile, NULL); in dso__load_bfd_symbols()
|
Completed in 12 milliseconds