Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dprobe-finder.c95 static struct debuginfo *__debuginfo__new(const char *path) in __debuginfo__new() function
134 dinfo = __debuginfo__new(buf); in debuginfo__new()
140 return dinfo ? : __debuginfo__new(path); in debuginfo__new()