Home
last modified time | relevance | path

Searched refs:annotation_line__filter (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c45 return annotation_line__filter(al, notes); in disasm_line__filter()
283 if (annotation_line__filter(pos, notes)) in annotate_browser__set_top()
503 if (!annotation_line__filter(&pos->al, notes)) in annotate_browser__find_offset()
547 if (annotation_line__filter(al, notes)) in annotate_browser__find_string()
584 if (annotation_line__filter(al, notes)) in annotate_browser__find_string_reverse()
/openbmc/linux/tools/perf/util/
H A Dannotate.h327 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter() function
H A Dannotate.c2676 if (annotation_line__filter(al, notes)) in symbol__annotate_fprintf2()