Add memory size, build id, and debug link info to statedump and dl
[deliverable/lttng-ust.git] / liblttng-ust / Makefile.am
index 796ce5b3837fe939cb3599d50275d8eadb195a7e..9166896e1a14b4db88268b5f0afa86f3ac15c4f9 100644 (file)
@@ -26,6 +26,7 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-context-pthread-id.c \
        lttng-context-procname.c \
        lttng-context-ip.c \
+       lttng-context-cpu-id.c \
        lttng-context.c \
        lttng-events.c \
        lttng-filter.c \
@@ -35,9 +36,11 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-filter-interpreter.c \
        filter-bytecode.h \
        lttng-hash-helper.h \
-       lttng-ust-baddr.c \
-       lttng-ust-baddr.h \
-       ust_baddr_statedump.h \
+       lttng-ust-elf.c \
+       lttng-ust-elf.h \
+       lttng-ust-statedump.c \
+       lttng-ust-statedump.h \
+       lttng-ust-statedump-provider.h \
        tracepoint-internal.h \
        clock.h \
        compat.h \
@@ -46,7 +49,10 @@ liblttng_ust_runtime_la_SOURCES = \
        lttng-ust-uuid.h \
        error.h \
        tracef.c \
-       lttng-ust-tracef-provider.h
+       lttng-ust-tracef-provider.h \
+       tracelog.c \
+       lttng-ust-tracelog-provider.h \
+       getenv.h
 
 if HAVE_PERF_EVENT
 liblttng_ust_runtime_la_SOURCES += \
@@ -65,7 +71,7 @@ liblttng_ust_support_la_SOURCES = \
        lttng-ring-buffer-client-overwrite-rt.c \
        lttng-ring-buffer-metadata-client.h \
        lttng-ring-buffer-metadata-client.c \
-       lttng-clock.c
+       lttng-clock.c lttng-getcpu.c
 
 liblttng_ust_la_SOURCES =
 
This page took 0.026463 seconds and 5 git commands to generate.