add custom probes support and update tracepoints
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 16 Apr 2010 14:27:47 +0000 (10:27 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Mon, 19 Apr 2010 23:30:33 +0000 (19:30 -0400)
commit12e81b07455a1aef2e2bcc73004f14a7b73596fa
tree7f5f0dd21f81718f462798c721c45d86f64a7480
parent7166e240639cec06f4273f65059300f98b5296f6
add custom probes support and update tracepoints
15 files changed:
include/Makefile.am
include/ust/core.h [new file with mode: 0644]
include/ust/type-serializer.h [new file with mode: 0644]
include/ust/ust.h
libust-initializer.c
libust/Makefile.am
libust/buffers.c
libust/buffers.h
libust/header-inline.h
libust/marker.c
libust/serialize.c
libust/tracer.h
libust/tracercore.h
libust/type-serializer.c [new file with mode: 0644]
tests/hello/tp.h
This page took 0.02395 seconds and 4 git commands to generate.