HomeSort by relevance Sort by last modified time
    Searched refs:is_kallsyms (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.h 126 const char *name, bool is_kallsyms, bool is_vdso);
header.c 277 const char *name, bool is_kallsyms, bool is_vdso)
283 bool slash = is_kallsyms || is_vdso;
285 if (is_kallsyms) {
307 if (is_kallsyms) {
327 if (!is_kallsyms)
336 bool is_kallsyms, bool is_vdso)
343 is_kallsyms, is_vdso);
387 bool is_kallsyms = dso->kernel && dso->long_name[0] != '/'; local
393 is_kallsyms = true;
398 debugdir, is_kallsyms, is_vdso)
    [all...]

Completed in 45 milliseconds