Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dprobe-finder.h113 struct line_finder { struct
H A Dprobe-finder.c1859 struct line_finder *lf = data; in line_range_walk_cb()
1881 static int find_line_range_by_line(Dwarf_Die *sp_die, struct line_finder *lf) in find_line_range_by_line()
1916 struct line_finder *lf = param->data; in line_range_search_cb()
1950 static int find_line_range_by_func(struct line_finder *lf) in find_line_range_by_func()
1959 struct line_finder lf = {.lr = lr, .found = 0}; in debuginfo__find_line_range()