Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 27, 2019 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/7f5e1f6f2a8d2689e210a2a0a0d8faa2 to your computer and use it in GitHub Desktop.
Save ryantm/7f5e1f6f2a8d2689e210a2a0a0d8faa2 to your computer and use it in GitHub Desktop.
/nix/store/6r00n2c3xd8y25scg3bilkw2cjqsx4v0-lttng-ust-2.10.5
├── bin
│   └── lttng-gen-tp
├── include
│   └── lttng
│   ├── align.h
│   ├── bug.h
│   ├── lttng-ust-tracef.h
│   ├── lttng-ust-tracelog.h
│   ├── ringbuffer-abi.h
│   ├── ringbuffer-config.h
│   ├── tracef.h
│   ├── tracelog.h
│   ├── tracepoint-event.h
│   ├── tracepoint.h
│   ├── tracepoint-rcu.h
│   ├── tracepoint-types.h
│   ├── ust-abi.h
│   ├── ust-clock.h
│   ├── ust-compiler.h
│   ├── ust-config.h
│   ├── ust-ctl.h
│   ├── ust-elf.h
│   ├── ust-endian.h
│   ├── ust-error.h
│   ├── ust-events.h
│   ├── ust-getcpu.h
│   ├── ust.h
│   ├── ust-tracepoint-event.h
│   ├── ust-tracepoint-event-nowrite.h
│   ├── ust-tracepoint-event-reset.h
│   ├── ust-tracepoint-event-write.h
│   ├── ust-tracer.h
│   └── ust-version.h
├── lib
│   ├── liblttng-ust-ctl.la
│   ├── liblttng-ust-ctl.so -> liblttng-ust-ctl.so.4.0.0
│   ├── liblttng-ust-ctl.so.4 -> liblttng-ust-ctl.so.4.0.0
│   ├── liblttng-ust-ctl.so.4.0.0
│   ├── liblttng-ust-cyg-profile-fast.la
│   ├── liblttng-ust-cyg-profile-fast.so -> liblttng-ust-cyg-profile-fast.so.0.0.0
│   ├── liblttng-ust-cyg-profile-fast.so.0 -> liblttng-ust-cyg-profile-fast.so.0.0.0
│   ├── liblttng-ust-cyg-profile-fast.so.0.0.0
│   ├── liblttng-ust-cyg-profile.la
│   ├── liblttng-ust-cyg-profile.so -> liblttng-ust-cyg-profile.so.0.0.0
│   ├── liblttng-ust-cyg-profile.so.0 -> liblttng-ust-cyg-profile.so.0.0.0
│   ├── liblttng-ust-cyg-profile.so.0.0.0
│   ├── liblttng-ust-dl.la
│   ├── liblttng-ust-dl.so -> liblttng-ust-dl.so.0.0.0
│   ├── liblttng-ust-dl.so.0 -> liblttng-ust-dl.so.0.0.0
│   ├── liblttng-ust-dl.so.0.0.0
│   ├── liblttng-ust-fd.la
│   ├── liblttng-ust-fd.so -> liblttng-ust-fd.so.0.0.0
│   ├── liblttng-ust-fd.so.0 -> liblttng-ust-fd.so.0.0.0
│   ├── liblttng-ust-fd.so.0.0.0
│   ├── liblttng-ust-fork.la
│   ├── liblttng-ust-fork.so -> liblttng-ust-fork.so.0.0.0
│   ├── liblttng-ust-fork.so.0 -> liblttng-ust-fork.so.0.0.0
│   ├── liblttng-ust-fork.so.0.0.0
│   ├── liblttng-ust.la
│   ├── liblttng-ust-libc-wrapper.la
│   ├── liblttng-ust-libc-wrapper.so -> liblttng-ust-libc-wrapper.so.0.0.0
│   ├── liblttng-ust-libc-wrapper.so.0 -> liblttng-ust-libc-wrapper.so.0.0.0
│   ├── liblttng-ust-libc-wrapper.so.0.0.0
│   ├── liblttng-ust-pthread-wrapper.la
│   ├── liblttng-ust-pthread-wrapper.so -> liblttng-ust-pthread-wrapper.so.0.0.0
│   ├── liblttng-ust-pthread-wrapper.so.0 -> liblttng-ust-pthread-wrapper.so.0.0.0
│   ├── liblttng-ust-pthread-wrapper.so.0.0.0
│   ├── liblttng-ust.so -> liblttng-ust.so.0.0.0
│   ├── liblttng-ust.so.0 -> liblttng-ust.so.0.0.0
│   ├── liblttng-ust.so.0.0.0
│   ├── liblttng-ust-tracepoint.la
│   ├── liblttng-ust-tracepoint.so -> liblttng-ust-tracepoint.so.0.0.0
│   ├── liblttng-ust-tracepoint.so.0 -> liblttng-ust-tracepoint.so.0.0.0
│   ├── liblttng-ust-tracepoint.so.0.0.0
│   └── pkgconfig
│   └── lttng-ust.pc
├── nix-support
│   └── propagated-build-inputs
└── share
├── doc
│   └── lttng-ust
│   ├── ChangeLog
│   ├── examples
│   │   ├── clock-override
│   │   │   ├── lttng-ust-clock-override-example.c
│   │   │   ├── Makefile
│   │   │   ├── README
│   │   │   └── run-clock-override
│   │   ├── cmake-multiple-shared-libraries
│   │   │   ├── aligner.cpp
│   │   │   ├── aligner-lib.cpp
│   │   │   ├── aligner-lib.h
│   │   │   ├── CMakeLists.txt
│   │   │   ├── FindLTTngUST.cmake
│   │   │   ├── README.md
│   │   │   ├── tester.cpp
│   │   │   ├── tester-lib.cpp
│   │   │   ├── tester-lib.h
│   │   │   ├── tracepoint-provider.cpp
│   │   │   ├── tracepoint-provider.h
│   │   │   └── trace.sh
│   │   ├── demo
│   │   │   ├── demo.c
│   │   │   ├── demo-trace
│   │   │   ├── Makefile
│   │   │   ├── README
│   │   │   ├── tp2.c
│   │   │   ├── tp3.c
│   │   │   ├── tp.c
│   │   │   ├── ust_tests_demo2.h
│   │   │   ├── ust_tests_demo3.h
│   │   │   └── ust_tests_demo.h
│   │   ├── demo-tracef
│   │   │   ├── demo-tracef.c
│   │   │   ├── Makefile
│   │   │   └── README
│   │   ├── demo-tracelog
│   │   │   ├── demo-tracelog.c
│   │   │   ├── Makefile
│   │   │   └── README
│   │   ├── easy-ust
│   │   │   ├── Makefile
│   │   │   ├── sample.c
│   │   │   ├── sample_component_provider.h
│   │   │   └── tp.c
│   │   ├── gen-tp
│   │   │   ├── Makefile
│   │   │   ├── sample.c
│   │   │   └── sample_tracepoint.tp
│   │   ├── getcpu-override
│   │   │   ├── lttng-ust-getcpu-override-example.c
│   │   │   ├── Makefile
│   │   │   ├── README
│   │   │   └── run-getcpu-override
│   │   ├── hello-static-lib
│   │   │   ├── hello.c
│   │   │   ├── Makefile
│   │   │   ├── README
│   │   │   ├── tp.c
│   │   │   └── ust_tests_hello.h
│   │   └── README
│   ├── java-agent.txt
│   └── README.md
└── man
├── man1
│   └── lttng-gen-tp.1.gz
└── man3
├── do_tracepoint.3.gz
├── lttng-ust.3.gz
├── lttng-ust-cyg-profile.3.gz
├── lttng-ust-dl.3.gz
├── tracef.3.gz
├── tracelog.3.gz
├── tracepoint.3.gz
└── tracepoint_enabled.3.gz
22 directories, 133 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment