X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libtracing%2Ftracer.c;h=81c2925139257e63d772d2c99bb9c564503bc138;hb=9c67dc50afb2eaa1c3966ee73fac3ce55935556c;hp=8c7000d3cde20a8bbc61e6fcbc75ee023e5c8669;hpb=c1dea0b3d1312d0e3747da93eb949145c487eeba;p=ust.git diff --git a/libtracing/tracer.c b/libtracing/tracer.c index 8c7000d..81c2925 100644 --- a/libtracing/tracer.c +++ b/libtracing/tracer.c @@ -324,7 +324,7 @@ static void trace_async_wakeup(struct ltt_trace_struct *trace) * * Returns a pointer to the trace structure, NULL if not found. */ -static struct ltt_trace_struct *_ltt_trace_find(const char *trace_name) +struct ltt_trace_struct *_ltt_trace_find(const char *trace_name) { struct ltt_trace_struct *trace; @@ -956,7 +956,7 @@ int ltt_trace_start(const char *trace_name) * directly using this trace handle inside the logging function. */ -//ust// ltt_dump_marker_state(trace); + ltt_dump_marker_state(trace); //ust// if (!try_module_get(ltt_statedump_owner)) { //ust// err = -ENODEV;