X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2FMakefile.am;h=698b4805ee800d7fef8fbd117958b0830da57858;hb=5cf81d53e305c81517e48e0dc91620a916cdc0cc;hp=ea4e403c652806638fd854277c2399cd6fdc6bef;hpb=89bea423643bfdf3f9fff0d939010414b40690f3;p=lttng-ust.git diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index ea4e403c..698b4805 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -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,10 @@ 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-statedump.c \ + lttng-ust-statedump.h \ + lttng-ust-statedump-provider.h \ tracepoint-internal.h \ clock.h \ compat.h \ @@ -46,7 +48,15 @@ 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 += \ + lttng-context-perf-counters.c +endif liblttng_ust_support_la_SOURCES = \ lttng-tracer.h \ @@ -59,7 +69,8 @@ liblttng_ust_support_la_SOURCES = \ lttng-ring-buffer-client-overwrite.c \ lttng-ring-buffer-client-overwrite-rt.c \ lttng-ring-buffer-metadata-client.h \ - lttng-ring-buffer-metadata-client.c + lttng-ring-buffer-metadata-client.c \ + lttng-clock.c lttng-getcpu.c liblttng_ust_la_SOURCES =