From: Mathieu Desnoyers Date: Mon, 26 Sep 2011 15:28:21 +0000 (-0400) Subject: Add ust basic tracing daemon X-Git-Url: http://git.liburcu.org/?p=ust.git;a=commitdiff_plain;h=5810472cfda38ae6108e577d163d63158b960519 Add ust basic tracing daemon single process, single session, single channel Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index 908b7de..565b717 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/tests/Makefile.am b/tests/Makefile.am index a9ba326..d9690a6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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