Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/tools/perf/util/
Dannotate.h394 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
395 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
Dannotate.c885 struct annotated_source *src, int evidx, u64 addr, in __symbol__inc_addr_samples() argument
902 h = annotated_source__histogram(src, evidx); in __symbol__inc_addr_samples()
915 sym->start, sym->name, addr, addr - sym->start, evidx, in __symbol__inc_addr_samples()
2599 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) in symbol__annotate_zero_histogram() argument
2602 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
2607 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) in symbol__annotate_decay_histogram() argument
2610 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()