diff options
author | Paul E. McKenney <[email protected]> | 2014-01-14 20:20:43 -0800 |
---|---|---|
committer | Paul E. McKenney <[email protected]> | 2014-02-25 12:38:59 -0800 |
commit | fff421580f512fc044cc7421fdff31a7a6997350 (patch) | |
tree | 622758922122630ea7ac051a5d393a8bd4e7b34f /tools/perf/util/trace-event-scripting.c | |
parent | 849401b66d305f3feb75b6db7459b95ad190552a (diff) |
timers: Track total number of timers in list
Currently, the tvec_base structure's ->active_timers field tracks only
the non-deferrable timers, which means that even if ->active_timers is
zero, there might well be deferrable timers in the list. This commit
therefore adds an ->all_timers field to track all the timers, whether
deferrable or not.
Signed-off-by: Paul E. McKenney <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Reviewed-by: Oleg Nesterov <[email protected]>
Reviewed-by: Steven Rostedt <[email protected]>
Tested-by: Mike Galbraith <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions