Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dannotate.h230 struct sym_hist { struct
272 struct sym_hist *histograms;
329 static inline struct sym_hist *annotated_source__histogram(struct annotated_source *src, int idx) in annotated_source__histogram()
334 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx) in annotation__histogram()
A Dannotate.c890 struct sym_hist *h; in __symbol__inc_addr_samples()
2125 static void calc_percent(struct sym_hist *sym_hist, in calc_percent() argument
2134 hits += sym_hist->addr[offset].nr_samples; in calc_percent()
2135 period += sym_hist->addr[offset].period; in calc_percent()
2139 if (sym_hist->nr_samples) { in calc_percent()
2148 if (sym_hist->period) in calc_percent()
2174 struct sym_hist *sym_hist; in annotation__calc_percent() local
2178 sym_hist = annotation__histogram(notes, evsel->core.idx); in annotation__calc_percent()
2181 calc_percent(sym_hist, hists, data, al->offset, end); in annotation__calc_percent()
2585 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram()
[all …]
/linux/tools/perf/ui/gtk/
A Dannotate.c31 struct sym_hist *symhist; in perf_gtk__get_percent()

Completed in 12 milliseconds