Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dprobe-finder.h103 struct line_finder { struct
Dprobe-finder.c1584 struct line_finder *lf = data; in line_range_walk_cb()
1599 static int find_line_range_by_line(Dwarf_Die *sp_die, struct line_finder *lf) in find_line_range_by_line()
1634 struct line_finder *lf = param->data; in line_range_search_cb()
1665 static int find_line_range_by_func(struct line_finder *lf) in find_line_range_by_func()
1674 struct line_finder lf = {.lr = lr, .found = 0}; in debuginfo__find_line_range()