lcache            860 tools/perf/util/probe-finder.c 	if (!intlist__has_entry(pf->lcache, lineno) ||
lcache            889 tools/perf/util/probe-finder.c 	if (intlist__empty(pf->lcache)) {
lcache            900 tools/perf/util/probe-finder.c 		ret = find_lazy_match_lines(pf->lcache, fpath,
lcache           1088 tools/perf/util/probe-finder.c 	pf->lcache = intlist__new(NULL);
lcache           1089 tools/perf/util/probe-finder.c 	if (!pf->lcache)
lcache           1143 tools/perf/util/probe-finder.c 	intlist__delete(pf->lcache);
lcache           1144 tools/perf/util/probe-finder.c 	pf->lcache = NULL;
lcache             77 tools/perf/util/probe-finder.h 	struct intlist		*lcache;	/* Line cache for lazy match */