lkml.org 
[lkml]   [2011]   [Mar]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
Subject[PATCH V6 0/2] tracing, perf: cpu hotplug trace events
From
This patchset adds some tracepoints for tracing cpu state and for
profiling the plug and unplug sequence.

Some SMP arm platform uses cpu hotplug feature for improving their
power saving because they can go into their deepest idle state only in
mono core mode. In addition, running into mono core mode makes the
cpuidle job easier and more efficient which also results in the
improvement of power saving of some use cases. As the plug state of a
cpu can impact the cpuidle behavior, it's interesting to trace this
state and to correlate it with cpuidle traces.
Then, cpu hotplug is known to be an expensive operation which also
takes a variable time depending of other processes' activity (from
hundreds ms up to few seconds). These traces have shown that the arch
part stays almost constant on arm platform whatever the cpu load is,
whereas the plug duration increases.

---
include/trace/events/cpu_hotplug.h | 103 ++++++++++++++++++++++++++++++++++++
kernel/cpu.c | 18 ++++++
2 files changed, 121 insertions(+), 0 deletions(-)
create mode 100644 include/trace/events/cpu_hotplug.h


\
 
 \ /
  Last update: 2011-03-01 17:15    [W:0.073 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site