perfcounters: pull inherited counters
authorIngo Molnar <mingo@elte.hu>
Fri, 19 Dec 2008 09:20:42 +0000 (10:20 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 23 Dec 2008 11:45:16 +0000 (12:45 +0100)
Change counter inheritance from a 'push' to a 'pull' model: instead of
child tasks pushing their final counts to the parent, reuse the wait4
infrastructure to pull counters as child tasks are exit-processed,
much like how cutime/cstime is collected.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found