summaryrefslogtreecommitdiff
path: root/curvetun_client.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-07-10 22:19:31 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-07-10 22:26:04 +0200
commit59b7a4e868188f2fe7cbbf303da0fb826b78cc8e (patch)
tree2e0adbee4e9104754c877324326be7cf400be88f /curvetun_client.c
parentfce8544c7e93b1001784e7e3607f4ef0eae56bee (diff)
ifpps: Calculate and show average values across all CPUs
Calculate the average for CPU usage, IRQs/t and absolute IRQs across all CPUs (also the ones which are not displayed) and show them below the respective per-CPU values. Mention this fact the man page accordingly. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'curvetun_client.c')
0 files changed, 0 insertions, 0 deletions
IOS configuration. There are several ways to address this problem. First, Linux can also run in legacy P-state mode on this system. As intel_pstate is how Linux enables HWP, booting with "intel_pstate=disable" will run in acpi-cpufreq/ondemand legacy p-state mode. Or second, the "performance" governor can be used with intel_pstate, which will modify HWP.EPP to 0. Or third, starting in 4.10, the /sys/devices/system/cpu/cpufreq/policy*/energy_performance_preference attribute in can be updated from "balance_power" to "performance". Or fourth, apply this patch, which fixes the erroneous setting of MSR_IA32_POWER_CTL BIT_EE on this model, allowing the default configuration to function as designed. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Reviewed-by: Len Brown <len.brown@intel.com> Cc: 4.6+ <stable@vger.kernel.org> # 4.6+ Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'sound/soc/samsung')