Test fix: python logging test spams its output
[lttng-tools.git] / tests / regression / ust / ust-dl / libzzz.c
1 #include "libzzz.h"
2
3 #define TRACEPOINT_DEFINE
4 #define TRACEPOINT_PROBE_DYNAMIC_LINKAGE
5 #include "libzzz-tp.h"
6
7 int zzz(void)
8 {
9 tracepoint(libzzz, zzz);
10 return 1;
11 }
This page took 0.028702 seconds and 4 git commands to generate.