Home
last modified time | relevance | path

Searched refs:evidx (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/ui/gtk/
H A Dannotate.c29 struct disasm_line *dl, int evidx) in perf_gtk__get_percent()
41 symhist = annotation__histogram(symbol__annotation(sym), evidx); in perf_gtk__get_percent()
28 perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym, struct disasm_line *dl, int evidx) perf_gtk__get_percent() argument
/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.h387 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
388 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
H A Dannotate.c884 struct annotated_source *src, int evidx, u64 addr, in __symbol__inc_addr_samples()
901 h = annotated_source__histogram(src, evidx); in __symbol__inc_addr_samples()
913 ", evidx=%d] => nr_samples: %" PRIu64 ", period: %" PRIu64 "\n", in __symbol__inc_addr_samples()
914 sym->start, sym->name, addr, addr - sym->start, evidx, in __symbol__inc_addr_samples()
2564 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) in symbol__annotate_zero_histogram() argument
2567 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
2572 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) in symbol__annotate_decay_histogram() argument
2575 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()
883 __symbol__inc_addr_samples(struct map_symbol *ms, struct annotated_source *src, int evidx, u64 addr, struct perf_sample *sample) __symbol__inc_addr_samples() argument
/kernel/linux/linux-6.6/tools/perf/ui/gtk/
H A Dannotate.c29 struct disasm_line *dl, int evidx) in perf_gtk__get_percent()
41 symhist = annotation__histogram(symbol__annotation(sym), evidx); in perf_gtk__get_percent()
28 perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym, struct disasm_line *dl, int evidx) perf_gtk__get_percent() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.h397 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx);
398 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx);
H A Dannotate.c926 struct annotated_source *src, int evidx, u64 addr, in __symbol__inc_addr_samples()
943 h = annotated_source__histogram(src, evidx); in __symbol__inc_addr_samples()
955 ", evidx=%d] => nr_samples: %" PRIu64 ", period: %" PRIu64 "\n", in __symbol__inc_addr_samples()
956 sym->start, sym->name, addr, addr - sym->start, evidx, in __symbol__inc_addr_samples()
2694 void symbol__annotate_zero_histogram(struct symbol *sym, int evidx) in symbol__annotate_zero_histogram() argument
2697 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
2702 void symbol__annotate_decay_histogram(struct symbol *sym, int evidx) in symbol__annotate_decay_histogram() argument
2705 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram()
925 __symbol__inc_addr_samples(struct map_symbol *ms, struct annotated_source *src, int evidx, u64 addr, struct perf_sample *sample) __symbol__inc_addr_samples() argument

Completed in 12 milliseconds