aperf 110 arch/x86/events/msr.c PMU_EVENT_ATTR_STRING(aperf, attr_aperf, "event=0x01" ); aperf 122 arch/x86/events/msr.c PMU_EVENT_GROUP(events, aperf); aperf 23 arch/x86/kernel/cpu/aperfmperf.c u64 aperf; aperf 41 arch/x86/kernel/cpu/aperfmperf.c u64 aperf, aperf_delta; aperf 47 arch/x86/kernel/cpu/aperfmperf.c rdmsrl(MSR_IA32_APERF, aperf); aperf 51 arch/x86/kernel/cpu/aperfmperf.c aperf_delta = aperf - s->aperf; aperf 62 arch/x86/kernel/cpu/aperfmperf.c s->aperf = aperf; aperf 119 drivers/cpufreq/intel_pstate.c u64 aperf; aperf 1701 drivers/cpufreq/intel_pstate.c sample->core_avg_perf = div_ext_fp(sample->aperf, sample->mperf); aperf 1706 drivers/cpufreq/intel_pstate.c u64 aperf, mperf; aperf 1711 drivers/cpufreq/intel_pstate.c rdmsrl(MSR_IA32_APERF, aperf); aperf 1722 drivers/cpufreq/intel_pstate.c cpu->sample.aperf = aperf; aperf 1725 drivers/cpufreq/intel_pstate.c cpu->sample.aperf -= cpu->prev_aperf; aperf 1729 drivers/cpufreq/intel_pstate.c cpu->prev_aperf = aperf; aperf 1828 drivers/cpufreq/intel_pstate.c sample->aperf, aperf 2314 drivers/cpufreq/intel_pstate.c sample->aperf, aperf 72 include/trace/events/power.h u64 aperf, aperf 83 include/trace/events/power.h aperf, aperf 95 include/trace/events/power.h __field(u64, aperf) aperf 107 include/trace/events/power.h __entry->aperf = aperf; aperf 119 include/trace/events/power.h (unsigned long long)__entry->aperf, aperf 700 tools/perf/util/stat-shadow.c double smi_num, aperf, cycles, cost = 0.0; aperf 705 tools/perf/util/stat-shadow.c aperf = runtime_stat_avg(st, STAT_APERF, ctx, cpu); aperf 708 tools/perf/util/stat-shadow.c if ((cycles == 0) || (aperf == 0)) aperf 712 tools/perf/util/stat-shadow.c cost = (aperf - cycles) / aperf * 100.00; aperf 99 tools/perf/util/stat.c ID(APERF, msr/aperf/), aperf 172 tools/power/x86/turbostat/turbostat.c unsigned long long aperf; aperf 811 tools/power/x86/turbostat/turbostat.c outp += sprintf(outp, "aperf: %016llX\n", t->aperf); aperf 978 tools/power/x86/turbostat/turbostat.c 1.0 / units * t->aperf / interval_float); aperf 985 tools/power/x86/turbostat/turbostat.c outp += sprintf(outp, "%s%.0f", (printed++ ? delim : ""), base_hz / units * t->aperf / t->mperf); aperf 988 tools/power/x86/turbostat/turbostat.c tsc / units * t->aperf / t->mperf / interval_float); aperf 1342 tools/power/x86/turbostat/turbostat.c if ((new->aperf > old->aperf) && (new->mperf > old->mperf)) { aperf 1343 tools/power/x86/turbostat/turbostat.c old->aperf = new->aperf - old->aperf; aperf 1427 tools/power/x86/turbostat/turbostat.c t->aperf = 0; aperf 1501 tools/power/x86/turbostat/turbostat.c average.threads.aperf += t->aperf; aperf 1598 tools/power/x86/turbostat/turbostat.c average.threads.aperf /= topo.num_cpus; aperf 1817 tools/power/x86/turbostat/turbostat.c if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) aperf 1824 tools/power/x86/turbostat/turbostat.c if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) aperf 1851 tools/power/x86/turbostat/turbostat.c t->aperf = t->aperf * aperf_mperf_multiplier; aperf 23 tools/testing/selftests/intel_pstate/aperf.c long long aperf, old_aperf, new_aperf; aperf 73 tools/testing/selftests/intel_pstate/aperf.c aperf = new_aperf-old_aperf; aperf 81 tools/testing/selftests/intel_pstate/aperf.c printf("freq: %7.0f\n", tsc / (1.0*aperf / (1.0 * mperf)) / total);