Home
last modified time | relevance | path

Searched defs:sym_hist (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/tools/perf/util/
Dannotate.h216 struct sym_hist { struct
217 u64 nr_samples;
218 u64 period;
Dannotate.c864 struct sym_hist *sym_hist = annotation__histogram(notes, evsel); in calc_percent() local