lttng: Hook process removal to the sched_process_free event
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 31 May 2012 21:04:06 +0000 (17:04 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 31 May 2012 21:04:06 +0000 (17:04 -0400)
commit346aa135f562d3f15aaa7a42ecf24cb09b3495ff
tree26f2163c1354cb93ad21967be8802c6b587490f0
parent4a1108602318db28683d50e17642d73074a10c1b
lttng: Hook process removal to the sched_process_free event

...instead of sched_process_exit, apparantly the process can
still move in and out of CPUs, and only gets cleaned up
completely after the *_free.

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.lttng2.kernel.core/src/org/eclipse/linuxtools/internal/lttng2/kernel/core/stateprovider/CtfKernelHandler.java
This page took 0.039967 seconds and 5 git commands to generate.