Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dprobe-finder.h34 extern struct debuginfo *debuginfo__new(const char *path);
Dprobe-finder.c113 struct debuginfo *debuginfo__new(const char *path) in debuginfo__new() function
Dprobe-event.c404 ret = debuginfo__new(path); in open_debuginfo()