Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/gtk/
Dannotate.c25 struct disasm_line *dl, int evidx) in perf_gtk__get_percent() argument
37 symhist = annotation__histogram(symbol__annotation(sym), evidx); in perf_gtk__get_percent()
/Linux-v4.19/tools/perf/util/
Dannotate.h368 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
369 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
Dannotate.c832 struct annotated_source *src, int evidx, u64 addr, in __symbol__inc_addr_samples() argument
848 h = annotated_source__histogram(src, evidx); in __symbol__inc_addr_samples()
861 sym->start, sym->name, addr, addr - sym->start, evidx, in __symbol__inc_addr_samples()
2247 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) in symbol__annotate_zero_histogram() argument
2250 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
2255 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) in symbol__annotate_decay_histogram() argument
2258 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()