do_rapl            75 tools/power/x86/turbostat/turbostat.c unsigned int do_rapl;
do_rapl           696 tools/power/x86/turbostat/turbostat.c 	if (do_rapl && !rapl_joules) {
do_rapl           697 tools/power/x86/turbostat/turbostat.c 		if (DO_BIC(BIC_CorWatt) && (do_rapl & RAPL_PER_CORE_ENERGY))
do_rapl           699 tools/power/x86/turbostat/turbostat.c 	} else if (do_rapl && rapl_joules) {
do_rapl           700 tools/power/x86/turbostat/turbostat.c 		if (DO_BIC(BIC_Cor_J) && (do_rapl & RAPL_PER_CORE_ENERGY))
do_rapl           755 tools/power/x86/turbostat/turbostat.c 	if (do_rapl && !rapl_joules) {
do_rapl           758 tools/power/x86/turbostat/turbostat.c 		if (DO_BIC(BIC_CorWatt) && !(do_rapl & RAPL_PER_CORE_ENERGY))
do_rapl           768 tools/power/x86/turbostat/turbostat.c 	} else if (do_rapl && rapl_joules) {
do_rapl           771 tools/power/x86/turbostat/turbostat.c 		if (DO_BIC(BIC_Cor_J) && !(do_rapl & RAPL_PER_CORE_ENERGY))
do_rapl          1074 tools/power/x86/turbostat/turbostat.c 	if (DO_BIC(BIC_CorWatt) && (do_rapl & RAPL_PER_CORE_ENERGY))
do_rapl          1076 tools/power/x86/turbostat/turbostat.c 	if (DO_BIC(BIC_Cor_J) && (do_rapl & RAPL_PER_CORE_ENERGY))
do_rapl          1133 tools/power/x86/turbostat/turbostat.c 	if (DO_BIC(BIC_CorWatt) && !(do_rapl & RAPL_PER_CORE_ENERGY))
do_rapl          1141 tools/power/x86/turbostat/turbostat.c 	if (DO_BIC(BIC_Cor_J) && !(do_rapl & RAPL_PER_CORE_ENERGY))
do_rapl          1903 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_AMD_F17H) {
do_rapl          1968 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_PKG) {
do_rapl          1973 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_CORES_ENERGY_STATUS) {
do_rapl          1978 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_DRAM) {
do_rapl          1983 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_GFX) {
do_rapl          1988 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_PKG_PERF_STATUS) {
do_rapl          1993 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_DRAM_PERF_STATUS) {
do_rapl          1998 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_AMD_F17H) {
do_rapl          3831 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_PKG_POWER_INFO)
do_rapl          3891 tools/power/x86/turbostat/turbostat.c 		do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_GFX | RAPL_PKG_POWER_INFO;
do_rapl          3904 tools/power/x86/turbostat/turbostat.c 		do_rapl = RAPL_PKG | RAPL_PKG_POWER_INFO;
do_rapl          3912 tools/power/x86/turbostat/turbostat.c 		do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_GFX | RAPL_PKG_POWER_INFO;
do_rapl          3931 tools/power/x86/turbostat/turbostat.c 		do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO;
do_rapl          3944 tools/power/x86/turbostat/turbostat.c 		do_rapl = RAPL_PKG | RAPL_CORES | RAPL_CORE_POLICY | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_PKG_PERF_STATUS | RAPL_DRAM_PERF_STATUS | RAPL_PKG_POWER_INFO;
do_rapl          3959 tools/power/x86/turbostat/turbostat.c 		do_rapl = RAPL_PKG | RAPL_CORES;
do_rapl          3969 tools/power/x86/turbostat/turbostat.c 		do_rapl = RAPL_PKG | RAPL_DRAM | RAPL_DRAM_POWER_INFO | RAPL_DRAM_PERF_STATUS | RAPL_PKG_PERF_STATUS | RAPL_PKG_POWER_INFO | RAPL_CORES_ENERGY_STATUS;
do_rapl          4030 tools/power/x86/turbostat/turbostat.c 		do_rapl = RAPL_AMD_F17H | RAPL_PER_CORE_ENERGY;
do_rapl          4176 tools/power/x86/turbostat/turbostat.c 	if (!do_rapl)
do_rapl          4189 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_AMD_F17H) {
do_rapl          4202 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_PKG_POWER_INFO) {
do_rapl          4216 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_PKG) {
do_rapl          4233 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_DRAM_POWER_INFO) {
do_rapl          4244 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_DRAM) {
do_rapl          4252 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_CORE_POLICY) {
do_rapl          4258 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_CORES_POWER_LIMIT) {
do_rapl          4265 tools/power/x86/turbostat/turbostat.c 	if (do_rapl & RAPL_GFX) {