• I
    perfcounters: pull inherited counters · eef6cbf5
    Ingo Molnar 提交于
    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: NIngo Molnar <mingo@elte.hu>
    eef6cbf5
exit.c 45.8 KB