Searched refs:aperf (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/tools/power/cpupower/ |
D | .gitignore | 8 cpufreq-aperf 20 utils/cpufreq-aperf.o
|
/linux-4.4.14/include/trace/events/ |
D | power.h | 48 u64 aperf, 58 aperf, 69 __field(u64, aperf) 80 __entry->aperf = aperf; 91 (unsigned long long)__entry->aperf,
|
/linux-4.4.14/drivers/cpufreq/ |
D | intel_pstate.c | 69 u64 aperf; member 869 core_pct = int_tofp(sample->aperf) * int_tofp(100); in intel_pstate_calc_busy() 883 u64 aperf, mperf; in intel_pstate_sample() local 888 rdmsrl(MSR_IA32_APERF, aperf); in intel_pstate_sample() 900 cpu->sample.aperf = aperf; in intel_pstate_sample() 903 cpu->sample.aperf -= cpu->prev_aperf; in intel_pstate_sample() 909 cpu->prev_aperf = aperf; in intel_pstate_sample() 995 sample->aperf, in intel_pstate_adjust_busy_pstate()
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 141 unsigned long long aperf; member 401 outp += sprintf(outp, "aperf: %016llX\n", t->aperf); in dump_counters() 505 1.0 / units * t->aperf / interval_float); in format_counters() 518 outp += sprintf(outp, "%8.0f", base_hz / units * t->aperf / t->mperf); in format_counters() 521 1.0 * t->tsc / units * t->aperf / t->mperf / interval_float); in format_counters() 742 if ((new->aperf > old->aperf) && (new->mperf > old->mperf)) { in delta_thread() 743 old->aperf = new->aperf - old->aperf; in delta_thread() 825 t->aperf = 0; in clear_counters() 869 average.threads.aperf += t->aperf; in sum_counters() 931 average.threads.aperf /= topo.num_cpus; in compute_average() [all …]
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_msr.c | 73 PMU_EVENT_ATTR_STRING(aperf, evattr_aperf, "event=0x01");
|