Searched defs:evidx (Results 1 - 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
H A Dannotate.c23 struct disasm_line *dl, int evidx)
35 symhist = annotation__histogram(symbol__annotation(sym), evidx);
22 perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym, struct disasm_line *dl, int evidx) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhist.c859 int hist_entry__inc_addr_samples(struct hist_entry *he, int evidx, u64 ip) argument
861 return symbol__inc_addr_samples(he->ms.sym, he->ms.map, evidx, ip);
H A Dannotate.c468 int evidx, u64 addr)
484 h = annotation__histogram(notes, evidx);
489 ", evidx=%d] => %" PRIu64 "\n", sym->start, sym->name,
490 addr, addr - sym->start, evidx, h->addr[offset]);
606 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset, argument
623 percent += src_line->p[evidx].percent;
627 struct sym_hist *h = annotation__histogram(notes, evidx);
1089 int evidx = evsel->idx; local
1093 struct sym_hist *h = annotation__histogram(notes, evidx);
1101 h = annotation__histogram(notes, evidx
467 symbol__inc_addr_samples(struct symbol *sym, struct map *map, int evidx, u64 addr) argument
1295 symbol__annotate_zero_histogram(struct symbol *sym, int evidx) argument
1303 symbol__annotate_decay_histogram(struct symbol *sym, int evidx) argument
[all...]

Completed in 77 milliseconds