Searched refs:evidx (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/tests/ |
H A D | code-reading.c | 557 int evidx = 0; in do_test_code_reading() local 591 evidx++; in do_test_code_reading() 619 while (events[evidx]) { in do_test_code_reading() 630 str = events[evidx]; in do_test_code_reading() 648 evidx++; in do_test_code_reading() 650 if (events[evidx] == NULL && verbose > 0) { in do_test_code_reading() 671 if (events[evidx] == NULL) in do_test_code_reading() 694 else if (strstr(events[evidx], ":u")) in do_test_code_reading()
|
/linux/tools/perf/ui/gtk/ |
H A D | annotate.c | 29 struct disasm_line *dl, int evidx) in perf_gtk__get_percent() argument 45 symhist = annotation__histogram(notes, evidx); in perf_gtk__get_percent() 46 entry = annotated_source__hist_entry(notes->src, evidx, dl->al.offset); in perf_gtk__get_percent()
|
/linux/tools/perf/util/ |
H A D | annotate.c | 212 struct annotated_source *src, int evidx, u64 addr, in __symbol__inc_addr_samples() argument 231 h = annotated_source__histogram(src, evidx); in __symbol__inc_addr_samples() 238 hash_key = offset << 16 | evidx; in __symbol__inc_addr_samples() 254 ", evidx=%d] => nr_samples: %" PRIu64 ", period: %" PRIu64 "\n", in __symbol__inc_addr_samples() 255 sym->start, sym->name, addr, addr - sym->start, evidx, in __symbol__inc_addr_samples() 864 int evidx = evsel->core.idx; in calc_percent() local 865 struct sym_hist *sym_hist = annotation__histogram(notes, evidx); in calc_percent() 872 entry = annotated_source__hist_entry(notes->src, evidx, offset); in calc_percent() 1143 int evidx = evsel->core.idx; in symbol__annotate_hits() local 1145 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_hits() 1367 symbol__annotate_zero_histogram(struct symbol * sym,int evidx) symbol__annotate_zero_histogram() argument 1375 symbol__annotate_decay_histogram(struct symbol * sym,int evidx) symbol__annotate_decay_histogram() argument [all...] |
H A D | annotate.h | 451 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx); 452 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
|