Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsymbol.c68 .symfs = "",
2107 if (symbol_conf.symfs[0] != 0) in dso__load_kernel_sym()
2224 if (symbol_conf.symfs[0] != 0) in vmlinux_path__init()
2394 const char *symfs; in symbol__init() local
2446 symfs = realpath(symbol_conf.symfs, NULL); in symbol__init()
2447 if (symfs == NULL) in symbol__init()
2448 symfs = symbol_conf.symfs; in symbol__init()
2449 if (strcmp(symfs, "/") == 0) in symbol__init()
2450 symbol_conf.symfs = ""; in symbol__init()
2451 if (symfs != symbol_conf.symfs) in symbol__init()
[all …]
H A Dsymbol_conf.h95 const char *symfs; member
H A Dsymbol.h99 return path__join(bf, size, symbol_conf.symfs, path); in __symbol__join_symfs()
H A Ddso.c236 path__join3(filename, size, symbol_conf.symfs, in dso__read_binary_type_filename()
/linux/tools/perf/Documentation/
H A Dperf-timechart.txt56 --symfs=<directory>::
H A Dperf-kwork.txt172 --symfs=<directory>::
H A Dperf-annotate.txt113 --symfs=<directory>::
H A Dtips.txt14 Use --symfs <dir> if your symbol files are in non-standard locations
H A Dperf-diff.txt84 --symfs=<directory>::
H A Dperf-sched.txt440 --symfs=<directory>::
H A Dperf-script.txt310 --symfs=<directory>::
H A Dperf-report.txt371 --symfs=<directory>::
/linux/tools/perf/
H A Dbuiltin-probe.c600 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in __cmd_probe()
H A Dbuiltin-kwork.c2426 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_kwork()
H A Dbuiltin-sched.c4882 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_sched()