Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dprobe-finder.h80 struct intlist *lcache; /* Line cache for lazy match */ member
H A Dprobe-finder.c934 if (!intlist__has_entry(pf->lcache, lineno) || in probe_point_lazy_walker()
965 if (intlist__empty(pf->lcache)) { in find_probe_point_lazy()
980 ret = find_lazy_match_lines(pf->lcache, fpath, in find_probe_point_lazy()
1177 pf->lcache = intlist__new(NULL); in debuginfo__find_probe_location()
1178 if (!pf->lcache) in debuginfo__find_probe_location()
1234 intlist__delete(pf->lcache); in debuginfo__find_probe_location()
1235 pf->lcache = NULL; in debuginfo__find_probe_location()