5 DEFINE_TRACE(hello_tptest
);
7 void tptest_probe(int anint
)
9 DBG("in tracepoint probe...");
10 trace_mark(ust
, tptest
, "anint %d", anint
);
13 static void __attribute__((constructor
)) init()
15 DBG("connecting tracepoint...");
16 register_trace_hello_tptest(tptest_probe
);
This page took 0.029921 seconds and 4 git commands to generate.