tracers 0.1.0

Generates very low overhead native trace points using stable Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Generated by the Systemtap dtrace wrapper */

static void __dtrace (void) __attribute__((unused));
static void __dtrace (void) {}

#include <sys/sdt.h>


#if defined STAP_SDT_V1
#define staptest_probe0_semaphore probe0_semaphore
#endif
#if defined STAP_SDT_V1 || defined STAP_SDT_V2 
__extension__ unsigned short staptest_probe0_semaphore __attribute__ ((unused)) __attribute__ ((section (".probes")));
#else
__extension__ unsigned short staptest_probe0_semaphore __attribute__ ((unused)) __attribute__ ((section (".probes"))) __attribute__ ((visibility ("hidden")));
#endif