Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Infrastructure for statically defined tracepoints
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 7 Nov 2014 15:17:18 +0000 (16:17 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Tue, 18 Nov 2014 15:03:38 +0000 (16:03 +0100)
commit39d3a0153b242aa016bdc528c9268a958bcd98d2
tree11a098efbe3da3f43c17400cb7320520498fb1cd
parent58a75cbb936bea3605621a7d38e2447ed8866011
Infrastructure for statically defined tracepoints

3 modes are supported on compilation:

 * normal (no SDT);

 * SDT (systemtap statically defined tracepoint);

 * UST (lttng userspace static tracepoint, compatible with systemtap
   if LTTNG_UST_HAVE_SDT_INTEGRATION).
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/Flags.cmake
buildtools/Cmake/MakeLib.cmake
buildtools/Cmake/Option.cmake
src/mc/mc_checkpoint.c
src/mc/mc_compare.cpp
src/probes.tp [new file with mode: 0644]
src/xbt/probes.h [new file with mode: 0644]