Lines Matching refs:evsel

819 		      struct perf_evsel *evsel, u64 len, int min_pcnt, int printed,  in disasm_line__print()  argument
840 if (perf_evsel__is_group_event(evsel)) { in disasm_line__print()
841 nr_percent = evsel->nr_members; in disasm_line__print()
851 notes->src->lines ? i : evsel->idx + i, in disasm_line__print()
872 disasm_line__print(queue, sym, start, evsel, len, in disasm_line__print()
923 if (perf_evsel__is_group_event(evsel)) in disasm_line__print()
924 width *= evsel->nr_members; in disasm_line__print()
1353 struct perf_evsel *evsel, in symbol__get_source_line() argument
1358 int evidx = evsel->idx; in symbol__get_source_line()
1367 if (perf_evsel__is_group_event(evsel)) { in symbol__get_source_line()
1368 for (i = 1; i < evsel->nr_members; i++) { in symbol__get_source_line()
1372 nr_pcnt = evsel->nr_members; in symbol__get_source_line()
1452 static void symbol__annotate_hits(struct symbol *sym, struct perf_evsel *evsel) in symbol__annotate_hits() argument
1455 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_hits()
1466 struct perf_evsel *evsel, bool full_paths, in symbol__annotate_printf() argument
1472 const char *evsel_name = perf_evsel__name(evsel); in symbol__annotate_printf()
1495 if (perf_evsel__is_group_event(evsel)) in symbol__annotate_printf()
1496 width *= evsel->nr_members; in symbol__annotate_printf()
1506 symbol__annotate_hits(sym, evsel); in symbol__annotate_printf()
1514 switch (disasm_line__print(pos, sym, start, evsel, len, in symbol__annotate_printf()
1610 struct perf_evsel *evsel, bool print_lines, in symbol__tty_annotate() argument
1624 symbol__get_source_line(sym, map, evsel, &source_line, len); in symbol__tty_annotate()
1628 symbol__annotate_printf(sym, map, evsel, full_paths, in symbol__tty_annotate()