Fix: timestamp_end field should include all events within sub-buffer
[lttng-ust.git] / .gitignore
CommitLineData
3a7b90de
PMF
1*.so
2*.swp
3*.o
4*.swo
f3c7428e
MJ
5*.trs
6*.log
ca9e4502
PMF
7Makefile
8.libs/
9.deps/
10*~
67787f50 11*.a
ca9e4502
PMF
12*.la
13*.lo
14Makefile.in
15*.loT
cf1da69d 16*.info
60e2ee97 17cscope.*
ca9e4502 18configure
093c3f9b 19/aclocal.m4
ca9e4502 20autom4te.cache/
a6352fd4 21/config.h
06b47e5e
AM
22/include/lttng/config.h
23/include/lttng/stamp-h2
24/include/lttng/ust-version.h
260e475b 25/include/lttng/ust-config.h
f191dcb4 26/config.h.in
093c3f9b
MJ
27/config/compile
28/config/config.guess
29/config/config.sub
30/config/config.sub
31/config/depcomp
32/config/depcomp
33/config/install-sh
34/config/ltmain.sh
35/config/missing
36/config/test-driver
37/m4/libtool.m4
38/m4/lt~obsolete.m4
39/m4/ltoptions.m4
40/m4/ltsugar.m4
41/m4/ltversion.m4
ca9e4502
PMF
42config.log
43config.status
093c3f9b
MJ
44/stamp-h1
45/libtool
06b47e5e 46lttng-ust.pc
2fa984fd
PMF
47
48ustctl/ustctl
9dc7b7ff 49ust-consumerd/ust-consumerd
c067bf5b 50
a106a9f8
JG
51doc/examples/demo/demo
52doc/examples/easy-ust/sample
53doc/examples/hello-static-lib/hello
5901b5e0
ZT
54doc/examples/gen-tp/sample
55doc/examples/gen-tp/sample_tracepoint.h
641c659a 56doc/examples/demo-tracef/demo-tracef
5751955a 57doc/examples/demo-tracelog/demo-tracelog
e5b701c8 58doc/examples/cmake-multiple-shared-libraries/build/
a106a9f8 59
4ddbd0b7
PP
60doc/man/*.xml
61doc/man/lttng-gen-tp.1
62doc/man/lttng-ust-cyg-profile.3
63doc/man/lttng-ust-dl.3
64doc/man/lttng-ust.3
65doc/man/tracef.3
66doc/man/tracelog.3
67
c067bf5b 68tests/hello/hello
a424659d 69tests/hello-many/hello-many
06b47e5e 70tests/hello.cxx/hello
90c09854 71tests/same_line_tracepoint/same_line_tracepoint
06b47e5e
AM
72tests/ust-basic-tracing/ust-basic-tracing
73tests/ust-multi-test/ust-multi-test
c067bf5b
DG
74tests/trace_event/trace_event_test
75tests/tracepoint/benchmark/tracepoint_benchmark
76tests/tracepoint/tracepoint_test
37b3de59
MJ
77tests/snprintf/test_snprintf
78tests/ust-elf/ust-elf
f829629f 79tests/ust-elf/test_ust_elf
5901b5e0
ZT
80tests/benchmark/bench1
81tests/benchmark/bench2
f3c7428e
MJ
82tests/ctf-types/ctf-types
83tests/test-app-ctx/hello
5a673446 84tests/gcc-weak-hidden/test_gcc_weak_hidden
43e5396b 85
501f6777 86# Java agent library
43e5396b 87*.class
8e57e02f 88lttng-ust-agent*.jar
97b9093e 89liblttng-ust-agent.jar
501f6777
CB
90classnoinst.stamp
91jni-header.stamp
8ab5c06b 92context-jni-header.stamp
501f6777
CB
93jul-jni-header.stamp
94log4j-jni-header.stamp
8ab5c06b 95org_lttng_ust_agent_context_LttngContextApi.h
6e7bc9e0
AM
96org_lttng_ust_agent_jul_LttngJulApi.h
97org_lttng_ust_agent_log4j_LttngLog4jApi.h
c3e14096
DG
98
99# Python agent
5b6ff569
PP
100python-lttngust/lttngust/__init__.py
101python-lttngust/**/*.pyc
102python-lttngust/build
103python-lttngust/setup.py
This page took 0.032527 seconds and 4 git commands to generate.