Lines Matching refs:evsel
123 struct evsel *evsel; member
206 struct evsel *evsel,
210 void symbol__calc_percent(struct symbol *sym, struct evsel *evsel);
384 const struct evsel *evsel) in annotated_source__histogram() argument
386 return &src->histograms[evsel->core.idx]; in annotated_source__histogram()
390 const struct evsel *evsel) in annotation__histogram() argument
392 return annotated_source__histogram(notes->src, evsel); in annotation__histogram()
396 annotated_source__hist_entry(struct annotated_source *src, const struct evsel *evsel, u64 offset) in annotated_source__hist_entry() argument
399 long key = offset << 16 | evsel->core.idx; in annotated_source__hist_entry()
412 struct evsel *evsel);
419 struct evsel *evsel,
423 struct evsel *evsel, u64 addr);
429 struct evsel *evsel,
432 struct evsel *evsel,
460 void symbol__annotate_zero_histogram(struct symbol *sym, struct evsel *evsel);
461 void symbol__annotate_decay_histogram(struct symbol *sym, struct evsel *evsel);
464 int map_symbol__annotation_dump(struct map_symbol *ms, struct evsel *evsel);
468 int hist_entry__annotate_printf(struct hist_entry *he, struct evsel *evsel);
469 int hist_entry__tty_annotate(struct hist_entry *he, struct evsel *evsel);
470 int hist_entry__tty_annotate2(struct hist_entry *he, struct evsel *evsel);
473 int symbol__tui_annotate(struct map_symbol *ms, struct evsel *evsel,
477 struct evsel *evsel __maybe_unused, in symbol__tui_annotate()
583 int num_aggr, struct evsel *evsel);
584 int annotation_br_cntr_abbr_list(char **str, struct evsel *evsel, bool header);