Print the location of trace chunk produced at session destruction
[lttng-tools.git] / .gitignore
... / ...
CommitLineData
1*.o
2*.so
3*.swp
4*.o
5*.swo
6*.pyc
7Makefile
8.libs/
9.deps/
10*~
11*.la
12*.lo
13Makefile.in
14*.loT
15*.info
16*.bz2
17*.tar
18*.class
19*.trs
20*.log
21*.exe
22.dirstamp
23configure
24aclocal.m4
25autom4te.cache/
26config.h
27config.h.in
28config.log
29config.status
30stamp-h1
31libtool
32tags
33/config/
34
35.autotools
36.cproject
37.project
38.settings/
39
40# cscope, ctags and other IDE files
41cscope.*
42tags
43TAGS
44/.ccls-cache/
45.ccls-root
46/.clangd/
47compile_commands.json
48*_flymake*
49
50# m4 macros not automatically generated
51/m4/libtool.m4
52/m4/ltoptions.m4
53/m4/ltsugar.m4
54/m4/ltversion.m4
55/m4/lt~obsolete.m4
56
57/src/bin/lttng-sessiond/lttng-sessiond
58/src/bin/lttng/lttng
59/src/bin/lttng-consumerd/lttng-consumerd
60/src/bin/lttng-crash/lttng-crash
61/src/bin/lttng-relayd/lttng-relayd
62/src/lib/lttng-ctl/lttng-ctl.pc
63/src/lib/lttng-ctl/filter/filter-grammar-test
64/src/lib/lttng-ctl/filter/filter-lexer.c
65/src/lib/lttng-ctl/filter/filter-parser.c
66/src/lib/lttng-ctl/filter/filter-parser.h
67/src/lib/lttng-ctl/filter/filter-parser.output
68
69/extras/bindings/swig/python/lttng.i
70/extras/bindings/swig/python/lttng.py
71/extras/bindings/swig/python/lttng_wrap.c
72/extras/core-handler/crash
73
74.checkpatch.conf
75
76# Tests
77/tests/unit/test_kernel_data
78/tests/unit/test_session
79/tests/unit/test_uri
80/tests/unit/test_ust_data
81/tests/unit/test_utils_compat_poll
82/tests/unit/test_utils_parse_size_suffix
83/tests/unit/test_utils_parse_time_suffix
84/tests/unit/test_utils_expand_path
85/tests/unit/test_notification
86kernel_all_events_basic
87kernel_event_basic
88ust_global_event_wildcard
89ust_global_event_basic
90ust_global_all_events_basic
91gen-nevents
92gen-events-time
93gen-events
94gen-ust-events
95health_check
96/tests/regression/kernel/select_poll_epoll
97/tests/regression/tools/mi/extract_xml
98/tests/regression/tools/mi/validate_xml
99/tests/regression/tools/notification/base_client
100/tests/regression/tools/notification/notification
101/tests/regression/tools/rotation/schedule_api
102/tests/regression/tools/notification/rotation
103/tests/regression/ust/overlap/demo/demo
104/tests/regression/ust/linking/demo_builtin
105/tests/regression/ust/linking/demo_static
106/tests/regression/ust/linking/demo
107/tests/regression/ust/daemon/daemon
108/tests/regression/ust/exit-fast/exit-fast
109/tests/regression/ust/fork/fork
110/tests/regression/ust/fork/fork2
111/tests/regression/ust/libc-wrapper/prog
112/tests/regression/ust/python-logging/test_python_logging
113/tests/regression/ust/baddr-statedump/prog
114/tests/regression/ust/baddr-statedump/prog.debug
115/tests/regression/ust/baddr-statedump/prog.strip
116/tests/regression/ust/type-declarations/type-declarations
117/tests/regression/ust/ust-dl/prog
118/tests/regression/ust/ust-dl/libfoo.so.debug
119/tests/regression/ust/ust-dl/libbar.so.debug
120/tests/regression/ust/ust-dl/libzzz.so.debug
121/tests/regression/ust/ust-dl/test_ust-dl
122/tests/regression/ust/multi-lib/exec-with-callsites
123/tests/regression/ust/multi-lib/exec-without-callsites
124/tests/utils/testapp/gen-syscall-events-callstack/gen-syscall-events-callstack
125/tests/utils/testapp/gen-ust-events/gen-ust-events
126/tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str
127/tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
128/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef
129/tests/utils/testapp/gen-syscall-events/gen-syscall-events
130/tests/regression/tools/live/live_test
131/tests/unit/ini_config/ini_config
132/tests/perf/find_event
133/tests/perf/test_perf_raw
134/tests/unit/test_string_utils
135/tests/utils/testapp/gen-ust-nevents-str/gen-ust-nevents-str
136/tests/utils/testapp/userspace-probe-elf-binary/userspace-probe-elf-binary
137/tests/utils/testapp/userspace-probe-elf-cxx-binary/userspace-probe-elf-cxx-binary
138/tests/utils/testapp/userspace-probe-sdt-binary/foobar_provider.h
139/tests/utils/testapp/userspace-probe-sdt-binary/userspace-probe-sdt-binary
140
141# man pages
142/doc/man/*.1
143/doc/man/*.3
144/doc/man/*.8
145/doc/man/*.xml
146/doc/man/*.html
147/doc/man/*.h
148/doc/man/asciidoc-attrs.conf
149!/doc/man/lttng-health-check.3
150
151# examples
152/doc/examples/rotation/rotate-client
153
154/benchmark/
155
156/include/version.i
157/include/version.i.tmp
158
159classnoinst.stamp
This page took 0.023905 seconds and 5 git commands to generate.