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