Home
last modified time | relevance | path

Searched refs:symfs (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/tools/perf/util/
Dsymbol.c60 .symfs = "",
2237 if (symbol_conf.symfs[0] != 0) in dso__load_kernel_sym()
2352 if (symbol_conf.symfs[0] != 0) in vmlinux_path__init()
2492 const char *symfs; in symbol__init() local
2545 symfs = realpath(symbol_conf.symfs, NULL); in symbol__init()
2546 if (symfs == NULL) in symbol__init()
2547 symfs = symbol_conf.symfs; in symbol__init()
2548 if (strcmp(symfs, "/") == 0) in symbol__init()
2549 symbol_conf.symfs = ""; in symbol__init()
2550 if (symfs != symbol_conf.symfs) in symbol__init()
[all …]
Dsymbol_conf.h75 const char *symfs; member
Dsymbol.h91 return path__join(bf, size, symbol_conf.symfs, path); in __symbol__join_symfs()
Ddso.c191 path__join3(filename, size, symbol_conf.symfs, in dso__read_binary_type_filename()
/Linux-v5.15/tools/perf/Documentation/
Dtips.txt13 Use --symfs <dir> if your symbol files are in non-standard locations
Dperf-timechart.txt56 --symfs=<directory>::
Dperf-annotate.txt113 --symfs=<directory>::
Dperf-sched.txt135 --symfs=<directory>::
Dperf-diff.txt84 --symfs=<directory>::
Dperf-script.txt277 --symfs=<directory>::
Dperf-report.txt338 --symfs=<directory>::
/Linux-v5.15/tools/perf/
Dbuiltin-probe.c583 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in __cmd_probe()
Dbuiltin-sched.c3481 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_sched()