Lines Matching refs:evsel
24 struct evsel;
221 struct evsel *evsel,
226 void symbol__calc_percent(struct symbol *sym, struct evsel *evsel);
340 struct evsel *evsel);
347 struct evsel *evsel, u64 addr);
353 struct evsel *evsel,
357 struct evsel *evsel,
385 int symbol__annotate_printf(struct map_symbol *ms, struct evsel *evsel,
391 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel,
396 int symbol__tty_annotate(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *opt…
398 int symbol__tty_annotate2(struct map_symbol *ms, struct evsel *evsel, struct annotation_options *op…
401 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel,
406 struct evsel *evsel __maybe_unused, in symbol__tui_annotate()