Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsymbol.c73 .symfs = "",
2243 if (symbol_conf.symfs[0] != 0) in dso__load_kernel_sym()
2362 if (symbol_conf.symfs[0] != 0) in vmlinux_path__init()
2532 const char *symfs; in symbol__init() local
2584 symfs = realpath(symbol_conf.symfs, NULL); in symbol__init()
2585 if (symfs == NULL) in symbol__init()
2586 symfs = symbol_conf.symfs; in symbol__init()
2587 if (strcmp(symfs, "/") == 0) in symbol__init()
2588 symbol_conf.symfs = ""; in symbol__init()
2589 if (symfs != symbol_conf.symfs) in symbol__init()
[all …]
H A Dsymbol_conf.h106 const char *symfs;
95 const char *symfs; global() member
H A Dsymbol.h177 return path__join(bf, size, symbol_conf.symfs, perf_basename(path));
179 return path__join(bf, size, symbol_conf.symfs, path);
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[,layout]>::
H A Dperf-kwork.txt172 --symfs=<directory[,layout]>::
H A Dperf-annotate.txt113 --symfs=<directory[,layout]>::
H A Dtips.txt14 Use --symfs <dir>[,layout] if your symbol files are in non-standard locations.
H A Dperf-diff.txt84 --symfs=<directory[,layout]>::
H A Dperf-sched.txt446 --symfs=<directory[,layout]>::
H A Dperf-script.txt310 --symfs=<directory[,layout]>::
H A Dperf-report.txt375 --symfs=<directory[,layout]>::
/linux/tools/perf/
H A Dbuiltin-probe.c600 OPT_CALLBACK(0, "symfs", NULL, "directory[,layout]", SYMFS_HELP, in __cmd_probe()
H A Dbuiltin-kwork.c2513 OPT_CALLBACK(0, "symfs", NULL, "directory[,layout]", SYMFS_HELP, in cmd_kwork()
H A Dbuiltin-sched.c5336 OPT_CALLBACK(0, "symfs", NULL, "directory[,layout]", SYMFS_HELP,