Searched refs:symfs (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | symbol.c | 62 .symfs = "", 2222 if (symbol_conf.symfs[0] != 0) in dso__load_kernel_sym() 2339 if (symbol_conf.symfs[0] != 0) in vmlinux_path__init() 2509 const char *symfs; in symbol__init() local 2561 symfs = realpath(symbol_conf.symfs, NULL); in symbol__init() 2562 if (symfs == NULL) in symbol__init() 2563 symfs = symbol_conf.symfs; in symbol__init() 2564 if (strcmp(symfs, "/") == 0) in symbol__init() 2565 symbol_conf.symfs = ""; in symbol__init() 2566 if (symfs != symbol_conf.symfs) in symbol__init() [all …]
|
| H A D | symbol_conf.h | 85 const char *symfs; member
|
| H A D | symbol.h | 99 return path__join(bf, size, symbol_conf.symfs, path); in __symbol__join_symfs()
|
| H A D | dso.c | 235 path__join3(filename, size, symbol_conf.symfs, in dso__read_binary_type_filename()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-timechart.txt | 56 --symfs=<directory>::
|
| H A D | perf-kwork.txt | 172 --symfs=<directory>::
|
| H A D | perf-annotate.txt | 113 --symfs=<directory>::
|
| H A D | tips.txt | 14 Use --symfs <dir> if your symbol files are in non-standard locations
|
| H A D | perf-sched.txt | 181 --symfs=<directory>::
|
| H A D | perf-diff.txt | 84 --symfs=<directory>::
|
| H A D | perf-script.txt | 308 --symfs=<directory>::
|
| H A D | perf-report.txt | 370 --symfs=<directory>::
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-probe.c | 601 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in __cmd_probe()
|
| H A D | builtin-kwork.c | 2409 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_kwork()
|
| H A D | builtin-sched.c | 3824 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_sched()
|