Home
last modified time | relevance | path

Searched defs:annotate_browser (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/ui/browsers/
Dannotate.c29 struct annotate_browser { struct
30 struct ui_browser b;
31 struct rb_root entries;
32 struct rb_node *curr_hot;
33 struct annotation_line *selection;
34 struct arch *arch;
35 struct annotation_options *opts;
36 bool searching_backwards;
37 char search_bf[128];
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
Dannotate.c24 struct annotate_browser { struct
25 struct ui_browser b;
26 struct rb_root entries;
27 struct rb_node *curr_hot;
28 struct annotation_line *selection;
29 struct arch *arch;
30 bool searching_backwards;
31 char search_bf[128];