Home
last modified time | relevance | path

Searched refs:debuginfo__new (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dprobe-finder.h31 extern struct debuginfo *debuginfo__new(const char *path);
Dprobe-finder.c229 struct debuginfo *debuginfo__new(const char *path) in debuginfo__new() function
Dprobe-event.c222 return debuginfo__new(path); in open_debuginfo()