Home
last modified time | relevance | path

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

/tools/perf/util/
A Dsymbol_conf.h85 const char *symfs; member
A Dsymbol.c68 .symfs = "",
2232 if (symbol_conf.symfs[0] != 0) in dso__load_kernel_sym()
2349 if (symbol_conf.symfs[0] != 0) in vmlinux_path__init()
2519 const char *symfs; in symbol__init() local
2571 symfs = realpath(symbol_conf.symfs, NULL); in symbol__init()
2572 if (symfs == NULL) in symbol__init()
2573 symfs = symbol_conf.symfs; in symbol__init()
2574 if (strcmp(symfs, "/") == 0) in symbol__init()
2575 symbol_conf.symfs = ""; in symbol__init()
2576 if (symfs != symbol_conf.symfs) in symbol__init()
[all …]
A Dsymbol.h99 return path__join(bf, size, symbol_conf.symfs, path); in __symbol__join_symfs()
A Ddso.c235 path__join3(filename, size, symbol_conf.symfs, in dso__read_binary_type_filename()
/tools/perf/Documentation/
A Dperf-timechart.txt56 --symfs=<directory>::
A Dperf-annotate.txt113 --symfs=<directory>::
A Dperf-kwork.txt172 --symfs=<directory>::
A Dtips.txt14 Use --symfs <dir> if your symbol files are in non-standard locations
A Dperf-sched.txt181 --symfs=<directory>::
A Dperf-diff.txt84 --symfs=<directory>::
A Dperf-script.txt308 --symfs=<directory>::
A Dperf-report.txt371 --symfs=<directory>::
/tools/perf/
A Dbuiltin-probe.c601 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in __cmd_probe()
A Dbuiltin-kwork.c2409 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_kwork()
A Dbuiltin-sched.c3899 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_sched()

Completed in 32 milliseconds