Imported Upstream version 2.8.1 upstream/2.8.1
authorJiyoung Yun <jy910.yun@samsung.com>
Wed, 23 Nov 2016 09:55:19 +0000 (18:55 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Wed, 23 Nov 2016 09:55:19 +0000 (18:55 +0900)
commitc8612bc0b49c30e4286da33803bce48c2f39d38a
tree37354d370ca05b43bae902b4b3083e321dad0cdb
parent6d6ec123a756393b8aa98bbadf3fcba9ed52b8ae
Imported Upstream version 2.8.1
438 files changed:
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
CodingStyle [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README.md [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
config.h.in [new file with mode: 0644]
config/ax_check_class.m4 [new file with mode: 0644]
config/ax_check_classpath.m4 [new file with mode: 0644]
config/ax_java_options.m4 [new file with mode: 0644]
config/ax_jni_include_dir.m4 [new file with mode: 0644]
config/ax_prog_jar.m4 [new file with mode: 0644]
config/ax_prog_java.m4 [new file with mode: 0644]
config/ax_prog_java_works.m4 [new file with mode: 0644]
config/ax_prog_javac.m4 [new file with mode: 0644]
config/ax_prog_javac_works.m4 [new file with mode: 0644]
config/ax_prog_javah.m4 [new file with mode: 0644]
config/ax_sys_weak_alias.m4 [new file with mode: 0644]
config/ax_try_compile_java.m4 [new file with mode: 0644]
config/compile [new file with mode: 0755]
config/config.guess [new file with mode: 0755]
config/config.sub [new file with mode: 0755]
config/depcomp [new file with mode: 0755]
config/install-sh [new file with mode: 0755]
config/libtool.m4 [new file with mode: 0644]
config/ltmain.sh [new file with mode: 0644]
config/ltoptions.m4 [new file with mode: 0644]
config/ltsugar.m4 [new file with mode: 0644]
config/ltversion.m4 [new file with mode: 0644]
config/lt~obsolete.m4 [new file with mode: 0644]
config/missing [new file with mode: 0755]
config/py-compile [new file with mode: 0755]
config/tap-driver.sh [new file with mode: 0755]
config/test-driver [new file with mode: 0755]
config/texinfo.tex [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/Makefile.in [new file with mode: 0644]
doc/examples/Makefile.am [new file with mode: 0644]
doc/examples/Makefile.in [new file with mode: 0644]
doc/examples/README [new file with mode: 0644]
doc/examples/clock-override/Makefile [new file with mode: 0644]
doc/examples/clock-override/README [new file with mode: 0644]
doc/examples/clock-override/lttng-ust-clock-override-example.c [new file with mode: 0644]
doc/examples/clock-override/run-clock-override [new file with mode: 0755]
doc/examples/demo-tracef/Makefile [new file with mode: 0644]
doc/examples/demo-tracef/README [new file with mode: 0644]
doc/examples/demo-tracef/demo-tracef.c [new file with mode: 0644]
doc/examples/demo-tracelog/Makefile [new file with mode: 0644]
doc/examples/demo-tracelog/README [new file with mode: 0644]
doc/examples/demo-tracelog/demo-tracelog.c [new file with mode: 0644]
doc/examples/demo/Makefile [new file with mode: 0644]
doc/examples/demo/README [new file with mode: 0644]
doc/examples/demo/demo-trace [new file with mode: 0755]
doc/examples/demo/demo.c [new file with mode: 0644]
doc/examples/demo/tp.c [new file with mode: 0644]
doc/examples/demo/tp2.c [new file with mode: 0644]
doc/examples/demo/tp3.c [new file with mode: 0644]
doc/examples/demo/ust_tests_demo.h [new file with mode: 0644]
doc/examples/demo/ust_tests_demo2.h [new file with mode: 0644]
doc/examples/demo/ust_tests_demo3.h [new file with mode: 0644]
doc/examples/easy-ust/Makefile [new file with mode: 0644]
doc/examples/easy-ust/sample.c [new file with mode: 0644]
doc/examples/easy-ust/sample_component_provider.h [new file with mode: 0644]
doc/examples/easy-ust/tp.c [new file with mode: 0644]
doc/examples/gen-tp/Makefile [new file with mode: 0644]
doc/examples/gen-tp/sample.c [new file with mode: 0644]
doc/examples/gen-tp/sample_tracepoint.tp [new file with mode: 0644]
doc/examples/getcpu-override/Makefile [new file with mode: 0644]
doc/examples/getcpu-override/README [new file with mode: 0644]
doc/examples/getcpu-override/lttng-ust-getcpu-override-example.c [new file with mode: 0644]
doc/examples/getcpu-override/run-getcpu-override [new file with mode: 0755]
doc/examples/hello-static-lib/Makefile [new file with mode: 0644]
doc/examples/hello-static-lib/README [new file with mode: 0644]
doc/examples/hello-static-lib/hello.c [new file with mode: 0644]
doc/examples/hello-static-lib/tp.c [new file with mode: 0644]
doc/examples/hello-static-lib/ust_tests_hello.h [new file with mode: 0644]
doc/examples/java-jul/ApplicationContextExample.java [new file with mode: 0644]
doc/examples/java-jul/FilterChangeListenerExample.java [new file with mode: 0644]
doc/examples/java-jul/Hello.java [new file with mode: 0644]
doc/examples/java-jul/Makefile [new file with mode: 0644]
doc/examples/java-jul/README [new file with mode: 0644]
doc/examples/java-jul/run [new file with mode: 0755]
doc/examples/java-log4j/Hello.java [new file with mode: 0644]
doc/examples/java-log4j/Makefile [new file with mode: 0644]
doc/examples/java-log4j/run [new file with mode: 0755]
doc/examples/python/hello.py [new file with mode: 0644]
doc/java-agent.txt [new file with mode: 0644]
doc/man/Makefile.am [new file with mode: 0644]
doc/man/Makefile.in [new file with mode: 0644]
doc/man/asciidoc.conf [new file with mode: 0644]
doc/man/common-authors.txt [new file with mode: 0644]
doc/man/common-copyrights.txt [new file with mode: 0644]
doc/man/common-footer.txt [new file with mode: 0644]
doc/man/do_tracepoint.3 [new file with mode: 0644]
doc/man/log-levels.txt [new file with mode: 0644]
doc/man/lttng-gen-tp.1 [new file with mode: 0644]
doc/man/lttng-gen-tp.1.txt [new file with mode: 0644]
doc/man/lttng-ust-cyg-profile.3 [new file with mode: 0644]
doc/man/lttng-ust-cyg-profile.3.txt [new file with mode: 0644]
doc/man/lttng-ust-dl.3 [new file with mode: 0644]
doc/man/lttng-ust-dl.3.txt [new file with mode: 0644]
doc/man/lttng-ust.3 [new file with mode: 0644]
doc/man/lttng-ust.3.txt [new file with mode: 0644]
doc/man/tracef-tracelog-limitations.txt [new file with mode: 0644]
doc/man/tracef.3 [new file with mode: 0644]
doc/man/tracef.3.txt [new file with mode: 0644]
doc/man/tracelog.3 [new file with mode: 0644]
doc/man/tracelog.3.txt [new file with mode: 0644]
doc/man/tracepoint.3 [new file with mode: 0644]
doc/man/tracepoint_enabled.3 [new file with mode: 0644]
doc/man/xsl/manpage-bold-literal.xsl [new file with mode: 0644]
doc/man/xsl/manpage-callouts.xsl [new file with mode: 0644]
doc/man/xsl/manpage-headings.xsl [new file with mode: 0644]
doc/man/xsl/manpage-links.xsl [new file with mode: 0644]
doc/man/xsl/manpage.xsl [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
include/Makefile.in [new file with mode: 0644]
include/helper.h [new file with mode: 0644]
include/lttng/align.h [new file with mode: 0644]
include/lttng/bitfield.h [new file with mode: 0644]
include/lttng/bug.h [new file with mode: 0644]
include/lttng/lttng-ust-tracef.h [new file with mode: 0644]
include/lttng/lttng-ust-tracelog.h [new file with mode: 0644]
include/lttng/ringbuffer-abi.h [new file with mode: 0644]
include/lttng/ringbuffer-config.h [new file with mode: 0644]
include/lttng/tracef.h [new file with mode: 0644]
include/lttng/tracelog.h [new file with mode: 0644]
include/lttng/tracepoint-event.h [new file with mode: 0644]
include/lttng/tracepoint-rcu.h [new file with mode: 0644]
include/lttng/tracepoint-types.h [new file with mode: 0644]
include/lttng/tracepoint.h [new file with mode: 0644]
include/lttng/ust-abi.h [new file with mode: 0644]
include/lttng/ust-clock.h [new file with mode: 0644]
include/lttng/ust-compiler.h [new file with mode: 0644]
include/lttng/ust-config.h.in [new file with mode: 0644]
include/lttng/ust-context-provider.h [new file with mode: 0644]
include/lttng/ust-ctl.h [new file with mode: 0644]
include/lttng/ust-dlfcn.h [new file with mode: 0644]
include/lttng/ust-dynamic-type.h [new file with mode: 0644]
include/lttng/ust-elf.h [new file with mode: 0644]
include/lttng/ust-endian.h [new file with mode: 0644]
include/lttng/ust-error.h [new file with mode: 0644]
include/lttng/ust-events.h [new file with mode: 0644]
include/lttng/ust-getcpu.h [new file with mode: 0644]
include/lttng/ust-tid.h [new file with mode: 0644]
include/lttng/ust-tracepoint-event-nowrite.h [new file with mode: 0644]
include/lttng/ust-tracepoint-event-reset.h [new file with mode: 0644]
include/lttng/ust-tracepoint-event-write.h [new file with mode: 0644]
include/lttng/ust-tracepoint-event.h [new file with mode: 0644]
include/lttng/ust-tracer.h [new file with mode: 0644]
include/lttng/ust-version.h.in [new file with mode: 0644]
include/lttng/ust.h [new file with mode: 0644]
include/share.h [new file with mode: 0644]
include/ust-comm.h [new file with mode: 0644]
include/ust_snprintf.h [new file with mode: 0644]
include/usterr-signal-safe.h [new file with mode: 0644]
liblttng-ust-comm/Makefile.am [new file with mode: 0644]
liblttng-ust-comm/Makefile.in [new file with mode: 0644]
liblttng-ust-comm/lttng-ust-comm.c [new file with mode: 0644]
liblttng-ust-ctl/Makefile.am [new file with mode: 0644]
liblttng-ust-ctl/Makefile.in [new file with mode: 0644]
liblttng-ust-ctl/ust-ctl-private.h [new file with mode: 0644]
liblttng-ust-ctl/ustctl.c [new file with mode: 0644]
liblttng-ust-cyg-profile/Makefile.am [new file with mode: 0644]
liblttng-ust-cyg-profile/Makefile.in [new file with mode: 0644]
liblttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.c [new file with mode: 0644]
liblttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h [new file with mode: 0644]
liblttng-ust-cyg-profile/lttng-ust-cyg-profile.c [new file with mode: 0644]
liblttng-ust-cyg-profile/lttng-ust-cyg-profile.h [new file with mode: 0644]
liblttng-ust-cyg-profile/run [new file with mode: 0755]
liblttng-ust-cyg-profile/run-fast [new file with mode: 0755]
liblttng-ust-dl/Makefile.am [new file with mode: 0644]
liblttng-ust-dl/Makefile.in [new file with mode: 0644]
liblttng-ust-dl/lttng-ust-dl.c [new file with mode: 0644]
liblttng-ust-dl/ust_dl.c [new file with mode: 0644]
liblttng-ust-dl/ust_dl.h [new file with mode: 0644]
liblttng-ust-fork/Makefile.am [new file with mode: 0644]
liblttng-ust-fork/Makefile.in [new file with mode: 0644]
liblttng-ust-fork/ustfork.c [new file with mode: 0644]
liblttng-ust-java-agent/Makefile.am [new file with mode: 0644]
liblttng-ust-java-agent/Makefile.in [new file with mode: 0644]
liblttng-ust-java-agent/java/Makefile.am [new file with mode: 0644]
liblttng-ust-java-agent/java/Makefile.in [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-all/Makefile.am [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-all/Makefile.in [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-all/Manifest.txt [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/Makefile.am [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/Makefile.in [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/Manifest.txt [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/AbstractLttngAgent.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/ILttngAgent.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/ILttngHandler.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/LTTngAgent.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/ILttngTcpClientListener.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/LttngAgentResponse.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/LttngTcpSessiondClient.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondCommand.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondCommandHeader.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondDisableAppContextCommand.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondDisableEventCommand.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondEnableAppContextCommand.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondEnableEventCommand.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondListLoggersCommand.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/ContextInfoManager.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/ContextInfoSerializer.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/IContextInfoRetriever.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/LttngContextApi.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/filter/FilterChangeNotifier.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/filter/IFilterChangeListener.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/session/EventRule.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/session/LogLevelSelector.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/utils/LttngUstAgentLogger.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-jul/Makefile.am [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-jul/Makefile.in [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-jul/Manifest.txt [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-jul/org/lttng/ust/agent/jul/LttngJulAgent.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-jul/org/lttng/ust/agent/jul/LttngJulApi.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-jul/org/lttng/ust/agent/jul/LttngLogHandler.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-log4j/Makefile.am [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-log4j/Makefile.in [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-log4j/Manifest.txt [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-log4j/org/lttng/ust/agent/log4j/LttngLog4jAgent.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-log4j/org/lttng/ust/agent/log4j/LttngLog4jApi.java [new file with mode: 0644]
liblttng-ust-java-agent/java/lttng-ust-agent-log4j/org/lttng/ust/agent/log4j/LttngLogAppender.java [new file with mode: 0644]
liblttng-ust-java-agent/jni/Makefile.am [new file with mode: 0644]
liblttng-ust-java-agent/jni/Makefile.in [new file with mode: 0644]
liblttng-ust-java-agent/jni/common/Makefile.am [new file with mode: 0644]
liblttng-ust-java-agent/jni/common/Makefile.in [new file with mode: 0644]
liblttng-ust-java-agent/jni/common/lttng_ust_context.c [new file with mode: 0644]
liblttng-ust-java-agent/jni/common/lttng_ust_context.h [new file with mode: 0644]
liblttng-ust-java-agent/jni/jul/Makefile.am [new file with mode: 0644]
liblttng-ust-java-agent/jni/jul/Makefile.in [new file with mode: 0644]
liblttng-ust-java-agent/jni/jul/lttng_ust_jul.c [new file with mode: 0644]
liblttng-ust-java-agent/jni/jul/lttng_ust_jul.h [new file with mode: 0644]
liblttng-ust-java-agent/jni/log4j/Makefile.am [new file with mode: 0644]
liblttng-ust-java-agent/jni/log4j/Makefile.in [new file with mode: 0644]
liblttng-ust-java-agent/jni/log4j/lttng_ust_log4j.c [new file with mode: 0644]
liblttng-ust-java-agent/jni/log4j/lttng_ust_log4j.h [new file with mode: 0644]
liblttng-ust-java/LTTngUst.c [new file with mode: 0644]
liblttng-ust-java/Makefile.am [new file with mode: 0644]
liblttng-ust-java/Makefile.in [new file with mode: 0644]
liblttng-ust-java/README [new file with mode: 0644]
liblttng-ust-java/lttng_ust_java.h [new file with mode: 0644]
liblttng-ust-java/org/lttng/ust/LTTngUst.java [new file with mode: 0644]
liblttng-ust-libc-wrapper/Makefile.am [new file with mode: 0644]
liblttng-ust-libc-wrapper/Makefile.in [new file with mode: 0644]
liblttng-ust-libc-wrapper/README [new file with mode: 0644]
liblttng-ust-libc-wrapper/lttng-ust-malloc.c [new file with mode: 0644]
liblttng-ust-libc-wrapper/lttng-ust-pthread.c [new file with mode: 0644]
liblttng-ust-libc-wrapper/run [new file with mode: 0755]
liblttng-ust-libc-wrapper/ust_libc.h [new file with mode: 0644]
liblttng-ust-libc-wrapper/ust_pthread.h [new file with mode: 0644]
liblttng-ust-python-agent/Makefile.am [new file with mode: 0644]
liblttng-ust-python-agent/Makefile.in [new file with mode: 0644]
liblttng-ust-python-agent/lttng_ust_python.c [new file with mode: 0644]
liblttng-ust-python-agent/lttng_ust_python.h [new file with mode: 0644]
liblttng-ust/Makefile.am [new file with mode: 0644]
liblttng-ust/Makefile.in [new file with mode: 0644]
liblttng-ust/clock.h [new file with mode: 0644]
liblttng-ust/compat.h [new file with mode: 0644]
liblttng-ust/error.h [new file with mode: 0644]
liblttng-ust/filter-bytecode.h [new file with mode: 0644]
liblttng-ust/getenv.h [new file with mode: 0644]
liblttng-ust/jhash.h [new file with mode: 0644]
liblttng-ust/lttng-clock.c [new file with mode: 0644]
liblttng-ust/lttng-context-cpu-id.c [new file with mode: 0644]
liblttng-ust/lttng-context-ip.c [new file with mode: 0644]
liblttng-ust/lttng-context-perf-counters.c [new file with mode: 0644]
liblttng-ust/lttng-context-procname.c [new file with mode: 0644]
liblttng-ust/lttng-context-provider.c [new file with mode: 0644]
liblttng-ust/lttng-context-pthread-id.c [new file with mode: 0644]
liblttng-ust/lttng-context-vpid.c [new file with mode: 0644]
liblttng-ust/lttng-context-vtid.c [new file with mode: 0644]
liblttng-ust/lttng-context.c [new file with mode: 0644]
liblttng-ust/lttng-events.c [new file with mode: 0644]
liblttng-ust/lttng-filter-interpreter.c [new file with mode: 0644]
liblttng-ust/lttng-filter-specialize.c [new file with mode: 0644]
liblttng-ust/lttng-filter-validator.c [new file with mode: 0644]
liblttng-ust/lttng-filter.c [new file with mode: 0644]
liblttng-ust/lttng-filter.h [new file with mode: 0644]
liblttng-ust/lttng-getcpu.c [new file with mode: 0644]
liblttng-ust/lttng-hash-helper.h [new file with mode: 0644]
liblttng-ust/lttng-probes.c [new file with mode: 0644]
liblttng-ust/lttng-rb-clients.h [new file with mode: 0644]
liblttng-ust/lttng-ring-buffer-client-discard-rt.c [new file with mode: 0644]
liblttng-ust/lttng-ring-buffer-client-discard.c [new file with mode: 0644]
liblttng-ust/lttng-ring-buffer-client-overwrite-rt.c [new file with mode: 0644]
liblttng-ust/lttng-ring-buffer-client-overwrite.c [new file with mode: 0644]
liblttng-ust/lttng-ring-buffer-client.h [new file with mode: 0644]
liblttng-ust/lttng-ring-buffer-metadata-client.c [new file with mode: 0644]
liblttng-ust/lttng-ring-buffer-metadata-client.h [new file with mode: 0644]
liblttng-ust/lttng-tracer-core.h [new file with mode: 0644]
liblttng-ust/lttng-tracer.h [new file with mode: 0644]
liblttng-ust/lttng-ust-abi.c [new file with mode: 0644]
liblttng-ust/lttng-ust-comm.c [new file with mode: 0644]
liblttng-ust/lttng-ust-dynamic-type.c [new file with mode: 0644]
liblttng-ust/lttng-ust-elf.c [new file with mode: 0644]
liblttng-ust/lttng-ust-statedump-provider.h [new file with mode: 0644]
liblttng-ust/lttng-ust-statedump.c [new file with mode: 0644]
liblttng-ust/lttng-ust-statedump.h [new file with mode: 0644]
liblttng-ust/lttng-ust-tracef-provider.h [new file with mode: 0644]
liblttng-ust/lttng-ust-tracelog-provider.h [new file with mode: 0644]
liblttng-ust/lttng-ust-uuid.h [new file with mode: 0644]
liblttng-ust/tracef.c [new file with mode: 0644]
liblttng-ust/tracelog.c [new file with mode: 0644]
liblttng-ust/tracepoint-internal.h [new file with mode: 0644]
liblttng-ust/tracepoint-weak-test.c [new file with mode: 0644]
liblttng-ust/tracepoint.c [new file with mode: 0644]
liblttng-ust/ust-core.c [new file with mode: 0644]
liblttng-ust/wait.h [new file with mode: 0644]
libringbuffer/Makefile.am [new file with mode: 0644]
libringbuffer/Makefile.in [new file with mode: 0644]
libringbuffer/api.h [new file with mode: 0644]
libringbuffer/backend.h [new file with mode: 0644]
libringbuffer/backend_internal.h [new file with mode: 0644]
libringbuffer/backend_types.h [new file with mode: 0644]
libringbuffer/frontend.h [new file with mode: 0644]
libringbuffer/frontend_api.h [new file with mode: 0644]
libringbuffer/frontend_internal.h [new file with mode: 0644]
libringbuffer/frontend_types.h [new file with mode: 0644]
libringbuffer/getcpu.h [new file with mode: 0644]
libringbuffer/nohz.h [new file with mode: 0644]
libringbuffer/ring_buffer_backend.c [new file with mode: 0644]
libringbuffer/ring_buffer_frontend.c [new file with mode: 0644]
libringbuffer/shm.c [new file with mode: 0644]
libringbuffer/shm.h [new file with mode: 0644]
libringbuffer/shm_internal.h [new file with mode: 0644]
libringbuffer/shm_types.h [new file with mode: 0644]
libringbuffer/smp.c [new file with mode: 0644]
libringbuffer/smp.h [new file with mode: 0644]
libringbuffer/tlsfixup.h [new file with mode: 0644]
libringbuffer/vatomic.h [new file with mode: 0644]
lttng-ust.pc.in [new file with mode: 0644]
python-lttngust/Makefile.am [new file with mode: 0644]
python-lttngust/Makefile.in [new file with mode: 0644]
python-lttngust/lttngust/__init__.py.in [new file with mode: 0644]
python-lttngust/lttngust/agent.py [new file with mode: 0644]
python-lttngust/lttngust/cmd.py [new file with mode: 0644]
python-lttngust/lttngust/debug.py [new file with mode: 0644]
python-lttngust/lttngust/loghandler.py [new file with mode: 0644]
python-lttngust/setup.py.in [new file with mode: 0644]
snprintf/Makefile.am [new file with mode: 0644]
snprintf/Makefile.in [new file with mode: 0644]
snprintf/README [new file with mode: 0644]
snprintf/core.c [new file with mode: 0644]
snprintf/fflush.c [new file with mode: 0644]
snprintf/fileext.h [new file with mode: 0644]
snprintf/floatio.h [new file with mode: 0644]
snprintf/fvwrite.c [new file with mode: 0644]
snprintf/fvwrite.h [new file with mode: 0644]
snprintf/local.h [new file with mode: 0644]
snprintf/mbrtowc_sb.c [new file with mode: 0644]
snprintf/patient_write.c [new file with mode: 0644]
snprintf/snprintf.c [new file with mode: 0644]
snprintf/various.h [new file with mode: 0644]
snprintf/vfprintf.c [new file with mode: 0644]
snprintf/wcio.h [new file with mode: 0644]
snprintf/wsetup.c [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/Makefile.in [new file with mode: 0644]
tests/README [new file with mode: 0644]
tests/benchmark/Makefile.am [new file with mode: 0644]
tests/benchmark/Makefile.in [new file with mode: 0644]
tests/benchmark/README [new file with mode: 0644]
tests/benchmark/bench.c [new file with mode: 0644]
tests/benchmark/ptime [new file with mode: 0755]
tests/benchmark/test_benchmark [new file with mode: 0755]
tests/benchmark/tp.c [new file with mode: 0644]
tests/benchmark/ust_tests_benchmark.h [new file with mode: 0644]
tests/ctf-types/Makefile.am [new file with mode: 0644]
tests/ctf-types/Makefile.in [new file with mode: 0644]
tests/ctf-types/README [new file with mode: 0644]
tests/ctf-types/ctf-types.c [new file with mode: 0644]
tests/ctf-types/tp.c [new file with mode: 0644]
tests/ctf-types/ust_tests_ctf_types.h [new file with mode: 0644]
tests/gcc-weak-hidden/Makefile.am [new file with mode: 0644]
tests/gcc-weak-hidden/Makefile.in [new file with mode: 0644]
tests/gcc-weak-hidden/b.c [new file with mode: 0644]
tests/gcc-weak-hidden/c.c [new file with mode: 0644]
tests/gcc-weak-hidden/d.c [new file with mode: 0644]
tests/gcc-weak-hidden/main.c [new file with mode: 0644]
tests/gcc-weak-hidden/test_gcc_weak_hidden.in [new file with mode: 0755]
tests/hello.cxx/Makefile.am [new file with mode: 0644]
tests/hello.cxx/Makefile.in [new file with mode: 0644]
tests/hello.cxx/README [new file with mode: 0644]
tests/hello.cxx/hello.cpp [new file with mode: 0644]
tests/hello.cxx/tp-cpp.cpp [new file with mode: 0644]
tests/hello.cxx/ust_tests_hello.h [new file with mode: 0644]
tests/hello/Makefile.am [new file with mode: 0644]
tests/hello/Makefile.in [new file with mode: 0644]
tests/hello/README [new file with mode: 0644]
tests/hello/hello.c [new file with mode: 0644]
tests/hello/tp.c [new file with mode: 0644]
tests/hello/ust_tests_hello.h [new file with mode: 0644]
tests/same_line_tracepoint/Makefile.am [new file with mode: 0644]
tests/same_line_tracepoint/Makefile.in [new file with mode: 0644]
tests/same_line_tracepoint/README [new file with mode: 0644]
tests/same_line_tracepoint/same_line_tracepoint.c [new file with mode: 0644]
tests/same_line_tracepoint/ust_tests_sameline.h [new file with mode: 0644]
tests/snprintf/Makefile.am [new file with mode: 0644]
tests/snprintf/Makefile.in [new file with mode: 0644]
tests/snprintf/README [new file with mode: 0644]
tests/snprintf/prog.c [new file with mode: 0644]
tests/snprintf/test_snprintf [new file with mode: 0755]
tests/test-app-ctx/Makefile.am [new file with mode: 0644]
tests/test-app-ctx/Makefile.in [new file with mode: 0644]
tests/test-app-ctx/hello.c [new file with mode: 0644]
tests/test-app-ctx/tp.c [new file with mode: 0644]
tests/test-app-ctx/ust_tests_hello.h [new file with mode: 0644]
tests/ust-elf/Makefile.am [new file with mode: 0644]
tests/ust-elf/Makefile.in [new file with mode: 0644]
tests/ust-elf/data/aarch64_be/main.elf [new file with mode: 0644]
tests/ust-elf/data/aarch64_be/main.elf.debug [new file with mode: 0755]
tests/ust-elf/data/armeb/main.elf [new file with mode: 0644]
tests/ust-elf/data/armeb/main.elf.debug [new file with mode: 0755]
tests/ust-elf/data/main.c [new file with mode: 0644]
tests/ust-elf/data/pic/hello.c [new file with mode: 0644]
tests/ust-elf/data/pic/hello.exec [new file with mode: 0644]
tests/ust-elf/data/pic/hello.pic [new file with mode: 0644]
tests/ust-elf/data/pic/hello.pie [new file with mode: 0644]
tests/ust-elf/data/pic/libhello.c [new file with mode: 0644]
tests/ust-elf/data/x86/main.elf [new file with mode: 0644]
tests/ust-elf/data/x86/main.elf.debug [new file with mode: 0755]
tests/ust-elf/data/x86_64/main.elf [new file with mode: 0644]
tests/ust-elf/data/x86_64/main.elf.debug [new file with mode: 0755]
tests/ust-elf/prog.c [new file with mode: 0644]
tests/ust-elf/test_ust_elf.in [new file with mode: 0755]
tests/utils/Makefile.am [new file with mode: 0644]
tests/utils/Makefile.in [new file with mode: 0644]
tests/utils/tap.c [new file with mode: 0644]
tests/utils/tap.h [new file with mode: 0644]
tests/utils/tap.sh [new file with mode: 0755]
tools/Makefile.am [new file with mode: 0644]
tools/Makefile.in [new file with mode: 0644]
tools/lttng-gen-tp [new file with mode: 0755]