convert from svn repository: remove tags directory
[lttv.git] / trunk / tests / kernel / test-instrument-size-small.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 trace_tests_write_4bytes(5000);
17 return;
18}
19
This page took 0.03329 seconds and 4 git commands to generate.