Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dprobe-finder.h74 struct intlist *lcache; /* Line cache for lazy match */ member
Dprobe-finder.c833 if (!intlist__has_entry(pf->lcache, lineno) || in probe_point_lazy_walker()
862 if (intlist__empty(pf->lcache)) { in find_probe_point_lazy()
873 ret = find_lazy_match_lines(pf->lcache, fpath, in find_probe_point_lazy()
1028 pf->lcache = intlist__new(NULL); in debuginfo__find_probes()
1029 if (!pf->lcache) in debuginfo__find_probes()
1083 intlist__delete(pf->lcache); in debuginfo__find_probes()
1084 pf->lcache = NULL; in debuginfo__find_probes()