Home
last modified time | relevance | path

Searched refs:sym_hist (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
A Dannotate.h219 struct sym_hist { struct
290 struct sym_hist *histograms;
385 static inline struct sym_hist *annotated_source__histogram(struct annotated_source *src, in annotated_source__histogram()
391 static inline struct sym_hist *annotation__histogram(struct annotation *notes, in annotation__histogram()
A Dannotate.c220 struct sym_hist *h; in __symbol__inc_addr_samples()
911 struct sym_hist *sym_hist = annotation__histogram(notes, evsel); in calc_percent() local
926 if (sym_hist->nr_samples) { in calc_percent()
929 data->percent[PERCENT_HITS_LOCAL] = 100.0 * hits / sym_hist->nr_samples; in calc_percent()
935 if (sym_hist->period) in calc_percent()
936 data->percent[PERCENT_PERIOD_LOCAL] = 100.0 * period / sym_hist->period; in calc_percent()
1190 struct sym_hist *h = annotation__histogram(notes, evsel); in symbol__annotate_hits()
1227 struct sym_hist *h = annotation__histogram(notes, evsel); in hist_entry__annotate_printf()
1419 struct sym_hist *h = annotation__histogram(notes, evsel); in symbol__annotate_zero_histogram()
1427 struct sym_hist *h = annotation__histogram(notes, evsel); in symbol__annotate_decay_histogram()
/tools/perf/ui/gtk/
A Dannotate.c33 struct sym_hist *symhist; in perf_gtk__get_percent()

Completed in 14 milliseconds