Searched refs:symfs (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | symbol.c | 60 .symfs = "", 2297 if (symbol_conf.symfs[0] != 0) in dso__load_kernel_sym() 2414 if (symbol_conf.symfs[0] != 0) in vmlinux_path__init() 2554 const char *symfs; in symbol__init() local 2607 symfs = realpath(symbol_conf.symfs, NULL); in symbol__init() 2608 if (symfs == NULL) in symbol__init() 2609 symfs = symbol_conf.symfs; in symbol__init() 2610 if (strcmp(symfs, "/") == 0) in symbol__init() 2611 symbol_conf.symfs = ""; in symbol__init() 2612 if (symfs != symbol_conf.symfs) in symbol__init() [all …]
|
A D | symbol_conf.h | 76 const char *symfs; member
|
A D | symbol.h | 104 return path__join(bf, size, symbol_conf.symfs, path); in __symbol__join_symfs()
|
A D | dso.c | 192 path__join3(filename, size, symbol_conf.symfs, in dso__read_binary_type_filename()
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | tips.txt | 13 Use --symfs <dir> if your symbol files are in non-standard locations
|
A D | perf-timechart.txt | 56 --symfs=<directory>::
|
A D | perf-kwork.txt | 168 --symfs=<directory>::
|
A D | perf-sched.txt | 135 --symfs=<directory>::
|
A D | perf-annotate.txt | 113 --symfs=<directory>::
|
A D | perf-diff.txt | 84 --symfs=<directory>::
|
A D | perf-script.txt | 295 --symfs=<directory>::
|
A D | perf-report.txt | 341 --symfs=<directory>::
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-probe.c | 592 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in __cmd_probe()
|
A D | builtin-kwork.c | 1764 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_kwork()
|
A D | builtin-sched.c | 3525 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_sched()
|
Completed in 38 milliseconds