tests: invoke full_cleanup from script trap handlers, use modprobe -r
[lttng-tools.git] / tests / regression / ust / baddr-statedump / prog.c
CommitLineData
d4f53cc3
AB
1#include <unistd.h>
2
3#define TRACEPOINT_DEFINE
4#include "tp.h"
5
6int main()
7{
8 sleep(1);
9 return 0;
10}
This page took 0.037531 seconds and 5 git commands to generate.