Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dprobe-finder.h40 struct debuginfo *debuginfo__new(const char *path);
H A Dprobe-event.c504 ret = debuginfo__new((const char *)path); in open_from_debuginfod()
552 ret = debuginfo__new(path); in open_debuginfo()
H A Dprobe-finder.c115 struct debuginfo *debuginfo__new(const char *path) in debuginfo__new() function