Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/gtk/
H A Dannotate.c29 struct disasm_line *dl, int evidx) in perf_gtk__get_percent() argument
41 symhist = annotation__histogram(symbol__annotation(sym), evidx); in perf_gtk__get_percent()
/openbmc/linux/tools/perf/util/
H A Dannotate.h401 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
402 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
H A Dannotate.c917 struct annotated_source *src, int evidx, u64 addr, in __symbol__inc_addr_samples() argument
934 h = annotated_source__histogram(src, evidx); in __symbol__inc_addr_samples()
947 sym->start, sym->name, addr, addr - sym->start, evidx, in __symbol__inc_addr_samples()
2725 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) in symbol__annotate_zero_histogram() argument
2728 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
2733 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) in symbol__annotate_decay_histogram() argument
2736 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()