Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dhist.c2710 char buf[512], sample_freq_str[64] = ""; in __hists__scnprintf_title() local
2744 scnprintf(sample_freq_str, sizeof(sample_freq_str), " %d Hz,", evsel->core.attr.sample_freq); in __hists__scnprintf_title()
2750 ev_name, sample_freq_str, enable_ref ? ref : " ", nr_events); in __hists__scnprintf_title()