diff options
author | Jason Low <[email protected]> | 2015-10-14 12:07:55 -0700 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2015-10-15 11:23:41 +0200 |
commit | d5c373eb5610686162ff50429f63f4c00c554799 (patch) | |
tree | 1016ff693cfd585fdab1d368995f16036c9ec65c /tools/perf/scripts/python/stackcollapse.py | |
parent | 934715a191e4be0c602d39455a7a74316f274d60 (diff) |
posix_cpu_timer: Convert cputimer->running to bool
In the next patch in this series, a new field 'checking_timer' will
be added to 'struct thread_group_cputimer'. Both this and the
existing 'running' integer field are just used as boolean values. To
save space in the structure, we can make both of these fields booleans.
This is a preparatory patch to convert the existing running integer
field to a boolean.
Suggested-by: George Spelvin <[email protected]>
Signed-off-by: Jason Low <[email protected]>
Reviewed: George Spelvin <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions