Fix: illegal memory access in cmd_snapshot_record
[lttng-tools.git] / .gitignore
CommitLineData
fac6795d
DG
1*.o
2*.so
3*.swp
4*.o
5*.swo
355f483d 6*.pyc
fac6795d
DG
7Makefile
8.libs/
9.deps/
10*~
11*.la
12*.lo
13Makefile.in
14*.loT
15*.info
8ca96153
DG
16*.bz2
17*.tar
37175ce4 18*.class
a36b26b4
MJ
19*.trs
20*.log
7a1a6ffe 21.dirstamp
fac6795d
DG
22configure
23aclocal.m4
24autom4te.cache/
25config.h
26config.h.in
fac6795d
DG
27config.log
28config.status
29stamp-h1
30libtool
4e332453 31tags
b7d2e95f 32/config/
fac6795d 33
44f545c8
AM
34.autotools
35.cproject
36.project
37.settings/
38
ad866a5c
DG
39# cscope and ctags
40cscope.*
41tags
f8e36461 42TAGS
ad866a5c 43
71615260 44# m4 macros not automatically generated
b7d2e95f
MJ
45/m4/libtool.m4
46/m4/ltoptions.m4
47/m4/ltsugar.m4
48/m4/ltversion.m4
49/m4/lt~obsolete.m4
71615260 50
e1748b1f
DG
51/src/bin/lttng-sessiond/lttng-sessiond
52/src/bin/lttng/lttng
53/src/bin/lttng-consumerd/lttng-consumerd
d7ba1388 54/src/bin/lttng-crash/lttng-crash
e1748b1f
DG
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
5a82525d 62
e1748b1f
DG
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
36907cb5 67
de800f52
CB
68.checkpatch.conf
69
355f483d 70# Tests
e1748b1f
DG
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_expand_path
355f483d
DG
77kernel_all_events_basic
78kernel_event_basic
a62e3ec7 79ust_global_event_wildcard
355f483d 80ust_global_event_basic
ae4349c8 81ust_global_all_events_basic
355f483d
DG
82gen-nevents
83gen-events-time
e72d66a6 84gen-events
f4e40ab6 85gen-ust-events
55009a22 86health_check
c311f25f
JRJ
87/tests/regression/tools/mi/extract_xml
88/tests/regression/tools/mi/validate_xml
e1748b1f
DG
89/tests/regression/ust/overlap/demo/demo
90/tests/regression/ust/linking/demo_builtin
91/tests/regression/ust/linking/demo_static
92/tests/regression/ust/linking/demo
93/tests/regression/ust/daemon/daemon
94/tests/regression/ust/exit-fast/exit-fast
95/tests/regression/ust/fork/fork
96/tests/regression/ust/fork/fork2
97/tests/regression/ust/libc-wrapper/prog
9586c198 98tests/regression/ust/python-logging/test_python_logging
d4f53cc3
AB
99/tests/regression/ust/baddr-statedump/prog
100/tests/regression/ust/baddr-statedump/prog.debug
65385a82 101/tests/regression/ust/baddr-statedump/prog.strip
a36b26b4 102/tests/regression/ust/type-declarations/type-declarations
c70c42cc 103/tests/regression/ust/ust-dl/prog
65385a82 104/tests/regression/ust/ust-dl/libfoo.so.debug
e1748b1f 105/tests/utils/testapp/gen-ust-nevents/gen-ust-nevents
4e54c024 106/tests/utils/testapp/gen-ust-tracef/gen-ust-tracef
e1748b1f
DG
107/tests/regression/tools/live/live_test
108/tests/unit/ini_config/ini_config
56c86879 109
2a303c4e
PP
110# man pages
111/doc/man/*.1
112/doc/man/*.3
113/doc/man/*.8
114/doc/man/*.xml
115/doc/man/*.html
3fa8d43b 116/doc/man/asciidoc.conf
2a303c4e 117!/doc/man/lttng-health-check.3
2a303c4e 118
e1748b1f 119/benchmark/
88564da0
RB
120
121/include/version.h
0b7af945
MJ
122
123classnoinst.stamp
This page took 0.0359930000000001 seconds and 4 git commands to generate.