-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
103 lines (97 loc) · 1.98 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
*.so
*.swp
*.o
*.swo
*.trs
*.log
Makefile
.libs/
.deps/
*~
*.a
*.la
*.lo
Makefile.in
*.loT
*.info
cscope.*
configure
/aclocal.m4
autom4te.cache/
/config.h
/include/lttng/config.h
/include/lttng/stamp-h2
/include/lttng/ust-version.h
/include/lttng/ust-config.h
/config.h.in
/config/compile
/config/config.guess
/config/config.sub
/config/config.sub
/config/depcomp
/config/depcomp
/config/install-sh
/config/ltmain.sh
/config/missing
/config/test-driver
/m4/libtool.m4
/m4/lt~obsolete.m4
/m4/ltoptions.m4
/m4/ltsugar.m4
/m4/ltversion.m4
config.log
config.status
/stamp-h1
/libtool
lttng-ust.pc
ustctl/ustctl
ust-consumerd/ust-consumerd
doc/examples/demo/demo
doc/examples/easy-ust/sample
doc/examples/hello-static-lib/hello
doc/examples/gen-tp/sample
doc/examples/gen-tp/sample_tracepoint.h
doc/examples/demo-tracef/demo-tracef
doc/examples/demo-tracelog/demo-tracelog
doc/examples/cmake-multiple-shared-libraries/build/
doc/man/*.xml
doc/man/lttng-gen-tp.1
doc/man/lttng-ust-cyg-profile.3
doc/man/lttng-ust-dl.3
doc/man/lttng-ust.3
doc/man/tracef.3
doc/man/tracelog.3
tests/hello/hello
tests/hello-many/hello-many
tests/hello.cxx/hello
tests/same_line_tracepoint/same_line_tracepoint
tests/ust-basic-tracing/ust-basic-tracing
tests/ust-multi-test/ust-multi-test
tests/trace_event/trace_event_test
tests/tracepoint/benchmark/tracepoint_benchmark
tests/tracepoint/tracepoint_test
tests/snprintf/test_snprintf
tests/ust-elf/ust-elf
tests/ust-elf/test_ust_elf
tests/benchmark/bench1
tests/benchmark/bench2
tests/ctf-types/ctf-types
tests/test-app-ctx/hello
tests/gcc-weak-hidden/test_gcc_weak_hidden
# Java agent library
*.class
lttng-ust-agent*.jar
liblttng-ust-agent.jar
classnoinst.stamp
jni-header.stamp
context-jni-header.stamp
jul-jni-header.stamp
log4j-jni-header.stamp
org_lttng_ust_agent_context_LttngContextApi.h
org_lttng_ust_agent_jul_LttngJulApi.h
org_lttng_ust_agent_log4j_LttngLog4jApi.h
# Python agent
python-lttngust/lttngust/__init__.py
python-lttngust/**/*.pyc
python-lttngust/build
python-lttngust/setup.py