Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol.c60 .symfs = "",
2241 if (symbol_conf.symfs[0] != 0) in dso__load_kernel_sym()
2356 if (symbol_conf.symfs[0] != 0) in vmlinux_path__init()
2453 const char *symfs; in symbol__init() local
2502 symfs = realpath(symbol_conf.symfs, NULL); in symbol__init()
2503 if (symfs == NULL) in symbol__init()
2504 symfs = symbol_conf.symfs; in symbol__init()
2505 if (strcmp(symfs, "/") == 0) in symbol__init()
2506 symbol_conf.symfs = ""; in symbol__init()
2507 if (symfs != symbol_conf.symfs) in symbol__init()
[all …]
H A Dsymbol_conf.h73 const char *symfs; member
H A Dsymbol.h91 return path__join(bf, size, symbol_conf.symfs, path); in __symbol__join_symfs()
H A Ddso.c189 path__join3(filename, size, symbol_conf.symfs, in dso__read_binary_type_filename()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dtips.txt13 Use --symfs <dir> if your symbol files are in non-standard locations
H A Dperf-annotate.txt106 --symfs=<directory>::
H A Dperf-timechart.txt56 --symfs=<directory>::
H A Dperf-sched.txt135 --symfs=<directory>::
H A Dperf-diff.txt84 --symfs=<directory>::
H A Dperf-script.txt263 --symfs=<directory>::
H A Dperf-report.txt326 --symfs=<directory>::
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-probe.c580 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in __cmd_probe()
H A Dbuiltin-sched.c3483 OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", in cmd_sched()