convert from svn repository: remove tags directory
[lttv.git] / trunk / tests / kernel / test-instrument-size-med.c
CommitLineData
428c3fb5 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
14void ltt_test_init(void)
15{
16 char mystring;
17
18 trace_tests_write_string(&mystring);
19 return;
20}
21
This page took 0.032684 seconds and 4 git commands to generate.