HomeSort by relevance Sort by last modified time
    Searched refs:is_vdso (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;
300 is_vdso ? VDSO__MAP_NAME : realname);
336 bool is_kallsyms, bool is_vdso)
343 is_kallsyms, is_vdso);
388 bool is_vdso = is_vdso_map(dso->short_name); local
398 debugdir, is_kallsyms, is_vdso);
    [all...]

Completed in 239 milliseconds