Lines Matching refs:evsel

684 		      struct perf_evsel *evsel, u64 len, int min_pcnt, int printed,  in disasm_line__print()  argument
703 if (perf_evsel__is_group_event(evsel)) { in disasm_line__print()
704 nr_percent = evsel->nr_members; in disasm_line__print()
712 notes->src->lines ? i : evsel->idx + i, in disasm_line__print()
732 disasm_line__print(queue, sym, start, evsel, len, in disasm_line__print()
774 if (perf_evsel__is_group_event(evsel)) in disasm_line__print()
775 width *= evsel->nr_members; in disasm_line__print()
1187 struct perf_evsel *evsel, in symbol__get_source_line() argument
1192 int evidx = evsel->idx; in symbol__get_source_line()
1201 if (perf_evsel__is_group_event(evsel)) { in symbol__get_source_line()
1202 for (i = 1; i < evsel->nr_members; i++) { in symbol__get_source_line()
1206 nr_pcnt = evsel->nr_members; in symbol__get_source_line()
1286 static void symbol__annotate_hits(struct symbol *sym, struct perf_evsel *evsel) in symbol__annotate_hits() argument
1289 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_hits()
1300 struct perf_evsel *evsel, bool full_paths, in symbol__annotate_printf() argument
1306 const char *evsel_name = perf_evsel__name(evsel); in symbol__annotate_printf()
1329 if (perf_evsel__is_group_event(evsel)) in symbol__annotate_printf()
1330 width *= evsel->nr_members; in symbol__annotate_printf()
1340 symbol__annotate_hits(sym, evsel); in symbol__annotate_printf()
1348 switch (disasm_line__print(pos, sym, start, evsel, len, in symbol__annotate_printf()
1444 struct perf_evsel *evsel, bool print_lines, in symbol__tty_annotate() argument
1457 symbol__get_source_line(sym, map, evsel, &source_line, len); in symbol__tty_annotate()
1461 symbol__annotate_printf(sym, map, evsel, full_paths, in symbol__tty_annotate()