Searched refs:sample_freq (Results 26 - 32 of 32) sorted by relevance

12

/linux-master/tools/perf/util/
H A Dpython.c827 "sample_freq",
880 &attr.type, &attr.config, &attr.sample_freq,
894 if (attr.sample_freq != 0)
H A Devsel.c954 attr->sample_freq = term->val.freq;
1089 attr->sample_freq = opts->freq;
1181 attr->sample_freq = 0;
H A Devlist.c1612 if (first->core.attr.sample_freq < (u64)max_freq)
1619 emsg, max_freq, first->core.attr.sample_freq);
H A Dhist.c2785 scnprintf(sample_freq_str, sizeof(sample_freq_str), " %d Hz,", evsel->core.attr.sample_freq);
/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c771 * interval := cpu_speed * 1000000 / sample_freq
788 if (!attr->sample_freq)
790 rate = getrate(attr->freq, attr->sample_freq, si);
/linux-master/kernel/events/
H A Dcore.c2305 if (event->attr.freq && event->attr.sample_freq) {
2563 if (event->attr.freq && event->attr.sample_freq) {
4026 u64 frequency = event->attr.sample_freq;
4038 * We got @count in @nsec, with a target of sample_freq HZ
4043 * @nsec * sample_freq
4149 if (!event->attr.freq || !event->attr.sample_freq)
4153 if (!event->attr.freq || !event->attr.sample_freq)
5803 event->attr.sample_freq = value;
11137 long freq = event->attr.sample_freq;
12017 if (attr->freq && attr->sample_freq)
[all...]
/linux-master/arch/x86/events/amd/
H A Dibs.c301 if (!event->attr.sample_freq && hwc->sample_period & 0x0f)

Completed in 162 milliseconds

12