Searched refs:symfs (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | symbol.c | 47 .symfs = "", 1902 if (symbol_conf.symfs[0] != 0) in dso__load_kernel_sym() 2023 if (symbol_conf.symfs[0] != 0) in vmlinux_path__init() 2114 const char *symfs; in symbol__init() local 2163 symfs = realpath(symbol_conf.symfs, NULL); in symbol__init() 2164 if (symfs == NULL) in symbol__init() 2165 symfs = symbol_conf.symfs; in symbol__init() 2166 if (strcmp(symfs, "/") == 0) in symbol__init() 2167 symbol_conf.symfs = ""; in symbol__init() 2168 if (symfs != symbol_conf.symfs) in symbol__init() [all …]
|
D | symbol.h | 148 const char *symfs; member 160 return path__join(bf, size, symbol_conf.symfs, path); in __symbol__join_symfs()
|
D | dso.c | 166 path__join3(filename, size, symbol_conf.symfs, in dso__read_binary_type_filename()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | tips.txt | 13 Use --symfs <dir> if your symbol files are in non-standard locations
|
D | perf-annotate.txt | 106 --symfs=<directory>::
|
D | perf-timechart.txt | 56 --symfs=<directory>::
|
D | perf-sched.txt | 131 --symfs=<directory>::
|
D | perf-diff.txt | 84 --symfs=<directory>::
|
D | perf-script.txt | 254 --symfs=<directory>::
|
D | perf-report.txt | 315 --symfs=<directory>::
|
/Linux-v4.19/tools/perf/ |
D | builtin-probe.c | 587 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in __cmd_probe()
|
D | builtin-sched.c | 3406 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_sched()
|