Add ust basic tracing daemon
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Sep 2011 15:28:21 +0000 (11:28 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 26 Sep 2011 15:28:21 +0000 (11:28 -0400)
single process, single session, single channel

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
tests/Makefile.am

index 908b7de6f29f7bd69b07adb995236fb8e6f1b431..565b7175c5a25414ae6f7dc0a1c56648bb59bef9 100644 (file)
@@ -176,6 +176,7 @@ AC_CONFIG_FILES([
        libust/Makefile
        tests/Makefile
        tests/hello/Makefile
+       tests/ust-basic-tracing/Makefile
        tests/hello2/Makefile
        tests/basic/Makefile
        tests/basic_long/Makefile
index a9ba3262b092cf8c6b5ae3c6e46f3419edfca552..d9690a6dcd063469c63de013e8df8f3a513ddf64 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = . hello fork
+SUBDIRS = . hello fork ust-basic-tracing
 #SUBDIRS = . hello2 basic basic_long simple_include snprintf test-nevents test-libustinstr-malloc dlopen same_line_marker trace_event register_test tracepoint libustctl_function_tests exit-fast
 
 dist_noinst_SCRIPTS = test_loop runtests trace_matches
This page took 0.024129 seconds and 4 git commands to generate.