Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dprobe-finder.h40 struct debuginfo *debuginfo__new(const char *path);
Dprobe-event.c494 ret = debuginfo__new((const char *)path); in open_from_debuginfod()
542 ret = debuginfo__new(path); in open_debuginfo()
Dprobe-finder.c115 struct debuginfo *debuginfo__new(const char *path) in debuginfo__new() function