Searched refs:annotation_line__filter (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | annotate.c | 50 return annotation_line__filter(al, notes); in disasm_line__filter() 278 if (annotation_line__filter(pos, notes)) in annotate_browser__set_top() 454 if (!annotation_line__filter(&pos->al, notes)) in annotate_browser__find_offset() 498 if (annotation_line__filter(al, notes)) in annotate_browser__find_string() 535 if (annotation_line__filter(al, notes)) in annotate_browser__find_string_reverse()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | annotate.c | 45 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()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 313 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter() function
|
H A D | annotate.c | 2522 if (annotation_line__filter(al, notes)) in symbol__annotate_fprintf2()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.h | 322 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter() function
|
H A D | annotate.c | 2652 if (annotation_line__filter(al, notes)) in symbol__annotate_fprintf2()
|
Completed in 15 milliseconds