Home
last modified time | relevance | path

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

/linux/tools/perf/ui/gtk/
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()
/linux/tools/perf/util/
A Dannotate.h392 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
393 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
A 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()
2582 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) in symbol__annotate_zero_histogram() argument
2585 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
2590 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) in symbol__annotate_decay_histogram() argument
2593 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()

Completed in 13 milliseconds