├── .classpath ├── .editorconfig ├── .gitignore ├── .gitreview ├── .project ├── .reuse └── dep5 ├── CONTRIBUTING.md ├── ChangeLog ├── CodingStyle.md ├── LICENSE ├── LICENSES ├── Autoconf-exception-2.0.txt ├── BSD-2-Clause.txt ├── BSD-3-Clause.txt ├── CC-BY-4.0.txt ├── CC0-1.0.txt ├── FSFAP.txt ├── GPL-2.0-only.txt ├── GPL-2.0-or-later.txt ├── GPL-3.0-or-later.txt ├── LGPL-2.1-only.txt ├── LGPL-2.1-or-later.txt ├── LicenseRef-Autoconf-exception-macro.txt └── MIT.txt ├── Makefile.am ├── README.md ├── bootstrap ├── configure.ac ├── doc ├── Makefile.am ├── examples │ ├── Makefile.am │ ├── README.md │ ├── clock-override │ │ ├── Makefile │ │ ├── README.md │ │ ├── lttng-ust-clock-override-example.c │ │ └── run-clock-override │ ├── cmake-multiple-shared-libraries │ │ ├── CMakeLists.txt │ │ ├── README.md │ │ ├── aligner-lib.cpp │ │ ├── aligner-lib.h │ │ ├── aligner.cpp │ │ ├── cmake │ │ │ └── FindLTTngUST.cmake │ │ ├── tester-lib.cpp │ │ ├── tester-lib.h │ │ ├── tester.cpp │ │ ├── trace.sh │ │ ├── tracepoint-provider.cpp │ │ └── tracepoint-provider.h │ ├── demo-tracef │ │ ├── Makefile │ │ ├── README.md │ │ ├── demo-tracef.c │ │ └── demo-vtracef.c │ ├── demo-tracelog │ │ ├── Makefile │ │ ├── README.md │ │ ├── demo-tracelog.c │ │ └── demo-vtracelog.c │ ├── demo │ │ ├── Makefile │ │ ├── README.md │ │ ├── demo-trace │ │ ├── demo.c │ │ ├── tp.c │ │ ├── tp2.c │ │ ├── tp3.c │ │ ├── ust_tests_demo.h │ │ ├── ust_tests_demo2.h │ │ └── ust_tests_demo3.h │ ├── easy-ust │ │ ├── Makefile │ │ ├── sample.c │ │ ├── sample_component_provider.h │ │ └── tp.c │ ├── gen-tp │ │ ├── Makefile │ │ ├── sample.c │ │ └── sample_tracepoint.tp │ ├── getcpu-override │ │ ├── Makefile │ │ ├── README.md │ │ ├── lttng-ust-getcpu-override-example.c │ │ └── run-getcpu-override │ ├── hello-static-lib │ │ ├── Makefile │ │ ├── README.md │ │ ├── hello.c │ │ ├── tp.c │ │ └── ust_tests_hello.h │ ├── java-jul │ │ ├── .intree │ │ ├── ApplicationContextExample.java │ │ ├── FilterChangeListenerExample.java │ │ ├── Hello.java │ │ ├── Makefile │ │ ├── README.md │ │ └── run │ ├── java-log4j │ │ ├── .intree │ │ ├── HelloLog4j.java │ │ ├── Makefile │ │ └── run │ ├── java-log4j2-basic │ │ ├── .intree │ │ ├── HelloLog4j2.java │ │ ├── Makefile │ │ ├── log4j2.xml │ │ └── run │ ├── java-log4j2-ctx │ │ ├── HelloLog4j2Ctx.java │ │ ├── Makefile │ │ ├── log4j2.ctx1.xml │ │ ├── log4j2.ctx2.xml │ │ └── run │ ├── java-log4j2-prog │ │ ├── .intree │ │ ├── HelloLog4j2Prog.java │ │ ├── Makefile │ │ └── run │ └── python │ │ └── hello.py ├── java-agent.md ├── man │ ├── Makefile.am │ ├── README.md │ ├── asciidoc.conf │ ├── common-authors.txt │ ├── common-copyrights.txt │ ├── common-footer-author.txt │ ├── common-footer.txt │ ├── do_tracepoint.3 │ ├── log-levels.txt │ ├── lttng-gen-tp.1.txt │ ├── lttng-ust-cyg-profile.3.txt │ ├── lttng-ust-dl.3.txt │ ├── lttng-ust.3.txt │ ├── lttng_ust_do_tracepoint.3 │ ├── lttng_ust_tracef.3.txt │ ├── lttng_ust_tracelog.3.txt │ ├── lttng_ust_tracepoint.3 │ ├── lttng_ust_tracepoint_enabled.3 │ ├── manpage.xsl │ ├── tracef-tracelog-limitations.txt │ ├── tracef.3.txt │ ├── tracelog.3.txt │ ├── tracepoint.3 │ └── tracepoint_enabled.3 └── python-agent.md ├── extras ├── Makefile.am └── abi │ ├── 2.10 │ └── x86_64-pc-linux-gnu │ │ ├── liblttng-ust-context-jni.so.0.xml │ │ ├── liblttng-ust-ctl.so.4.xml │ │ ├── liblttng-ust-cyg-profile-fast.so.0.xml │ │ ├── liblttng-ust-cyg-profile.so.0.xml │ │ ├── liblttng-ust-dl.so.0.xml │ │ ├── liblttng-ust-fd.so.0.xml │ │ ├── liblttng-ust-fork.so.0.xml │ │ ├── liblttng-ust-java.so.0.xml │ │ ├── liblttng-ust-jul-jni.so.0.xml │ │ ├── liblttng-ust-libc-wrapper.so.0.xml │ │ ├── liblttng-ust-log4j-jni.so.0.xml │ │ ├── liblttng-ust-pthread-wrapper.so.0.xml │ │ ├── liblttng-ust-python-agent.so.0.xml │ │ ├── liblttng-ust-tracepoint.so.0.xml │ │ └── liblttng-ust.so.0.xml │ ├── 2.11 │ └── x86_64-pc-linux-gnu │ │ ├── liblttng-ust-context-jni.so.0.xml │ │ ├── liblttng-ust-ctl.so.4.xml │ │ ├── liblttng-ust-cyg-profile-fast.so.0.xml │ │ ├── liblttng-ust-cyg-profile.so.0.xml │ │ ├── liblttng-ust-dl.so.0.xml │ │ ├── liblttng-ust-fd.so.0.xml │ │ ├── liblttng-ust-fork.so.0.xml │ │ ├── liblttng-ust-java.so.0.xml │ │ ├── liblttng-ust-jul-jni.so.0.xml │ │ ├── liblttng-ust-libc-wrapper.so.0.xml │ │ ├── liblttng-ust-log4j-jni.so.0.xml │ │ ├── liblttng-ust-pthread-wrapper.so.0.xml │ │ ├── liblttng-ust-python-agent.so.0.xml │ │ ├── liblttng-ust-tracepoint.so.0.xml │ │ └── liblttng-ust.so.0.xml │ ├── 2.12 │ └── x86_64-pc-linux-gnu │ │ ├── liblttng-ust-context-jni.so.0.xml │ │ ├── liblttng-ust-ctl.so.4.xml │ │ ├── liblttng-ust-cyg-profile-fast.so.0.xml │ │ ├── liblttng-ust-cyg-profile.so.0.xml │ │ ├── liblttng-ust-dl.so.0.xml │ │ ├── liblttng-ust-fd.so.0.xml │ │ ├── liblttng-ust-fork.so.0.xml │ │ ├── liblttng-ust-java.so.0.xml │ │ ├── liblttng-ust-jul-jni.so.0.xml │ │ ├── liblttng-ust-libc-wrapper.so.0.xml │ │ ├── liblttng-ust-log4j-jni.so.0.xml │ │ ├── liblttng-ust-pthread-wrapper.so.0.xml │ │ ├── liblttng-ust-python-agent.so.0.xml │ │ ├── liblttng-ust-tracepoint.so.0.xml │ │ └── liblttng-ust.so.0.xml │ ├── 2.13 │ └── x86_64-pc-linux-gnu │ │ ├── liblttng-ust-common.so.1.xml │ │ ├── liblttng-ust-context-jni.so.0.xml │ │ ├── liblttng-ust-ctl.so.5.xml │ │ ├── liblttng-ust-cyg-profile-fast.so.1.xml │ │ ├── liblttng-ust-cyg-profile.so.1.xml │ │ ├── liblttng-ust-dl.so.1.xml │ │ ├── liblttng-ust-fd.so.1.xml │ │ ├── liblttng-ust-fork.so.1.xml │ │ ├── liblttng-ust-java.so.0.xml │ │ ├── liblttng-ust-jul-jni.so.0.xml │ │ ├── liblttng-ust-libc-wrapper.so.1.xml │ │ ├── liblttng-ust-log4j-jni.so.0.xml │ │ ├── liblttng-ust-pthread-wrapper.so.1.xml │ │ ├── liblttng-ust-python-agent.so.1.xml │ │ ├── liblttng-ust-tracepoint.so.1.xml │ │ └── liblttng-ust.so.1.xml │ ├── 2.9 │ └── x86_64-pc-linux-gnu │ │ ├── liblttng-ust-context-jni.so.0.xml │ │ ├── liblttng-ust-ctl.so.2.xml │ │ ├── liblttng-ust-cyg-profile-fast.so.0.xml │ │ ├── liblttng-ust-cyg-profile.so.0.xml │ │ ├── liblttng-ust-dl.so.0.xml │ │ ├── liblttng-ust-fd.so.0.xml │ │ ├── liblttng-ust-fork.so.0.xml │ │ ├── liblttng-ust-java.so.0.xml │ │ ├── liblttng-ust-jul-jni.so.0.xml │ │ ├── liblttng-ust-libc-wrapper.so.0.xml │ │ ├── liblttng-ust-log4j-jni.so.0.xml │ │ ├── liblttng-ust-pthread-wrapper.so.0.xml │ │ ├── liblttng-ust-python-agent.so.0.xml │ │ ├── liblttng-ust-tracepoint.so.0.xml │ │ └── liblttng-ust.so.0.xml │ ├── README.md │ ├── dump_abi.sh │ └── empty │ └── empty.so.0.xml ├── include ├── Makefile.am └── lttng │ ├── tp │ ├── lttng-ust-tracef.h │ └── lttng-ust-tracelog.h │ ├── tracef.h │ ├── tracelog.h │ ├── tracepoint-event.h │ ├── tracepoint-rcu.h │ ├── tracepoint-types.h │ ├── tracepoint.h │ ├── urcu │ ├── pointer.h │ ├── static │ │ ├── pointer.h │ │ └── urcu-ust.h │ └── urcu-ust.h │ ├── ust-abi.h │ ├── ust-api-compat.h │ ├── ust-arch.h │ ├── ust-cancelstate.h │ ├── ust-clock.h │ ├── ust-common.h │ ├── ust-compiler.h │ ├── ust-config.h.in │ ├── ust-ctl.h │ ├── ust-endian.h │ ├── ust-error.h │ ├── ust-events.h │ ├── ust-fd.h │ ├── ust-fork.h │ ├── ust-getcpu.h │ ├── ust-libc-wrapper.h │ ├── ust-ringbuffer-context.h │ ├── ust-sigbus.h │ ├── ust-thread.h │ ├── ust-tracepoint-event-nowrite.h │ ├── ust-tracepoint-event-reset.h │ ├── ust-tracepoint-event-write.h │ ├── ust-tracepoint-event.h │ ├── ust-tracer.h │ ├── ust-utils.h │ └── ust-version.h.in ├── m4 ├── ae_config_feature.m4 ├── ae_in_git_repo.m4 ├── ae_pprint.m4 ├── ae_pthread_getname_np.m4 ├── ae_pthread_setname_np.m4 ├── ax_append_compile_flags.m4 ├── ax_append_flag.m4 ├── ax_c___attribute__.m4 ├── ax_check_class.m4 ├── ax_check_classpath.m4 ├── ax_check_compile_flag.m4 ├── ax_check_rqrd_class.m4 ├── ax_compare_version.m4 ├── ax_cxx_compile_stdcxx.m4 ├── ax_jni_include_dir.m4 ├── ax_prog_jar.m4 ├── ax_prog_java.m4 ├── ax_prog_java_works.m4 ├── ax_prog_javac.m4 ├── ax_prog_javac_works.m4 ├── ax_prog_javah.m4 ├── ax_pthread.m4 ├── ax_require_defined.m4 ├── ax_sys_weak_alias.m4 ├── ax_try_compile_java.m4 └── ax_try_run_java.m4 ├── src ├── Makefile.am ├── common │ ├── Makefile.am │ ├── align.h │ ├── bitfield.h │ ├── bitmap.h │ ├── clock.h │ ├── compat │ │ ├── dlfcn.h │ │ ├── errno.h │ │ ├── mmap.h │ │ ├── pthread.h │ │ └── tid.h │ ├── core.c │ ├── counter-clients │ │ ├── clients.c │ │ ├── clients.h │ │ ├── percpu-32-modular.c │ │ └── percpu-64-modular.c │ ├── counter │ │ ├── counter-api.h │ │ ├── counter-config.h │ │ ├── counter-internal.h │ │ ├── counter-types.h │ │ ├── counter.c │ │ ├── counter.h │ │ ├── shm.c │ │ ├── shm.h │ │ ├── shm_internal.h │ │ └── shm_types.h │ ├── creds.h │ ├── dynamic-type.c │ ├── dynamic-type.h │ ├── elf.c │ ├── elf.h │ ├── err-ptr.h │ ├── events.c │ ├── events.h │ ├── getcpu.h │ ├── getenv.c │ ├── getenv.h │ ├── hash.h │ ├── jhash.h │ ├── logging.c │ ├── logging.h │ ├── macros.h │ ├── msgpack │ │ ├── msgpack.c │ │ └── msgpack.h │ ├── ns.h │ ├── patient.c │ ├── patient.h │ ├── populate.c │ ├── populate.h │ ├── procname.h │ ├── ringbuffer-clients │ │ ├── clients.c │ │ ├── clients.h │ │ ├── discard-channel-rt.c │ │ ├── discard-channel.c │ │ ├── discard-rt.c │ │ ├── discard.c │ │ ├── metadata-template.h │ │ ├── metadata.c │ │ ├── overwrite-channel-rt.c │ │ ├── overwrite-channel.c │ │ ├── overwrite-rt.c │ │ ├── overwrite.c │ │ └── template.h │ ├── ringbuffer │ │ ├── api.h │ │ ├── backend.h │ │ ├── backend_internal.h │ │ ├── backend_types.h │ │ ├── frontend.h │ │ ├── frontend_api.h │ │ ├── frontend_internal.h │ │ ├── frontend_types.h │ │ ├── nohz.h │ │ ├── rb-init.h │ │ ├── ring_buffer_backend.c │ │ ├── ring_buffer_frontend.c │ │ ├── ringbuffer-config.h │ │ ├── shm.c │ │ ├── shm.h │ │ ├── shm_internal.h │ │ ├── shm_types.h │ │ └── vatomic.h │ ├── safe-snprintf.h │ ├── smp.c │ ├── smp.h │ ├── snprintf │ │ ├── README.md │ │ ├── fflush.c │ │ ├── fileext.h │ │ ├── floatio.h │ │ ├── fvwrite.c │ │ ├── fvwrite.h │ │ ├── local.h │ │ ├── mbrtowc_sb.c │ │ ├── snprintf.c │ │ ├── various.h │ │ ├── vfprintf.c │ │ ├── wcio.h │ │ └── wsetup.c │ ├── strutils.c │ ├── strutils.h │ ├── testpoint.h │ ├── tracepoint.h │ ├── tracer.h │ ├── ust-context-provider.h │ ├── ustcomm.c │ ├── ustcomm.h │ ├── utils.c │ ├── utils.h │ └── wait.h ├── lib │ ├── Makefile.am │ ├── lttng-ust-common │ │ ├── Makefile.am │ │ ├── clock.c │ │ ├── clock.h │ │ ├── fd-tracker.c │ │ ├── fd-tracker.h │ │ ├── getcpu.c │ │ ├── getcpu.h │ │ ├── lttng-ust-urcu-pointer.c │ │ ├── lttng-ust-urcu.c │ │ ├── ust-cancelstate.c │ │ └── ust-common.c │ ├── lttng-ust-ctl.pc.in │ ├── lttng-ust-ctl │ │ ├── Makefile.am │ │ └── ustctl.c │ ├── lttng-ust-cyg-profile │ │ ├── Makefile.am │ │ ├── lttng-ust-cyg-profile-fast.c │ │ ├── lttng-ust-cyg-profile-fast.h │ │ ├── lttng-ust-cyg-profile.c │ │ ├── lttng-ust-cyg-profile.h │ │ ├── run │ │ └── run-fast │ ├── lttng-ust-dl │ │ ├── Makefile.am │ │ ├── lttng-ust-dl.c │ │ ├── ust_dl.c │ │ └── ust_dl.h │ ├── lttng-ust-fd │ │ ├── Makefile.am │ │ └── lttng-ust-fd.c │ ├── lttng-ust-fork │ │ ├── Makefile.am │ │ └── ustfork.c │ ├── lttng-ust-java-agent │ │ ├── Makefile.am │ │ ├── java │ │ │ ├── Makefile.am │ │ │ ├── lttng-ust-agent-all │ │ │ │ ├── Makefile.am │ │ │ │ ├── Manifest.txt │ │ │ │ └── Manifest.txt.license │ │ │ ├── lttng-ust-agent-common │ │ │ │ ├── Makefile.am │ │ │ │ ├── Manifest.txt │ │ │ │ ├── Manifest.txt.license │ │ │ │ └── org │ │ │ │ │ └── lttng │ │ │ │ │ └── ust │ │ │ │ │ └── agent │ │ │ │ │ ├── AbstractLttngAgent.java │ │ │ │ │ ├── EventNamePattern.java │ │ │ │ │ ├── ILttngAgent.java │ │ │ │ │ ├── ILttngHandler.java │ │ │ │ │ ├── LTTngAgent.java │ │ │ │ │ ├── client │ │ │ │ │ ├── ILttngTcpClientListener.java │ │ │ │ │ ├── LttngAgentResponse.java │ │ │ │ │ ├── LttngTcpSessiondClient.java │ │ │ │ │ ├── SessiondCommand.java │ │ │ │ │ ├── SessiondCommandHeader.java │ │ │ │ │ ├── SessiondDisableAppContextCommand.java │ │ │ │ │ ├── SessiondDisableEventCommand.java │ │ │ │ │ ├── SessiondEnableAppContextCommand.java │ │ │ │ │ ├── SessiondEnableEventCommand.java │ │ │ │ │ └── SessiondListLoggersCommand.java │ │ │ │ │ ├── context │ │ │ │ │ ├── ContextInfoManager.java │ │ │ │ │ ├── ContextInfoSerializer.java │ │ │ │ │ ├── IContextInfoRetriever.java │ │ │ │ │ └── LttngContextApi.java │ │ │ │ │ ├── filter │ │ │ │ │ ├── FilterChangeNotifier.java │ │ │ │ │ └── IFilterChangeListener.java │ │ │ │ │ ├── session │ │ │ │ │ ├── EventRule.java │ │ │ │ │ └── LogLevelSelector.java │ │ │ │ │ └── utils │ │ │ │ │ └── LttngUstAgentLogger.java │ │ │ ├── lttng-ust-agent-jul │ │ │ │ ├── Makefile.am │ │ │ │ ├── Manifest.txt │ │ │ │ ├── Manifest.txt.license │ │ │ │ └── org │ │ │ │ │ └── lttng │ │ │ │ │ └── ust │ │ │ │ │ └── agent │ │ │ │ │ └── jul │ │ │ │ │ ├── LttngJulAgent.java │ │ │ │ │ ├── LttngJulApi.java │ │ │ │ │ └── LttngLogHandler.java │ │ │ ├── lttng-ust-agent-log4j │ │ │ │ ├── Makefile.am │ │ │ │ ├── Manifest.txt │ │ │ │ ├── Manifest.txt.license │ │ │ │ └── org │ │ │ │ │ └── lttng │ │ │ │ │ └── ust │ │ │ │ │ └── agent │ │ │ │ │ └── log4j │ │ │ │ │ ├── LttngLog4jAgent.java │ │ │ │ │ ├── LttngLog4jApi.java │ │ │ │ │ └── LttngLogAppender.java │ │ │ └── lttng-ust-agent-log4j2 │ │ │ │ ├── Makefile.am │ │ │ │ ├── Manifest.txt │ │ │ │ ├── Manifest.txt.license │ │ │ │ └── org │ │ │ │ └── lttng │ │ │ │ └── ust │ │ │ │ └── agent │ │ │ │ └── log4j2 │ │ │ │ ├── LttngLog4j2Agent.java │ │ │ │ ├── LttngLog4j2Api.java │ │ │ │ └── LttngLogAppender.java │ │ └── jni │ │ │ ├── Makefile.am │ │ │ ├── common │ │ │ ├── Makefile.am │ │ │ ├── lttng_ust_context.c │ │ │ └── lttng_ust_context.h │ │ │ ├── jul │ │ │ ├── Makefile.am │ │ │ ├── lttng_ust_jul.c │ │ │ └── lttng_ust_jul.h │ │ │ └── log4j │ │ │ ├── Makefile.am │ │ │ ├── lttng_ust_log4j.c │ │ │ ├── lttng_ust_log4j2.c │ │ │ ├── lttng_ust_log4j2_tp.c │ │ │ ├── lttng_ust_log4j2_tp.h │ │ │ ├── lttng_ust_log4j_tp.c │ │ │ └── lttng_ust_log4j_tp.h │ ├── lttng-ust-java │ │ ├── LTTngUst.c │ │ ├── Makefile.am │ │ ├── README.md │ │ ├── lttng_ust_java.h │ │ └── org │ │ │ └── lttng │ │ │ └── ust │ │ │ └── LTTngUst.java │ ├── lttng-ust-libc-wrapper │ │ ├── Makefile.am │ │ ├── README.md │ │ ├── lttng-ust-malloc.c │ │ ├── run │ │ └── ust_libc.h │ ├── lttng-ust-pthread-wrapper │ │ ├── Makefile.am │ │ ├── lttng-ust-pthread.c │ │ └── ust_pthread.h │ ├── lttng-ust-python-agent │ │ ├── Makefile.am │ │ ├── lttng_ust_python.c │ │ └── lttng_ust_python.h │ ├── lttng-ust-tracepoint │ │ ├── Makefile.am │ │ ├── tracepoint-weak-test.c │ │ ├── tracepoint.c │ │ └── tracepoint.h │ ├── lttng-ust.pc.in │ └── lttng-ust │ │ ├── Makefile.am │ │ ├── bytecode.h │ │ ├── context-internal.h │ │ ├── context-provider-internal.h │ │ ├── event-notifier-notification.c │ │ ├── events.h │ │ ├── futex.c │ │ ├── futex.h │ │ ├── lttng-bytecode-interpreter.c │ │ ├── lttng-bytecode-specialize.c │ │ ├── lttng-bytecode-validator.c │ │ ├── lttng-bytecode.c │ │ ├── lttng-bytecode.h │ │ ├── lttng-context-cgroup-ns.c │ │ ├── lttng-context-cpu-id.c │ │ ├── lttng-context-ip.c │ │ ├── lttng-context-ipc-ns.c │ │ ├── lttng-context-mnt-ns.c │ │ ├── lttng-context-net-ns.c │ │ ├── lttng-context-perf-counters.c │ │ ├── lttng-context-pid-ns.c │ │ ├── lttng-context-procname.c │ │ ├── lttng-context-provider.c │ │ ├── lttng-context-pthread-id.c │ │ ├── lttng-context-time-ns.c │ │ ├── lttng-context-user-ns.c │ │ ├── lttng-context-uts-ns.c │ │ ├── lttng-context-vegid.c │ │ ├── lttng-context-veuid.c │ │ ├── lttng-context-vgid.c │ │ ├── lttng-context-vpid.c │ │ ├── lttng-context-vsgid.c │ │ ├── lttng-context-vsuid.c │ │ ├── lttng-context-vtid.c │ │ ├── lttng-context-vuid.c │ │ ├── lttng-context.c │ │ ├── lttng-events.c │ │ ├── lttng-probes.c │ │ ├── lttng-tracer-core.h │ │ ├── lttng-ust-abi.c │ │ ├── lttng-ust-comm.c │ │ ├── lttng-ust-statedump-provider.h │ │ ├── lttng-ust-statedump.c │ │ ├── lttng-ust-statedump.h │ │ ├── lttng-ust-tracef-provider.h │ │ ├── lttng-ust-tracelog-provider.h │ │ ├── perf_event.h │ │ ├── rculfhash-internal.h │ │ ├── rculfhash-mm-chunk.c │ │ ├── rculfhash-mm-mmap.c │ │ ├── rculfhash-mm-order.c │ │ ├── rculfhash.c │ │ ├── rculfhash.h │ │ ├── strerror.c │ │ ├── tracef.c │ │ ├── tracelog-internal.h │ │ ├── tracelog.c │ │ ├── ust_lib.c │ │ └── ust_lib.h └── python-lttngust │ ├── Makefile.am │ ├── lttngust │ ├── __init__.py │ ├── agent.py │ ├── cmd.py │ ├── compat.py │ ├── debug.py │ ├── loghandler.py │ └── version.py.in │ └── setup.py.in ├── tests ├── Makefile.am ├── README.md ├── benchmark │ ├── Makefile.am │ ├── README.md │ ├── bench.c │ ├── ptime │ ├── test_benchmark │ ├── tp.c │ └── ust_tests_benchmark.h ├── compile │ ├── Makefile.am │ ├── api0 │ │ ├── Makefile.am │ │ ├── ctf-types │ │ │ ├── Makefile.am │ │ │ ├── README.md │ │ │ ├── ctf-types.c │ │ │ ├── tp.c │ │ │ └── ust_tests_ctf_types.h │ │ ├── hello-many │ │ │ ├── Makefile.am │ │ │ ├── README.md │ │ │ ├── hello-many.c │ │ │ ├── tp.c │ │ │ └── ust_tests_hello_many.h │ │ ├── hello.cxx │ │ │ ├── Makefile.am │ │ │ ├── README.md │ │ │ ├── hello.cpp │ │ │ ├── tp-cpp.cpp │ │ │ └── ust_tests_hello.h │ │ ├── hello │ │ │ ├── Makefile.am │ │ │ ├── Makefile.example.bsd │ │ │ ├── Makefile.example.linux │ │ │ ├── README.md │ │ │ ├── hello.c │ │ │ ├── tp.c │ │ │ └── ust_tests_hello.h │ │ └── same_line_tracepoint │ │ │ ├── Makefile.am │ │ │ ├── README.md │ │ │ ├── same_line_tracepoint.c │ │ │ └── ust_tests_sameline.h │ └── api1 │ │ ├── Makefile.am │ │ ├── hello-many │ │ ├── Makefile.am │ │ ├── README.md │ │ ├── hello-many.c │ │ ├── tp.c │ │ └── ust_tests_hello_many.h │ │ ├── hello.cxx │ │ ├── Makefile.am │ │ ├── README.md │ │ ├── hello.cpp │ │ ├── tp-cpp.cpp │ │ └── ust_tests_hello.h │ │ ├── hello │ │ ├── Makefile.am │ │ ├── Makefile.example.bsd │ │ ├── Makefile.example.linux │ │ ├── README.md │ │ ├── hello.c │ │ ├── tp.c │ │ └── ust_tests_hello.h │ │ ├── same_line_tracepoint │ │ ├── Makefile.am │ │ ├── README.md │ │ ├── same_line_tracepoint.c │ │ └── ust_tests_sameline.h │ │ ├── test-app-ctx │ │ ├── Makefile.am │ │ ├── hello.c │ │ ├── tp.c │ │ └── ust_tests_hello.h │ │ └── ust-fields │ │ ├── Makefile.am │ │ ├── README.md │ │ ├── tp.c │ │ ├── ust-fields.c │ │ └── ust_tests_ust_fields.h ├── regression │ ├── Makefile.am │ └── abi0-conflict │ │ ├── Makefile.am │ │ ├── app_noust.c │ │ ├── app_noust_dlopen.c │ │ ├── app_ust.c │ │ ├── app_ust_dlopen.c │ │ ├── fake-ust.c │ │ ├── fake-ust.h │ │ ├── libone.c │ │ ├── libone.h │ │ ├── libzero.c │ │ ├── libzero.h │ │ ├── test_abi0_conflict │ │ ├── tp.c │ │ └── ust_tests_hello.h ├── unit │ ├── Makefile.am │ ├── gcc-weak-hidden │ │ ├── Makefile.am │ │ ├── b.c │ │ ├── b.h │ │ ├── libgcc-wh.h │ │ ├── libgcc-wh1.c │ │ ├── libgcc-wh2.c │ │ └── main.c │ ├── libcommon │ │ ├── Makefile.am │ │ ├── get_cpu_mask_from_sysfs.c │ │ ├── get_max_cpuid_from_sysfs.c │ │ ├── test_get_cpu_mask_from_sysfs │ │ ├── test_get_max_cpuid_from_mask.c │ │ ├── test_get_max_cpuid_from_sysfs │ │ └── test_get_possible_cpus_array_len.c │ ├── libmsgpack │ │ ├── Makefile.am │ │ └── test_msgpack.c │ ├── libringbuffer │ │ ├── Makefile.am │ │ └── shm.c │ ├── pthread_name │ │ ├── Makefile.am │ │ └── pthread_name.c │ ├── snprintf │ │ ├── Makefile.am │ │ ├── README.md │ │ └── snprintf.c │ ├── ust-elf │ │ ├── Makefile.am │ │ ├── README.md │ │ ├── data │ │ │ ├── aarch64_be │ │ │ │ ├── main.elf │ │ │ │ └── main.elf.debug │ │ │ ├── armeb │ │ │ │ ├── main.elf │ │ │ │ └── main.elf.debug │ │ │ ├── main.c │ │ │ ├── pic │ │ │ │ ├── hello.c │ │ │ │ ├── hello.exec │ │ │ │ ├── hello.pic │ │ │ │ ├── hello.pie │ │ │ │ └── libhello.c │ │ │ ├── x86 │ │ │ │ ├── main.elf │ │ │ │ └── main.elf.debug │ │ │ └── x86_64 │ │ │ │ ├── main.elf │ │ │ │ └── main.elf.debug │ │ ├── test_ust_elf │ │ └── ust-elf.c │ ├── ust-error │ │ ├── Makefile.am │ │ └── ust-error.c │ └── ust-utils │ │ ├── Makefile.am │ │ ├── ust-utils-common.h │ │ ├── ust-utils-cxx.cpp │ │ └── ust-utils.c └── utils │ ├── Makefile.am │ ├── tap-driver.sh │ ├── tap.c │ ├── tap.h │ ├── tap.sh │ └── utils.sh └── tools ├── Makefile.am └── lttng-gen-tp /.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/.classpath -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitreview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/.gitreview -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/.project -------------------------------------------------------------------------------- /.reuse/dep5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/.reuse/dep5 -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/ChangeLog -------------------------------------------------------------------------------- /CodingStyle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/CodingStyle.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSES/Autoconf-exception-2.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSES/Autoconf-exception-2.0.txt -------------------------------------------------------------------------------- /LICENSES/BSD-2-Clause.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSES/BSD-2-Clause.txt -------------------------------------------------------------------------------- /LICENSES/BSD-3-Clause.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSES/BSD-3-Clause.txt -------------------------------------------------------------------------------- /LICENSES/CC-BY-4.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSES/CC-BY-4.0.txt -------------------------------------------------------------------------------- /LICENSES/CC0-1.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSES/CC0-1.0.txt -------------------------------------------------------------------------------- /LICENSES/FSFAP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSES/FSFAP.txt -------------------------------------------------------------------------------- /LICENSES/GPL-2.0-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSES/GPL-2.0-only.txt -------------------------------------------------------------------------------- /LICENSES/GPL-2.0-or-later.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSES/GPL-2.0-or-later.txt -------------------------------------------------------------------------------- /LICENSES/GPL-3.0-or-later.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSES/GPL-3.0-or-later.txt -------------------------------------------------------------------------------- /LICENSES/LGPL-2.1-only.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSES/LGPL-2.1-only.txt -------------------------------------------------------------------------------- /LICENSES/LGPL-2.1-or-later.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSES/LGPL-2.1-or-later.txt -------------------------------------------------------------------------------- /LICENSES/LicenseRef-Autoconf-exception-macro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSES/LicenseRef-Autoconf-exception-macro.txt -------------------------------------------------------------------------------- /LICENSES/MIT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/LICENSES/MIT.txt -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/Makefile.am -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/README.md -------------------------------------------------------------------------------- /bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/bootstrap -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/configure.ac -------------------------------------------------------------------------------- /doc/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/Makefile.am -------------------------------------------------------------------------------- /doc/examples/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/Makefile.am -------------------------------------------------------------------------------- /doc/examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/README.md -------------------------------------------------------------------------------- /doc/examples/clock-override/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/clock-override/Makefile -------------------------------------------------------------------------------- /doc/examples/clock-override/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/clock-override/README.md -------------------------------------------------------------------------------- /doc/examples/clock-override/lttng-ust-clock-override-example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/clock-override/lttng-ust-clock-override-example.c -------------------------------------------------------------------------------- /doc/examples/clock-override/run-clock-override: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/clock-override/run-clock-override -------------------------------------------------------------------------------- /doc/examples/cmake-multiple-shared-libraries/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/cmake-multiple-shared-libraries/CMakeLists.txt -------------------------------------------------------------------------------- /doc/examples/cmake-multiple-shared-libraries/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/cmake-multiple-shared-libraries/README.md -------------------------------------------------------------------------------- /doc/examples/cmake-multiple-shared-libraries/aligner-lib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/cmake-multiple-shared-libraries/aligner-lib.cpp -------------------------------------------------------------------------------- /doc/examples/cmake-multiple-shared-libraries/aligner-lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/cmake-multiple-shared-libraries/aligner-lib.h -------------------------------------------------------------------------------- /doc/examples/cmake-multiple-shared-libraries/aligner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/cmake-multiple-shared-libraries/aligner.cpp -------------------------------------------------------------------------------- /doc/examples/cmake-multiple-shared-libraries/cmake/FindLTTngUST.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/cmake-multiple-shared-libraries/cmake/FindLTTngUST.cmake -------------------------------------------------------------------------------- /doc/examples/cmake-multiple-shared-libraries/tester-lib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/cmake-multiple-shared-libraries/tester-lib.cpp -------------------------------------------------------------------------------- /doc/examples/cmake-multiple-shared-libraries/tester-lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/cmake-multiple-shared-libraries/tester-lib.h -------------------------------------------------------------------------------- /doc/examples/cmake-multiple-shared-libraries/tester.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/cmake-multiple-shared-libraries/tester.cpp -------------------------------------------------------------------------------- /doc/examples/cmake-multiple-shared-libraries/trace.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/cmake-multiple-shared-libraries/trace.sh -------------------------------------------------------------------------------- /doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.cpp -------------------------------------------------------------------------------- /doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/cmake-multiple-shared-libraries/tracepoint-provider.h -------------------------------------------------------------------------------- /doc/examples/demo-tracef/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo-tracef/Makefile -------------------------------------------------------------------------------- /doc/examples/demo-tracef/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo-tracef/README.md -------------------------------------------------------------------------------- /doc/examples/demo-tracef/demo-tracef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo-tracef/demo-tracef.c -------------------------------------------------------------------------------- /doc/examples/demo-tracef/demo-vtracef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo-tracef/demo-vtracef.c -------------------------------------------------------------------------------- /doc/examples/demo-tracelog/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo-tracelog/Makefile -------------------------------------------------------------------------------- /doc/examples/demo-tracelog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo-tracelog/README.md -------------------------------------------------------------------------------- /doc/examples/demo-tracelog/demo-tracelog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo-tracelog/demo-tracelog.c -------------------------------------------------------------------------------- /doc/examples/demo-tracelog/demo-vtracelog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo-tracelog/demo-vtracelog.c -------------------------------------------------------------------------------- /doc/examples/demo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo/Makefile -------------------------------------------------------------------------------- /doc/examples/demo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo/README.md -------------------------------------------------------------------------------- /doc/examples/demo/demo-trace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo/demo-trace -------------------------------------------------------------------------------- /doc/examples/demo/demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo/demo.c -------------------------------------------------------------------------------- /doc/examples/demo/tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo/tp.c -------------------------------------------------------------------------------- /doc/examples/demo/tp2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo/tp2.c -------------------------------------------------------------------------------- /doc/examples/demo/tp3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo/tp3.c -------------------------------------------------------------------------------- /doc/examples/demo/ust_tests_demo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo/ust_tests_demo.h -------------------------------------------------------------------------------- /doc/examples/demo/ust_tests_demo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo/ust_tests_demo2.h -------------------------------------------------------------------------------- /doc/examples/demo/ust_tests_demo3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/demo/ust_tests_demo3.h -------------------------------------------------------------------------------- /doc/examples/easy-ust/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/easy-ust/Makefile -------------------------------------------------------------------------------- /doc/examples/easy-ust/sample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/easy-ust/sample.c -------------------------------------------------------------------------------- /doc/examples/easy-ust/sample_component_provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/easy-ust/sample_component_provider.h -------------------------------------------------------------------------------- /doc/examples/easy-ust/tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/easy-ust/tp.c -------------------------------------------------------------------------------- /doc/examples/gen-tp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/gen-tp/Makefile -------------------------------------------------------------------------------- /doc/examples/gen-tp/sample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/gen-tp/sample.c -------------------------------------------------------------------------------- /doc/examples/gen-tp/sample_tracepoint.tp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/gen-tp/sample_tracepoint.tp -------------------------------------------------------------------------------- /doc/examples/getcpu-override/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/getcpu-override/Makefile -------------------------------------------------------------------------------- /doc/examples/getcpu-override/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/getcpu-override/README.md -------------------------------------------------------------------------------- /doc/examples/getcpu-override/lttng-ust-getcpu-override-example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/getcpu-override/lttng-ust-getcpu-override-example.c -------------------------------------------------------------------------------- /doc/examples/getcpu-override/run-getcpu-override: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/getcpu-override/run-getcpu-override -------------------------------------------------------------------------------- /doc/examples/hello-static-lib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/hello-static-lib/Makefile -------------------------------------------------------------------------------- /doc/examples/hello-static-lib/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/hello-static-lib/README.md -------------------------------------------------------------------------------- /doc/examples/hello-static-lib/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/hello-static-lib/hello.c -------------------------------------------------------------------------------- /doc/examples/hello-static-lib/tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/hello-static-lib/tp.c -------------------------------------------------------------------------------- /doc/examples/hello-static-lib/ust_tests_hello.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/hello-static-lib/ust_tests_hello.h -------------------------------------------------------------------------------- /doc/examples/java-jul/.intree: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/examples/java-jul/ApplicationContextExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-jul/ApplicationContextExample.java -------------------------------------------------------------------------------- /doc/examples/java-jul/FilterChangeListenerExample.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-jul/FilterChangeListenerExample.java -------------------------------------------------------------------------------- /doc/examples/java-jul/Hello.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-jul/Hello.java -------------------------------------------------------------------------------- /doc/examples/java-jul/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-jul/Makefile -------------------------------------------------------------------------------- /doc/examples/java-jul/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-jul/README.md -------------------------------------------------------------------------------- /doc/examples/java-jul/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-jul/run -------------------------------------------------------------------------------- /doc/examples/java-log4j/.intree: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/examples/java-log4j/HelloLog4j.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j/HelloLog4j.java -------------------------------------------------------------------------------- /doc/examples/java-log4j/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j/Makefile -------------------------------------------------------------------------------- /doc/examples/java-log4j/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j/run -------------------------------------------------------------------------------- /doc/examples/java-log4j2-basic/.intree: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/examples/java-log4j2-basic/HelloLog4j2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j2-basic/HelloLog4j2.java -------------------------------------------------------------------------------- /doc/examples/java-log4j2-basic/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j2-basic/Makefile -------------------------------------------------------------------------------- /doc/examples/java-log4j2-basic/log4j2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j2-basic/log4j2.xml -------------------------------------------------------------------------------- /doc/examples/java-log4j2-basic/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j2-basic/run -------------------------------------------------------------------------------- /doc/examples/java-log4j2-ctx/HelloLog4j2Ctx.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j2-ctx/HelloLog4j2Ctx.java -------------------------------------------------------------------------------- /doc/examples/java-log4j2-ctx/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j2-ctx/Makefile -------------------------------------------------------------------------------- /doc/examples/java-log4j2-ctx/log4j2.ctx1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j2-ctx/log4j2.ctx1.xml -------------------------------------------------------------------------------- /doc/examples/java-log4j2-ctx/log4j2.ctx2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j2-ctx/log4j2.ctx2.xml -------------------------------------------------------------------------------- /doc/examples/java-log4j2-ctx/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j2-ctx/run -------------------------------------------------------------------------------- /doc/examples/java-log4j2-prog/.intree: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/examples/java-log4j2-prog/HelloLog4j2Prog.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j2-prog/HelloLog4j2Prog.java -------------------------------------------------------------------------------- /doc/examples/java-log4j2-prog/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j2-prog/Makefile -------------------------------------------------------------------------------- /doc/examples/java-log4j2-prog/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/java-log4j2-prog/run -------------------------------------------------------------------------------- /doc/examples/python/hello.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/examples/python/hello.py -------------------------------------------------------------------------------- /doc/java-agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/java-agent.md -------------------------------------------------------------------------------- /doc/man/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/Makefile.am -------------------------------------------------------------------------------- /doc/man/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/README.md -------------------------------------------------------------------------------- /doc/man/asciidoc.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/asciidoc.conf -------------------------------------------------------------------------------- /doc/man/common-authors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/common-authors.txt -------------------------------------------------------------------------------- /doc/man/common-copyrights.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/common-copyrights.txt -------------------------------------------------------------------------------- /doc/man/common-footer-author.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/common-footer-author.txt -------------------------------------------------------------------------------- /doc/man/common-footer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/common-footer.txt -------------------------------------------------------------------------------- /doc/man/do_tracepoint.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/do_tracepoint.3 -------------------------------------------------------------------------------- /doc/man/log-levels.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/log-levels.txt -------------------------------------------------------------------------------- /doc/man/lttng-gen-tp.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/lttng-gen-tp.1.txt -------------------------------------------------------------------------------- /doc/man/lttng-ust-cyg-profile.3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/lttng-ust-cyg-profile.3.txt -------------------------------------------------------------------------------- /doc/man/lttng-ust-dl.3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/lttng-ust-dl.3.txt -------------------------------------------------------------------------------- /doc/man/lttng-ust.3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/lttng-ust.3.txt -------------------------------------------------------------------------------- /doc/man/lttng_ust_do_tracepoint.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/lttng_ust_do_tracepoint.3 -------------------------------------------------------------------------------- /doc/man/lttng_ust_tracef.3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/lttng_ust_tracef.3.txt -------------------------------------------------------------------------------- /doc/man/lttng_ust_tracelog.3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/lttng_ust_tracelog.3.txt -------------------------------------------------------------------------------- /doc/man/lttng_ust_tracepoint.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/lttng_ust_tracepoint.3 -------------------------------------------------------------------------------- /doc/man/lttng_ust_tracepoint_enabled.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/lttng_ust_tracepoint_enabled.3 -------------------------------------------------------------------------------- /doc/man/manpage.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/manpage.xsl -------------------------------------------------------------------------------- /doc/man/tracef-tracelog-limitations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/tracef-tracelog-limitations.txt -------------------------------------------------------------------------------- /doc/man/tracef.3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/tracef.3.txt -------------------------------------------------------------------------------- /doc/man/tracelog.3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/tracelog.3.txt -------------------------------------------------------------------------------- /doc/man/tracepoint.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/tracepoint.3 -------------------------------------------------------------------------------- /doc/man/tracepoint_enabled.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/man/tracepoint_enabled.3 -------------------------------------------------------------------------------- /doc/python-agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/doc/python-agent.md -------------------------------------------------------------------------------- /extras/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/Makefile.am -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-context-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-context-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-ctl.so.4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-ctl.so.4.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile-fast.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile-fast.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-dl.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-dl.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-fd.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-fd.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-fork.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-fork.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-java.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-java.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-jul-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-jul-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-libc-wrapper.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-libc-wrapper.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-log4j-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-log4j-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-pthread-wrapper.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-pthread-wrapper.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-python-agent.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-python-agent.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-tracepoint.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust-tracepoint.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.10/x86_64-pc-linux-gnu/liblttng-ust.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-context-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-context-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-ctl.so.4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-ctl.so.4.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile-fast.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile-fast.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-dl.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-dl.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-fd.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-fd.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-fork.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-fork.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-java.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-java.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-jul-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-jul-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-libc-wrapper.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-libc-wrapper.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-log4j-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-log4j-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-pthread-wrapper.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-pthread-wrapper.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-python-agent.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-python-agent.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-tracepoint.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust-tracepoint.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.11/x86_64-pc-linux-gnu/liblttng-ust.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-context-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-context-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-ctl.so.4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-ctl.so.4.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile-fast.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile-fast.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-dl.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-dl.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-fd.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-fd.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-fork.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-fork.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-java.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-java.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-jul-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-jul-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-libc-wrapper.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-libc-wrapper.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-log4j-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-log4j-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-pthread-wrapper.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-pthread-wrapper.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-python-agent.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-python-agent.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-tracepoint.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust-tracepoint.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.12/x86_64-pc-linux-gnu/liblttng-ust.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-common.so.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-common.so.1.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-context-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-context-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-ctl.so.5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-ctl.so.5.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile-fast.so.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile-fast.so.1.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile.so.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile.so.1.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-dl.so.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-dl.so.1.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-fd.so.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-fd.so.1.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-fork.so.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-fork.so.1.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-java.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-java.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-jul-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-jul-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-libc-wrapper.so.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-libc-wrapper.so.1.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-log4j-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-log4j-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-pthread-wrapper.so.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-pthread-wrapper.so.1.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-python-agent.so.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-python-agent.so.1.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-tracepoint.so.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust-tracepoint.so.1.xml -------------------------------------------------------------------------------- /extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust.so.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.13/x86_64-pc-linux-gnu/liblttng-ust.so.1.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-context-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-context-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-ctl.so.2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-ctl.so.2.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile-fast.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile-fast.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-cyg-profile.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-dl.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-dl.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-fd.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-fd.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-fork.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-fork.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-java.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-java.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-jul-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-jul-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-libc-wrapper.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-libc-wrapper.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-log4j-jni.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-log4j-jni.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-pthread-wrapper.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-pthread-wrapper.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-python-agent.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-python-agent.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-tracepoint.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust-tracepoint.so.0.xml -------------------------------------------------------------------------------- /extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/2.9/x86_64-pc-linux-gnu/liblttng-ust.so.0.xml -------------------------------------------------------------------------------- /extras/abi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/README.md -------------------------------------------------------------------------------- /extras/abi/dump_abi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/dump_abi.sh -------------------------------------------------------------------------------- /extras/abi/empty/empty.so.0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/extras/abi/empty/empty.so.0.xml -------------------------------------------------------------------------------- /include/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/Makefile.am -------------------------------------------------------------------------------- /include/lttng/tp/lttng-ust-tracef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/tp/lttng-ust-tracef.h -------------------------------------------------------------------------------- /include/lttng/tp/lttng-ust-tracelog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/tp/lttng-ust-tracelog.h -------------------------------------------------------------------------------- /include/lttng/tracef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/tracef.h -------------------------------------------------------------------------------- /include/lttng/tracelog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/tracelog.h -------------------------------------------------------------------------------- /include/lttng/tracepoint-event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/tracepoint-event.h -------------------------------------------------------------------------------- /include/lttng/tracepoint-rcu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/tracepoint-rcu.h -------------------------------------------------------------------------------- /include/lttng/tracepoint-types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/tracepoint-types.h -------------------------------------------------------------------------------- /include/lttng/tracepoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/tracepoint.h -------------------------------------------------------------------------------- /include/lttng/urcu/pointer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/urcu/pointer.h -------------------------------------------------------------------------------- /include/lttng/urcu/static/pointer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/urcu/static/pointer.h -------------------------------------------------------------------------------- /include/lttng/urcu/static/urcu-ust.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/urcu/static/urcu-ust.h -------------------------------------------------------------------------------- /include/lttng/urcu/urcu-ust.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/urcu/urcu-ust.h -------------------------------------------------------------------------------- /include/lttng/ust-abi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-abi.h -------------------------------------------------------------------------------- /include/lttng/ust-api-compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-api-compat.h -------------------------------------------------------------------------------- /include/lttng/ust-arch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-arch.h -------------------------------------------------------------------------------- /include/lttng/ust-cancelstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-cancelstate.h -------------------------------------------------------------------------------- /include/lttng/ust-clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-clock.h -------------------------------------------------------------------------------- /include/lttng/ust-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-common.h -------------------------------------------------------------------------------- /include/lttng/ust-compiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-compiler.h -------------------------------------------------------------------------------- /include/lttng/ust-config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-config.h.in -------------------------------------------------------------------------------- /include/lttng/ust-ctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-ctl.h -------------------------------------------------------------------------------- /include/lttng/ust-endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-endian.h -------------------------------------------------------------------------------- /include/lttng/ust-error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-error.h -------------------------------------------------------------------------------- /include/lttng/ust-events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-events.h -------------------------------------------------------------------------------- /include/lttng/ust-fd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-fd.h -------------------------------------------------------------------------------- /include/lttng/ust-fork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-fork.h -------------------------------------------------------------------------------- /include/lttng/ust-getcpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-getcpu.h -------------------------------------------------------------------------------- /include/lttng/ust-libc-wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-libc-wrapper.h -------------------------------------------------------------------------------- /include/lttng/ust-ringbuffer-context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-ringbuffer-context.h -------------------------------------------------------------------------------- /include/lttng/ust-sigbus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-sigbus.h -------------------------------------------------------------------------------- /include/lttng/ust-thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-thread.h -------------------------------------------------------------------------------- /include/lttng/ust-tracepoint-event-nowrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-tracepoint-event-nowrite.h -------------------------------------------------------------------------------- /include/lttng/ust-tracepoint-event-reset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-tracepoint-event-reset.h -------------------------------------------------------------------------------- /include/lttng/ust-tracepoint-event-write.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-tracepoint-event-write.h -------------------------------------------------------------------------------- /include/lttng/ust-tracepoint-event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-tracepoint-event.h -------------------------------------------------------------------------------- /include/lttng/ust-tracer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-tracer.h -------------------------------------------------------------------------------- /include/lttng/ust-utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-utils.h -------------------------------------------------------------------------------- /include/lttng/ust-version.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/include/lttng/ust-version.h.in -------------------------------------------------------------------------------- /m4/ae_config_feature.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ae_config_feature.m4 -------------------------------------------------------------------------------- /m4/ae_in_git_repo.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ae_in_git_repo.m4 -------------------------------------------------------------------------------- /m4/ae_pprint.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ae_pprint.m4 -------------------------------------------------------------------------------- /m4/ae_pthread_getname_np.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ae_pthread_getname_np.m4 -------------------------------------------------------------------------------- /m4/ae_pthread_setname_np.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ae_pthread_setname_np.m4 -------------------------------------------------------------------------------- /m4/ax_append_compile_flags.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_append_compile_flags.m4 -------------------------------------------------------------------------------- /m4/ax_append_flag.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_append_flag.m4 -------------------------------------------------------------------------------- /m4/ax_c___attribute__.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_c___attribute__.m4 -------------------------------------------------------------------------------- /m4/ax_check_class.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_check_class.m4 -------------------------------------------------------------------------------- /m4/ax_check_classpath.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_check_classpath.m4 -------------------------------------------------------------------------------- /m4/ax_check_compile_flag.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_check_compile_flag.m4 -------------------------------------------------------------------------------- /m4/ax_check_rqrd_class.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_check_rqrd_class.m4 -------------------------------------------------------------------------------- /m4/ax_compare_version.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_compare_version.m4 -------------------------------------------------------------------------------- /m4/ax_cxx_compile_stdcxx.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_cxx_compile_stdcxx.m4 -------------------------------------------------------------------------------- /m4/ax_jni_include_dir.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_jni_include_dir.m4 -------------------------------------------------------------------------------- /m4/ax_prog_jar.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_prog_jar.m4 -------------------------------------------------------------------------------- /m4/ax_prog_java.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_prog_java.m4 -------------------------------------------------------------------------------- /m4/ax_prog_java_works.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_prog_java_works.m4 -------------------------------------------------------------------------------- /m4/ax_prog_javac.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_prog_javac.m4 -------------------------------------------------------------------------------- /m4/ax_prog_javac_works.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_prog_javac_works.m4 -------------------------------------------------------------------------------- /m4/ax_prog_javah.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_prog_javah.m4 -------------------------------------------------------------------------------- /m4/ax_pthread.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_pthread.m4 -------------------------------------------------------------------------------- /m4/ax_require_defined.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_require_defined.m4 -------------------------------------------------------------------------------- /m4/ax_sys_weak_alias.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_sys_weak_alias.m4 -------------------------------------------------------------------------------- /m4/ax_try_compile_java.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_try_compile_java.m4 -------------------------------------------------------------------------------- /m4/ax_try_run_java.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/m4/ax_try_run_java.m4 -------------------------------------------------------------------------------- /src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/Makefile.am -------------------------------------------------------------------------------- /src/common/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/Makefile.am -------------------------------------------------------------------------------- /src/common/align.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/align.h -------------------------------------------------------------------------------- /src/common/bitfield.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/bitfield.h -------------------------------------------------------------------------------- /src/common/bitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/bitmap.h -------------------------------------------------------------------------------- /src/common/clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/clock.h -------------------------------------------------------------------------------- /src/common/compat/dlfcn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/compat/dlfcn.h -------------------------------------------------------------------------------- /src/common/compat/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/compat/errno.h -------------------------------------------------------------------------------- /src/common/compat/mmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/compat/mmap.h -------------------------------------------------------------------------------- /src/common/compat/pthread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/compat/pthread.h -------------------------------------------------------------------------------- /src/common/compat/tid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/compat/tid.h -------------------------------------------------------------------------------- /src/common/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/core.c -------------------------------------------------------------------------------- /src/common/counter-clients/clients.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter-clients/clients.c -------------------------------------------------------------------------------- /src/common/counter-clients/clients.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter-clients/clients.h -------------------------------------------------------------------------------- /src/common/counter-clients/percpu-32-modular.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter-clients/percpu-32-modular.c -------------------------------------------------------------------------------- /src/common/counter-clients/percpu-64-modular.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter-clients/percpu-64-modular.c -------------------------------------------------------------------------------- /src/common/counter/counter-api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter/counter-api.h -------------------------------------------------------------------------------- /src/common/counter/counter-config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter/counter-config.h -------------------------------------------------------------------------------- /src/common/counter/counter-internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter/counter-internal.h -------------------------------------------------------------------------------- /src/common/counter/counter-types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter/counter-types.h -------------------------------------------------------------------------------- /src/common/counter/counter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter/counter.c -------------------------------------------------------------------------------- /src/common/counter/counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter/counter.h -------------------------------------------------------------------------------- /src/common/counter/shm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter/shm.c -------------------------------------------------------------------------------- /src/common/counter/shm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter/shm.h -------------------------------------------------------------------------------- /src/common/counter/shm_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter/shm_internal.h -------------------------------------------------------------------------------- /src/common/counter/shm_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/counter/shm_types.h -------------------------------------------------------------------------------- /src/common/creds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/creds.h -------------------------------------------------------------------------------- /src/common/dynamic-type.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/dynamic-type.c -------------------------------------------------------------------------------- /src/common/dynamic-type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/dynamic-type.h -------------------------------------------------------------------------------- /src/common/elf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/elf.c -------------------------------------------------------------------------------- /src/common/elf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/elf.h -------------------------------------------------------------------------------- /src/common/err-ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/err-ptr.h -------------------------------------------------------------------------------- /src/common/events.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/events.c -------------------------------------------------------------------------------- /src/common/events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/events.h -------------------------------------------------------------------------------- /src/common/getcpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/getcpu.h -------------------------------------------------------------------------------- /src/common/getenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/getenv.c -------------------------------------------------------------------------------- /src/common/getenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/getenv.h -------------------------------------------------------------------------------- /src/common/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/hash.h -------------------------------------------------------------------------------- /src/common/jhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/jhash.h -------------------------------------------------------------------------------- /src/common/logging.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/logging.c -------------------------------------------------------------------------------- /src/common/logging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/logging.h -------------------------------------------------------------------------------- /src/common/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/macros.h -------------------------------------------------------------------------------- /src/common/msgpack/msgpack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/msgpack/msgpack.c -------------------------------------------------------------------------------- /src/common/msgpack/msgpack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/msgpack/msgpack.h -------------------------------------------------------------------------------- /src/common/ns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ns.h -------------------------------------------------------------------------------- /src/common/patient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/patient.c -------------------------------------------------------------------------------- /src/common/patient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/patient.h -------------------------------------------------------------------------------- /src/common/populate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/populate.c -------------------------------------------------------------------------------- /src/common/populate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/populate.h -------------------------------------------------------------------------------- /src/common/procname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/procname.h -------------------------------------------------------------------------------- /src/common/ringbuffer-clients/clients.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer-clients/clients.c -------------------------------------------------------------------------------- /src/common/ringbuffer-clients/clients.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer-clients/clients.h -------------------------------------------------------------------------------- /src/common/ringbuffer-clients/discard-channel-rt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer-clients/discard-channel-rt.c -------------------------------------------------------------------------------- /src/common/ringbuffer-clients/discard-channel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer-clients/discard-channel.c -------------------------------------------------------------------------------- /src/common/ringbuffer-clients/discard-rt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer-clients/discard-rt.c -------------------------------------------------------------------------------- /src/common/ringbuffer-clients/discard.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer-clients/discard.c -------------------------------------------------------------------------------- /src/common/ringbuffer-clients/metadata-template.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer-clients/metadata-template.h -------------------------------------------------------------------------------- /src/common/ringbuffer-clients/metadata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer-clients/metadata.c -------------------------------------------------------------------------------- /src/common/ringbuffer-clients/overwrite-channel-rt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer-clients/overwrite-channel-rt.c -------------------------------------------------------------------------------- /src/common/ringbuffer-clients/overwrite-channel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer-clients/overwrite-channel.c -------------------------------------------------------------------------------- /src/common/ringbuffer-clients/overwrite-rt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer-clients/overwrite-rt.c -------------------------------------------------------------------------------- /src/common/ringbuffer-clients/overwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer-clients/overwrite.c -------------------------------------------------------------------------------- /src/common/ringbuffer-clients/template.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer-clients/template.h -------------------------------------------------------------------------------- /src/common/ringbuffer/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/api.h -------------------------------------------------------------------------------- /src/common/ringbuffer/backend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/backend.h -------------------------------------------------------------------------------- /src/common/ringbuffer/backend_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/backend_internal.h -------------------------------------------------------------------------------- /src/common/ringbuffer/backend_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/backend_types.h -------------------------------------------------------------------------------- /src/common/ringbuffer/frontend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/frontend.h -------------------------------------------------------------------------------- /src/common/ringbuffer/frontend_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/frontend_api.h -------------------------------------------------------------------------------- /src/common/ringbuffer/frontend_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/frontend_internal.h -------------------------------------------------------------------------------- /src/common/ringbuffer/frontend_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/frontend_types.h -------------------------------------------------------------------------------- /src/common/ringbuffer/nohz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/nohz.h -------------------------------------------------------------------------------- /src/common/ringbuffer/rb-init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/rb-init.h -------------------------------------------------------------------------------- /src/common/ringbuffer/ring_buffer_backend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/ring_buffer_backend.c -------------------------------------------------------------------------------- /src/common/ringbuffer/ring_buffer_frontend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/ring_buffer_frontend.c -------------------------------------------------------------------------------- /src/common/ringbuffer/ringbuffer-config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/ringbuffer-config.h -------------------------------------------------------------------------------- /src/common/ringbuffer/shm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/shm.c -------------------------------------------------------------------------------- /src/common/ringbuffer/shm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/shm.h -------------------------------------------------------------------------------- /src/common/ringbuffer/shm_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/shm_internal.h -------------------------------------------------------------------------------- /src/common/ringbuffer/shm_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/shm_types.h -------------------------------------------------------------------------------- /src/common/ringbuffer/vatomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ringbuffer/vatomic.h -------------------------------------------------------------------------------- /src/common/safe-snprintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/safe-snprintf.h -------------------------------------------------------------------------------- /src/common/smp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/smp.c -------------------------------------------------------------------------------- /src/common/smp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/smp.h -------------------------------------------------------------------------------- /src/common/snprintf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/snprintf/README.md -------------------------------------------------------------------------------- /src/common/snprintf/fflush.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/snprintf/fflush.c -------------------------------------------------------------------------------- /src/common/snprintf/fileext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/snprintf/fileext.h -------------------------------------------------------------------------------- /src/common/snprintf/floatio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/snprintf/floatio.h -------------------------------------------------------------------------------- /src/common/snprintf/fvwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/snprintf/fvwrite.c -------------------------------------------------------------------------------- /src/common/snprintf/fvwrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/snprintf/fvwrite.h -------------------------------------------------------------------------------- /src/common/snprintf/local.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/snprintf/local.h -------------------------------------------------------------------------------- /src/common/snprintf/mbrtowc_sb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/snprintf/mbrtowc_sb.c -------------------------------------------------------------------------------- /src/common/snprintf/snprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/snprintf/snprintf.c -------------------------------------------------------------------------------- /src/common/snprintf/various.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/snprintf/various.h -------------------------------------------------------------------------------- /src/common/snprintf/vfprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/snprintf/vfprintf.c -------------------------------------------------------------------------------- /src/common/snprintf/wcio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/snprintf/wcio.h -------------------------------------------------------------------------------- /src/common/snprintf/wsetup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/snprintf/wsetup.c -------------------------------------------------------------------------------- /src/common/strutils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/strutils.c -------------------------------------------------------------------------------- /src/common/strutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/strutils.h -------------------------------------------------------------------------------- /src/common/testpoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/testpoint.h -------------------------------------------------------------------------------- /src/common/tracepoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/tracepoint.h -------------------------------------------------------------------------------- /src/common/tracer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/tracer.h -------------------------------------------------------------------------------- /src/common/ust-context-provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ust-context-provider.h -------------------------------------------------------------------------------- /src/common/ustcomm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ustcomm.c -------------------------------------------------------------------------------- /src/common/ustcomm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/ustcomm.h -------------------------------------------------------------------------------- /src/common/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/utils.c -------------------------------------------------------------------------------- /src/common/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/utils.h -------------------------------------------------------------------------------- /src/common/wait.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/common/wait.h -------------------------------------------------------------------------------- /src/lib/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-common/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-common/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-common/clock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-common/clock.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-common/clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-common/clock.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-common/fd-tracker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-common/fd-tracker.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-common/fd-tracker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-common/fd-tracker.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-common/getcpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-common/getcpu.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-common/getcpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-common/getcpu.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-common/lttng-ust-urcu-pointer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-common/lttng-ust-urcu-pointer.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-common/lttng-ust-urcu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-common/lttng-ust-urcu.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-common/ust-cancelstate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-common/ust-cancelstate.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-common/ust-common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-common/ust-common.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-ctl.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-ctl.pc.in -------------------------------------------------------------------------------- /src/lib/lttng-ust-ctl/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-ctl/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-ctl/ustctl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-ctl/ustctl.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-cyg-profile/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-cyg-profile/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile-fast.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-cyg-profile/lttng-ust-cyg-profile.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-cyg-profile/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-cyg-profile/run -------------------------------------------------------------------------------- /src/lib/lttng-ust-cyg-profile/run-fast: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-cyg-profile/run-fast -------------------------------------------------------------------------------- /src/lib/lttng-ust-dl/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-dl/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-dl/lttng-ust-dl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-dl/lttng-ust-dl.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-dl/ust_dl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-dl/ust_dl.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-dl/ust_dl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-dl/ust_dl.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-fd/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-fd/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-fd/lttng-ust-fd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-fd/lttng-ust-fd.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-fork/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-fork/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-fork/ustfork.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-fork/ustfork.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-all/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-all/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-all/Manifest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-all/Manifest.txt -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-all/Manifest.txt.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2014 EfficiOS, Inc 2 | SPDX-License-Identifier: LGPL-2.1-only 3 | -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/Manifest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/Manifest.txt -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/Manifest.txt.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2014 EfficiOS, Inc 2 | SPDX-License-Identifier: LGPL-2.1-only 3 | -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/AbstractLttngAgent.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/AbstractLttngAgent.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/EventNamePattern.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/EventNamePattern.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/ILttngAgent.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/ILttngAgent.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/ILttngHandler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/ILttngHandler.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/LTTngAgent.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/LTTngAgent.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/ILttngTcpClientListener.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/ILttngTcpClientListener.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/LttngAgentResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/LttngAgentResponse.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/LttngTcpSessiondClient.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/LttngTcpSessiondClient.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondCommand.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondCommand.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondCommandHeader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondCommandHeader.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondDisableAppContextCommand.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondDisableAppContextCommand.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondDisableEventCommand.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondDisableEventCommand.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondEnableAppContextCommand.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondEnableAppContextCommand.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondEnableEventCommand.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondEnableEventCommand.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondListLoggersCommand.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/SessiondListLoggersCommand.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/ContextInfoManager.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/ContextInfoManager.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/ContextInfoSerializer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/ContextInfoSerializer.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/IContextInfoRetriever.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/IContextInfoRetriever.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/LttngContextApi.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/context/LttngContextApi.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/filter/FilterChangeNotifier.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/filter/FilterChangeNotifier.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/filter/IFilterChangeListener.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/filter/IFilterChangeListener.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/session/EventRule.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/session/EventRule.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/session/LogLevelSelector.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/session/LogLevelSelector.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/utils/LttngUstAgentLogger.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/utils/LttngUstAgentLogger.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/Manifest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/Manifest.txt -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/Manifest.txt.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2014 EfficiOS, Inc 2 | SPDX-License-Identifier: LGPL-2.1-only 3 | -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/org/lttng/ust/agent/jul/LttngJulAgent.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/org/lttng/ust/agent/jul/LttngJulAgent.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/org/lttng/ust/agent/jul/LttngJulApi.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/org/lttng/ust/agent/jul/LttngJulApi.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/org/lttng/ust/agent/jul/LttngLogHandler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-jul/org/lttng/ust/agent/jul/LttngLogHandler.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/Manifest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/Manifest.txt -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/Manifest.txt.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2014 EfficiOS, Inc 2 | SPDX-License-Identifier: LGPL-2.1-only 3 | -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/org/lttng/ust/agent/log4j/LttngLog4jAgent.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/org/lttng/ust/agent/log4j/LttngLog4jAgent.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/org/lttng/ust/agent/log4j/LttngLog4jApi.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/org/lttng/ust/agent/log4j/LttngLog4jApi.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/org/lttng/ust/agent/log4j/LttngLogAppender.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j/org/lttng/ust/agent/log4j/LttngLogAppender.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/Manifest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/Manifest.txt -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/Manifest.txt.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2014 EfficiOS, Inc 2 | SPDX-License-Identifier: LGPL-2.1-only 3 | -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/org/lttng/ust/agent/log4j2/LttngLog4j2Agent.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/org/lttng/ust/agent/log4j2/LttngLog4j2Agent.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/org/lttng/ust/agent/log4j2/LttngLog4j2Api.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/org/lttng/ust/agent/log4j2/LttngLog4j2Api.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/org/lttng/ust/agent/log4j2/LttngLogAppender.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/java/lttng-ust-agent-log4j2/org/lttng/ust/agent/log4j2/LttngLogAppender.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/common/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/common/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/common/lttng_ust_context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/common/lttng_ust_context.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/common/lttng_ust_context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/common/lttng_ust_context.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/jul/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/jul/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/jul/lttng_ust_jul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/jul/lttng_ust_jul.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/jul/lttng_ust_jul.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/jul/lttng_ust_jul.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/log4j/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/log4j/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/log4j/lttng_ust_log4j.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/log4j/lttng_ust_log4j.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/log4j/lttng_ust_log4j2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/log4j/lttng_ust_log4j2.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/log4j/lttng_ust_log4j2_tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/log4j/lttng_ust_log4j2_tp.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/log4j/lttng_ust_log4j2_tp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/log4j/lttng_ust_log4j2_tp.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/log4j/lttng_ust_log4j_tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/log4j/lttng_ust_log4j_tp.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-java-agent/jni/log4j/lttng_ust_log4j_tp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java-agent/jni/log4j/lttng_ust_log4j_tp.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-java/LTTngUst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java/LTTngUst.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-java/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-java/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java/README.md -------------------------------------------------------------------------------- /src/lib/lttng-ust-java/lttng_ust_java.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java/lttng_ust_java.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-java/org/lttng/ust/LTTngUst.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-java/org/lttng/ust/LTTngUst.java -------------------------------------------------------------------------------- /src/lib/lttng-ust-libc-wrapper/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-libc-wrapper/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-libc-wrapper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-libc-wrapper/README.md -------------------------------------------------------------------------------- /src/lib/lttng-ust-libc-wrapper/lttng-ust-malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-libc-wrapper/lttng-ust-malloc.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-libc-wrapper/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-libc-wrapper/run -------------------------------------------------------------------------------- /src/lib/lttng-ust-libc-wrapper/ust_libc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-libc-wrapper/ust_libc.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-pthread-wrapper/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-pthread-wrapper/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-pthread-wrapper/lttng-ust-pthread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-pthread-wrapper/lttng-ust-pthread.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-pthread-wrapper/ust_pthread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-pthread-wrapper/ust_pthread.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-python-agent/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-python-agent/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-python-agent/lttng_ust_python.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-python-agent/lttng_ust_python.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-python-agent/lttng_ust_python.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-python-agent/lttng_ust_python.h -------------------------------------------------------------------------------- /src/lib/lttng-ust-tracepoint/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-tracepoint/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust-tracepoint/tracepoint-weak-test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-tracepoint/tracepoint-weak-test.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-tracepoint/tracepoint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-tracepoint/tracepoint.c -------------------------------------------------------------------------------- /src/lib/lttng-ust-tracepoint/tracepoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust-tracepoint/tracepoint.h -------------------------------------------------------------------------------- /src/lib/lttng-ust.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust.pc.in -------------------------------------------------------------------------------- /src/lib/lttng-ust/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/Makefile.am -------------------------------------------------------------------------------- /src/lib/lttng-ust/bytecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/bytecode.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/context-internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/context-internal.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/context-provider-internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/context-provider-internal.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/event-notifier-notification.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/event-notifier-notification.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/events.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/futex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/futex.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/futex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/futex.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-bytecode-interpreter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-bytecode-interpreter.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-bytecode-specialize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-bytecode-specialize.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-bytecode-validator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-bytecode-validator.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-bytecode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-bytecode.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-bytecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-bytecode.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-cgroup-ns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-cgroup-ns.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-cpu-id.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-cpu-id.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-ip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-ip.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-ipc-ns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-ipc-ns.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-mnt-ns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-mnt-ns.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-net-ns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-net-ns.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-perf-counters.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-perf-counters.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-pid-ns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-pid-ns.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-procname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-procname.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-provider.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-provider.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-pthread-id.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-pthread-id.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-time-ns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-time-ns.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-user-ns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-user-ns.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-uts-ns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-uts-ns.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-vegid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-vegid.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-veuid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-veuid.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-vgid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-vgid.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-vpid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-vpid.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-vsgid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-vsgid.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-vsuid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-vsuid.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-vtid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-vtid.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context-vuid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context-vuid.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-context.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-events.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-events.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-probes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-probes.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-tracer-core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-tracer-core.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-ust-abi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-ust-abi.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-ust-comm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-ust-comm.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-ust-statedump-provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-ust-statedump-provider.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-ust-statedump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-ust-statedump.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-ust-statedump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-ust-statedump.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-ust-tracef-provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-ust-tracef-provider.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/lttng-ust-tracelog-provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/lttng-ust-tracelog-provider.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/perf_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/perf_event.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/rculfhash-internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/rculfhash-internal.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/rculfhash-mm-chunk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/rculfhash-mm-chunk.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/rculfhash-mm-mmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/rculfhash-mm-mmap.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/rculfhash-mm-order.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/rculfhash-mm-order.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/rculfhash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/rculfhash.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/rculfhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/rculfhash.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/strerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/strerror.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/tracef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/tracef.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/tracelog-internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/tracelog-internal.h -------------------------------------------------------------------------------- /src/lib/lttng-ust/tracelog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/tracelog.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/ust_lib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/ust_lib.c -------------------------------------------------------------------------------- /src/lib/lttng-ust/ust_lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/lib/lttng-ust/ust_lib.h -------------------------------------------------------------------------------- /src/python-lttngust/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/python-lttngust/Makefile.am -------------------------------------------------------------------------------- /src/python-lttngust/lttngust/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/python-lttngust/lttngust/__init__.py -------------------------------------------------------------------------------- /src/python-lttngust/lttngust/agent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/python-lttngust/lttngust/agent.py -------------------------------------------------------------------------------- /src/python-lttngust/lttngust/cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/python-lttngust/lttngust/cmd.py -------------------------------------------------------------------------------- /src/python-lttngust/lttngust/compat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/python-lttngust/lttngust/compat.py -------------------------------------------------------------------------------- /src/python-lttngust/lttngust/debug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/python-lttngust/lttngust/debug.py -------------------------------------------------------------------------------- /src/python-lttngust/lttngust/loghandler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/python-lttngust/lttngust/loghandler.py -------------------------------------------------------------------------------- /src/python-lttngust/lttngust/version.py.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/python-lttngust/lttngust/version.py.in -------------------------------------------------------------------------------- /src/python-lttngust/setup.py.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/src/python-lttngust/setup.py.in -------------------------------------------------------------------------------- /tests/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/Makefile.am -------------------------------------------------------------------------------- /tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/README.md -------------------------------------------------------------------------------- /tests/benchmark/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/benchmark/Makefile.am -------------------------------------------------------------------------------- /tests/benchmark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/benchmark/README.md -------------------------------------------------------------------------------- /tests/benchmark/bench.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/benchmark/bench.c -------------------------------------------------------------------------------- /tests/benchmark/ptime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/benchmark/ptime -------------------------------------------------------------------------------- /tests/benchmark/test_benchmark: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/benchmark/test_benchmark -------------------------------------------------------------------------------- /tests/benchmark/tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/benchmark/tp.c -------------------------------------------------------------------------------- /tests/benchmark/ust_tests_benchmark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/benchmark/ust_tests_benchmark.h -------------------------------------------------------------------------------- /tests/compile/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api0/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api0/ctf-types/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/ctf-types/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api0/ctf-types/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/ctf-types/README.md -------------------------------------------------------------------------------- /tests/compile/api0/ctf-types/ctf-types.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/ctf-types/ctf-types.c -------------------------------------------------------------------------------- /tests/compile/api0/ctf-types/tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/ctf-types/tp.c -------------------------------------------------------------------------------- /tests/compile/api0/ctf-types/ust_tests_ctf_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/ctf-types/ust_tests_ctf_types.h -------------------------------------------------------------------------------- /tests/compile/api0/hello-many/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello-many/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api0/hello-many/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello-many/README.md -------------------------------------------------------------------------------- /tests/compile/api0/hello-many/hello-many.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello-many/hello-many.c -------------------------------------------------------------------------------- /tests/compile/api0/hello-many/tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello-many/tp.c -------------------------------------------------------------------------------- /tests/compile/api0/hello-many/ust_tests_hello_many.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello-many/ust_tests_hello_many.h -------------------------------------------------------------------------------- /tests/compile/api0/hello.cxx/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello.cxx/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api0/hello.cxx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello.cxx/README.md -------------------------------------------------------------------------------- /tests/compile/api0/hello.cxx/hello.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello.cxx/hello.cpp -------------------------------------------------------------------------------- /tests/compile/api0/hello.cxx/tp-cpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello.cxx/tp-cpp.cpp -------------------------------------------------------------------------------- /tests/compile/api0/hello.cxx/ust_tests_hello.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello.cxx/ust_tests_hello.h -------------------------------------------------------------------------------- /tests/compile/api0/hello/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api0/hello/Makefile.example.bsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello/Makefile.example.bsd -------------------------------------------------------------------------------- /tests/compile/api0/hello/Makefile.example.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello/Makefile.example.linux -------------------------------------------------------------------------------- /tests/compile/api0/hello/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello/README.md -------------------------------------------------------------------------------- /tests/compile/api0/hello/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello/hello.c -------------------------------------------------------------------------------- /tests/compile/api0/hello/tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello/tp.c -------------------------------------------------------------------------------- /tests/compile/api0/hello/ust_tests_hello.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/hello/ust_tests_hello.h -------------------------------------------------------------------------------- /tests/compile/api0/same_line_tracepoint/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/same_line_tracepoint/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api0/same_line_tracepoint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/same_line_tracepoint/README.md -------------------------------------------------------------------------------- /tests/compile/api0/same_line_tracepoint/same_line_tracepoint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/same_line_tracepoint/same_line_tracepoint.c -------------------------------------------------------------------------------- /tests/compile/api0/same_line_tracepoint/ust_tests_sameline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api0/same_line_tracepoint/ust_tests_sameline.h -------------------------------------------------------------------------------- /tests/compile/api1/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api1/hello-many/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello-many/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api1/hello-many/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello-many/README.md -------------------------------------------------------------------------------- /tests/compile/api1/hello-many/hello-many.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello-many/hello-many.c -------------------------------------------------------------------------------- /tests/compile/api1/hello-many/tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello-many/tp.c -------------------------------------------------------------------------------- /tests/compile/api1/hello-many/ust_tests_hello_many.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello-many/ust_tests_hello_many.h -------------------------------------------------------------------------------- /tests/compile/api1/hello.cxx/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello.cxx/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api1/hello.cxx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello.cxx/README.md -------------------------------------------------------------------------------- /tests/compile/api1/hello.cxx/hello.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello.cxx/hello.cpp -------------------------------------------------------------------------------- /tests/compile/api1/hello.cxx/tp-cpp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello.cxx/tp-cpp.cpp -------------------------------------------------------------------------------- /tests/compile/api1/hello.cxx/ust_tests_hello.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello.cxx/ust_tests_hello.h -------------------------------------------------------------------------------- /tests/compile/api1/hello/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api1/hello/Makefile.example.bsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello/Makefile.example.bsd -------------------------------------------------------------------------------- /tests/compile/api1/hello/Makefile.example.linux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello/Makefile.example.linux -------------------------------------------------------------------------------- /tests/compile/api1/hello/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello/README.md -------------------------------------------------------------------------------- /tests/compile/api1/hello/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello/hello.c -------------------------------------------------------------------------------- /tests/compile/api1/hello/tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello/tp.c -------------------------------------------------------------------------------- /tests/compile/api1/hello/ust_tests_hello.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/hello/ust_tests_hello.h -------------------------------------------------------------------------------- /tests/compile/api1/same_line_tracepoint/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/same_line_tracepoint/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api1/same_line_tracepoint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/same_line_tracepoint/README.md -------------------------------------------------------------------------------- /tests/compile/api1/same_line_tracepoint/same_line_tracepoint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/same_line_tracepoint/same_line_tracepoint.c -------------------------------------------------------------------------------- /tests/compile/api1/same_line_tracepoint/ust_tests_sameline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/same_line_tracepoint/ust_tests_sameline.h -------------------------------------------------------------------------------- /tests/compile/api1/test-app-ctx/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/test-app-ctx/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api1/test-app-ctx/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/test-app-ctx/hello.c -------------------------------------------------------------------------------- /tests/compile/api1/test-app-ctx/tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/test-app-ctx/tp.c -------------------------------------------------------------------------------- /tests/compile/api1/test-app-ctx/ust_tests_hello.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/test-app-ctx/ust_tests_hello.h -------------------------------------------------------------------------------- /tests/compile/api1/ust-fields/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/ust-fields/Makefile.am -------------------------------------------------------------------------------- /tests/compile/api1/ust-fields/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/ust-fields/README.md -------------------------------------------------------------------------------- /tests/compile/api1/ust-fields/tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/ust-fields/tp.c -------------------------------------------------------------------------------- /tests/compile/api1/ust-fields/ust-fields.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/ust-fields/ust-fields.c -------------------------------------------------------------------------------- /tests/compile/api1/ust-fields/ust_tests_ust_fields.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/compile/api1/ust-fields/ust_tests_ust_fields.h -------------------------------------------------------------------------------- /tests/regression/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/Makefile.am -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/Makefile.am -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/app_noust.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/app_noust.c -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/app_noust_dlopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/app_noust_dlopen.c -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/app_ust.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/app_ust.c -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/app_ust_dlopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/app_ust_dlopen.c -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/fake-ust.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/fake-ust.c -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/fake-ust.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/fake-ust.h -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/libone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/libone.c -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/libone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/libone.h -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/libzero.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/libzero.c -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/libzero.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/libzero.h -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/test_abi0_conflict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/test_abi0_conflict -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/tp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/tp.c -------------------------------------------------------------------------------- /tests/regression/abi0-conflict/ust_tests_hello.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/regression/abi0-conflict/ust_tests_hello.h -------------------------------------------------------------------------------- /tests/unit/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/Makefile.am -------------------------------------------------------------------------------- /tests/unit/gcc-weak-hidden/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/gcc-weak-hidden/Makefile.am -------------------------------------------------------------------------------- /tests/unit/gcc-weak-hidden/b.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/gcc-weak-hidden/b.c -------------------------------------------------------------------------------- /tests/unit/gcc-weak-hidden/b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/gcc-weak-hidden/b.h -------------------------------------------------------------------------------- /tests/unit/gcc-weak-hidden/libgcc-wh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/gcc-weak-hidden/libgcc-wh.h -------------------------------------------------------------------------------- /tests/unit/gcc-weak-hidden/libgcc-wh1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/gcc-weak-hidden/libgcc-wh1.c -------------------------------------------------------------------------------- /tests/unit/gcc-weak-hidden/libgcc-wh2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/gcc-weak-hidden/libgcc-wh2.c -------------------------------------------------------------------------------- /tests/unit/gcc-weak-hidden/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/gcc-weak-hidden/main.c -------------------------------------------------------------------------------- /tests/unit/libcommon/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/libcommon/Makefile.am -------------------------------------------------------------------------------- /tests/unit/libcommon/get_cpu_mask_from_sysfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/libcommon/get_cpu_mask_from_sysfs.c -------------------------------------------------------------------------------- /tests/unit/libcommon/get_max_cpuid_from_sysfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/libcommon/get_max_cpuid_from_sysfs.c -------------------------------------------------------------------------------- /tests/unit/libcommon/test_get_cpu_mask_from_sysfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/libcommon/test_get_cpu_mask_from_sysfs -------------------------------------------------------------------------------- /tests/unit/libcommon/test_get_max_cpuid_from_mask.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/libcommon/test_get_max_cpuid_from_mask.c -------------------------------------------------------------------------------- /tests/unit/libcommon/test_get_max_cpuid_from_sysfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/libcommon/test_get_max_cpuid_from_sysfs -------------------------------------------------------------------------------- /tests/unit/libcommon/test_get_possible_cpus_array_len.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/libcommon/test_get_possible_cpus_array_len.c -------------------------------------------------------------------------------- /tests/unit/libmsgpack/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/libmsgpack/Makefile.am -------------------------------------------------------------------------------- /tests/unit/libmsgpack/test_msgpack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/libmsgpack/test_msgpack.c -------------------------------------------------------------------------------- /tests/unit/libringbuffer/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/libringbuffer/Makefile.am -------------------------------------------------------------------------------- /tests/unit/libringbuffer/shm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/libringbuffer/shm.c -------------------------------------------------------------------------------- /tests/unit/pthread_name/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/pthread_name/Makefile.am -------------------------------------------------------------------------------- /tests/unit/pthread_name/pthread_name.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/pthread_name/pthread_name.c -------------------------------------------------------------------------------- /tests/unit/snprintf/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/snprintf/Makefile.am -------------------------------------------------------------------------------- /tests/unit/snprintf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/snprintf/README.md -------------------------------------------------------------------------------- /tests/unit/snprintf/snprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/snprintf/snprintf.c -------------------------------------------------------------------------------- /tests/unit/ust-elf/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/Makefile.am -------------------------------------------------------------------------------- /tests/unit/ust-elf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/README.md -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/aarch64_be/main.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/aarch64_be/main.elf -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/aarch64_be/main.elf.debug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/aarch64_be/main.elf.debug -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/armeb/main.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/armeb/main.elf -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/armeb/main.elf.debug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/armeb/main.elf.debug -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/main.c -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/pic/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/pic/hello.c -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/pic/hello.exec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/pic/hello.exec -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/pic/hello.pic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/pic/hello.pic -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/pic/hello.pie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/pic/hello.pie -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/pic/libhello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/pic/libhello.c -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/x86/main.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/x86/main.elf -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/x86/main.elf.debug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/x86/main.elf.debug -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/x86_64/main.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/x86_64/main.elf -------------------------------------------------------------------------------- /tests/unit/ust-elf/data/x86_64/main.elf.debug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/data/x86_64/main.elf.debug -------------------------------------------------------------------------------- /tests/unit/ust-elf/test_ust_elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/test_ust_elf -------------------------------------------------------------------------------- /tests/unit/ust-elf/ust-elf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-elf/ust-elf.c -------------------------------------------------------------------------------- /tests/unit/ust-error/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-error/Makefile.am -------------------------------------------------------------------------------- /tests/unit/ust-error/ust-error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-error/ust-error.c -------------------------------------------------------------------------------- /tests/unit/ust-utils/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-utils/Makefile.am -------------------------------------------------------------------------------- /tests/unit/ust-utils/ust-utils-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-utils/ust-utils-common.h -------------------------------------------------------------------------------- /tests/unit/ust-utils/ust-utils-cxx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-utils/ust-utils-cxx.cpp -------------------------------------------------------------------------------- /tests/unit/ust-utils/ust-utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/unit/ust-utils/ust-utils.c -------------------------------------------------------------------------------- /tests/utils/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/utils/Makefile.am -------------------------------------------------------------------------------- /tests/utils/tap-driver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/utils/tap-driver.sh -------------------------------------------------------------------------------- /tests/utils/tap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/utils/tap.c -------------------------------------------------------------------------------- /tests/utils/tap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/utils/tap.h -------------------------------------------------------------------------------- /tests/utils/tap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/utils/tap.sh -------------------------------------------------------------------------------- /tests/utils/utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tests/utils/utils.sh -------------------------------------------------------------------------------- /tools/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tools/Makefile.am -------------------------------------------------------------------------------- /tools/lttng-gen-tp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lttng/lttng-ust/HEAD/tools/lttng-gen-tp --------------------------------------------------------------------------------