-
- Downloads
[POWERPC] spufs: Add marker-based tracing facility
This adds markers two important points in the spufs code and a new module (sputrace.ko) that allows reading these out through a proc file. Long-term I'd rather see something like lttng extended to use the spufs instrumentation, but for now I think this is a good enough quick solution. We'll probably want to add various addition event in addition to that ones I have already. Signed-off-by:Christoph Hellwig <hch@lst.de> Signed-off-by:
Jeremy Kerr <jk@ozlabs.org> Signed-off-by:
Paul Mackerras <paulus@samba.org>
Showing
- arch/powerpc/platforms/cell/Kconfig 7 additions, 0 deletionsarch/powerpc/platforms/cell/Kconfig
- arch/powerpc/platforms/cell/spufs/Makefile 2 additions, 0 deletionsarch/powerpc/platforms/cell/spufs/Makefile
- arch/powerpc/platforms/cell/spufs/file.c 6 additions, 0 deletionsarch/powerpc/platforms/cell/spufs/file.c
- arch/powerpc/platforms/cell/spufs/sched.c 21 additions, 7 deletionsarch/powerpc/platforms/cell/spufs/sched.c
- arch/powerpc/platforms/cell/spufs/spufs.h 5 additions, 0 deletionsarch/powerpc/platforms/cell/spufs/spufs.h
- arch/powerpc/platforms/cell/spufs/sputrace.c 250 additions, 0 deletionsarch/powerpc/platforms/cell/spufs/sputrace.c
Loading
Please register or sign in to comment