Implement LTTng-UST perf counters support on x86
[lttng-ust.git] / liblttng-ust / Makefile.am
index ea4e403c652806638fd854277c2399cd6fdc6bef..e2e1baaab9b8a8e7e5c049948aaf1b8a7eaa0e46 100644 (file)
@@ -48,6 +48,11 @@ liblttng_ust_runtime_la_SOURCES = \
        tracef.c \
        lttng-ust-tracef-provider.h
 
+if HAVE_PERF_EVENT
+liblttng_ust_runtime_la_SOURCES += \
+       lttng-context-perf-counters.c
+endif
+
 liblttng_ust_support_la_SOURCES = \
        lttng-tracer.h \
        lttng-tracer-core.h \
This page took 0.023247 seconds and 4 git commands to generate.