Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/ui/gtk/ !
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()
/linux-5.19.10/tools/perf/util/ !
Dannotate.h392 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
393 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
Dannotate.c886 struct annotated_source *src, int evidx, u64 addr, in __symbol__inc_addr_samples() argument
903 h = annotated_source__histogram(src, evidx); in __symbol__inc_addr_samples()
916 sym->start, sym->name, addr, addr - sym->start, evidx, in __symbol__inc_addr_samples()
2594 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) in symbol__annotate_zero_histogram() argument
2597 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
2602 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) in symbol__annotate_decay_histogram() argument
2605 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()