From 4d5f8223acb7ab90af7fc4b8aa1c391838c1af21 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Fri, 25 Aug 2017 15:44:50 +0200 Subject: add a userspace tracing example using lttng-ust, perf and tshark traces can be shown in tracecompass Signed-off-by: Manuel Traut --- application-devel/tracing/lttng-c/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 application-devel/tracing/lttng-c/Makefile.am (limited to 'application-devel/tracing/lttng-c/Makefile.am') diff --git a/application-devel/tracing/lttng-c/Makefile.am b/application-devel/tracing/lttng-c/Makefile.am new file mode 100644 index 0000000..67f30b0 --- /dev/null +++ b/application-devel/tracing/lttng-c/Makefile.am @@ -0,0 +1,4 @@ +bin_PROGRAMS = hellolttngust +hellolttngust_SOURCES = hello-tp.c hellolttngust.c +hellolttngust_LDFLAGS = @LTTNG_LIBS@ +hellolttngust_CFLAGS = -g -Wall -Werror -- cgit v1.2.3