Searched defs:symfs (Results 1 - 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol.h131 const char *symfs; member in struct:symbol_conf
H A Dsymbol.c39 .symfs = "",
1134 symbol_conf.symfs, vmlinux);
1235 /* do not try local files if a symfs was given */
1236 if (symbol_conf.symfs[0] != 0)
1376 /* only try running kernel version if no symfs was given */
1377 if (symbol_conf.symfs[0] != 0)
1442 const char *symfs; local
1479 symfs = realpath(symbol_conf.symfs, NULL);
1480 if (symfs
[all...]

Completed in 126 milliseconds