Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dprobe-finder.h113 struct line_finder { struct
Dprobe-finder.c1833 struct line_finder *lf = data; in line_range_walk_cb()
1855 static int find_line_range_by_line(Dwarf_Die *sp_die, struct line_finder *lf) in find_line_range_by_line()
1890 struct line_finder *lf = param->data; in line_range_search_cb()
1920 static int find_line_range_by_func(struct line_finder *lf) in find_line_range_by_func()
1929 struct line_finder lf = {.lr = lr, .found = 0}; in debuginfo__find_line_range()