Searched refs:DSO__NAME_KALLSYMS (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Ddso.h19 #define DSO__NAME_KALLSYMS "[kernel.kallsyms]" macro
H A Dbuild-id.c174 buildid_dir, DSO__NAME_KALLSYMS, sbuild_id);
181 buildid_dir, DSO__NAME_KALLSYMS, sbuild_id);
246 if (!strcmp(pathname, DSO__NAME_KALLSYMS))
H A Dprobe-file.c449 /* For the kernel probe caches, pass target = NULL or DSO__NAME_KALLSYMS */
467 if (!target || !strcmp(target, DSO__NAME_KALLSYMS)) {
468 target = DSO__NAME_KALLSYMS;
H A Dsymbol.c2213 dso__set_long_name(dso, DSO__NAME_KALLSYMS, false);
H A Dannotate.c1889 if (strstr(linkname, DSO__NAME_KALLSYMS) ||

Completed in 238 milliseconds