Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dprobe-finder.h63 struct list_head lcache; /* Line cache for lazy match */ member
Dprobe-finder.c1357 if (!line_list__has_line(&pf->lcache, lineno) || in probe_point_lazy_walker()
1378 if (list_empty(&pf->lcache)) { in find_probe_point_lazy()
1380 ret = find_lazy_match_lines(&pf->lcache, pf->fname, in find_probe_point_lazy()
1539 line_list__init(&pf->lcache); in find_probes()
1591 line_list__free(&pf->lcache); in find_probes()