diff options
author | Frederic Weisbecker <[email protected]> | 2012-06-18 17:54:14 +0200 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2012-08-20 13:05:28 +0200 |
commit | baa36046d09ea6dbc122c795566992318663d9eb (patch) | |
tree | 6427262e02304fd35f60204fc324d4c4e8d26d83 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 73fbec604432e1fbfeb1bc59a110dac1f98160f6 (diff) |
cputime: Consolidate vtime handling on context switch
The archs that implement virtual cputime accounting all
flush the cputime of a task when it gets descheduled
and sometimes set up some ground initialization for the
next task to account its cputime.
These archs all put their own hooks in their context
switch callbacks and handle the off-case themselves.
Consolidate this by creating a new account_switch_vtime()
callback called in generic code right after a context switch
and that these archs must implement to flush the prev task
cputime and initialize the next task cputime related state.
Signed-off-by: Frederic Weisbecker <[email protected]>
Acked-by: Martin Schwidefsky <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions