ust: generate traces readable in lttv
[ust.git] / libtracing / tracer.c
index 8c7000d3cde20a8bbc61e6fcbc75ee023e5c8669..81c2925139257e63d772d2c99bb9c564503bc138 100644 (file)
@@ -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;
This page took 0.022255 seconds and 4 git commands to generate.