Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dannotate.h205 struct sym_hist { struct
206 u64 nr_samples;
207 u64 period;
Dannotate.c865 struct sym_hist *sym_hist = annotation__histogram(notes, evidx); in calc_percent() local