Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dannotate.h73 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset,
136 int evidx, u64 addr);
145 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
146 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
Dannotate.c468 int evidx, u64 addr) in symbol__inc_addr_samples() argument
484 h = annotation__histogram(notes, evidx); in symbol__inc_addr_samples()
490 addr, addr - sym->start, evidx, h->addr[offset]); in symbol__inc_addr_samples()
606 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset, in disasm__calc_percent() argument
623 percent += src_line->p[evidx].percent; in disasm__calc_percent()
627 struct sym_hist *h = annotation__histogram(notes, evidx); in disasm__calc_percent()
1089 int evidx = evsel->idx; in symbol__get_source_line() local
1093 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line()
1101 h = annotation__histogram(notes, evidx + i); in symbol__get_source_line()
1127 h = annotation__histogram(notes, evidx + k); in symbol__get_source_line()
[all …]
Dhist.h121 int hist_entry__inc_addr_samples(struct hist_entry *self, int evidx, u64 addr);
Dhist.c859 int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip) in hist_entry__inc_addr_samples() argument
861 return symbol__inc_addr_samples(he->ms.sym, he->ms.map, evidx, ip); in hist_entry__inc_addr_samples()
/external/linux-tools-perf/src/tools/perf/ui/gtk/
Dannotate.c23 struct disasm_line *dl, int evidx) in perf_gtk__get_percent() argument
35 symhist = annotation__histogram(symbol__annotation(sym), evidx); in perf_gtk__get_percent()