Searched refs:symfs (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.6/tools/perf/util/ |
D | symbol.c | 65 .symfs = "", 2410 if (symbol_conf.symfs[0] != 0) in dso__load_kernel_sym() 2527 if (symbol_conf.symfs[0] != 0) in vmlinux_path__init() 2667 const char *symfs; in symbol__init() local 2716 symfs = realpath(symbol_conf.symfs, NULL); in symbol__init() 2717 if (symfs == NULL) in symbol__init() 2718 symfs = symbol_conf.symfs; in symbol__init() 2719 if (strcmp(symfs, "/") == 0) in symbol__init() 2720 symbol_conf.symfs = ""; in symbol__init() 2721 if (symfs != symbol_conf.symfs) in symbol__init() [all …]
|
D | symbol_conf.h | 75 const char *symfs; member
|
D | symbol.h | 99 return path__join(bf, size, symbol_conf.symfs, path); in __symbol__join_symfs()
|
D | dso.c | 225 path__join3(filename, size, symbol_conf.symfs, in dso__read_binary_type_filename()
|
/Linux-v6.6/tools/perf/Documentation/ |
D | tips.txt | 13 Use --symfs <dir> if your symbol files are in non-standard locations
|
D | perf-timechart.txt | 56 --symfs=<directory>::
|
D | perf-kwork.txt | 168 --symfs=<directory>::
|
D | perf-annotate.txt | 113 --symfs=<directory>::
|
D | perf-sched.txt | 135 --symfs=<directory>::
|
D | perf-diff.txt | 84 --symfs=<directory>::
|
D | perf-script.txt | 295 --symfs=<directory>::
|
D | perf-report.txt | 342 --symfs=<directory>::
|
/Linux-v6.6/tools/perf/ |
D | builtin-probe.c | 601 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in __cmd_probe()
|
D | builtin-kwork.c | 1779 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_kwork()
|
D | builtin-sched.c | 3534 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_sched()
|