Searched refs:debugfile (Results 1 – 4 of 4) sorted by relevance
| /tools/perf/tests/ |
| A D | pe-file-parsing.c | 26 char debugfile[PATH_MAX]; in run_dir() local 51 scnprintf(debugfile, PATH_MAX, "%s/%s", d, debuglink); in run_dir() 52 ret = filename__read_build_id(debugfile, &bid); in run_dir() 61 ret = dso__load_bfd_symbols(dso, debugfile); in run_dir()
|
| /tools/perf/util/ |
| A D | build-id.c | 579 char *debugfile; in build_id_cache__find_debug() local 583 debugfile = calloc(1, PATH_MAX); in build_id_cache__find_debug() 584 if (!debugfile) in build_id_cache__find_debug() 597 realname = realpath(debugfile, NULL); in build_id_cache__find_debug() 621 free(debugfile); in build_id_cache__find_debug() 632 char *debugfile = NULL; in build_id_cache__add() local 683 if (debugfile) { in build_id_cache__add() 692 if (copyfile_ns(debugfile, filename, in build_id_cache__add() 695 } else if (link(debugfile, filename) && in build_id_cache__add() 697 copyfile(debugfile, filename)) in build_id_cache__add() [all …]
|
| A D | symbol.h | 178 int dso__load_bfd_symbols(struct dso *dso, const char *debugfile);
|
| A D | symbol.c | 1612 int dso__load_bfd_symbols(struct dso *dso, const char *debugfile) in dso__load_bfd_symbols() argument 1622 abfd = bfd_openr(debugfile, NULL); in dso__load_bfd_symbols()
|
Completed in 12 milliseconds