move everything out of trunk
[lttv.git] / tests / kernel / test-instrument-size-big.c
1 /* test-time-probe.c
2 *
3 * size of instrumented object.
4 */
5
6
7 #define CONFIG_LTT_FACILITY_TESTS
8 #include "ltt-facility-tests.h"
9
10 #include <linux/init.h>
11 #include <linux/module.h>
12 #include <linux/ltt-core.h>
13
14 void ltt_test_init(void)
15 {
16 struct lttng_tests_write_struct_data2 test_str;
17
18 trace_tests_write_struct(5, &test_str);
19 return;
20 }
21
This page took 0.028897 seconds and 4 git commands to generate.