Fix: liblttng-ust-fork Makefile flags mismatch
[lttng-ust.git] / tests /
2011-09-26  Mathieu DesnoyersAdd ust basic tracing implementation
2011-09-26  Mathieu DesnoyersAdd ust basic tracing daemon
2011-09-25  Mathieu DesnoyersUse network byte order field in hello test
2011-09-25  Mathieu Desnoyerstests: Add a long field
2011-09-23  Mathieu DesnoyersExport consumer ABI, implement ring buffer modification...
2011-09-16  Mathieu DesnoyersSupport c++ tracepoint instrumentation
2011-08-26  Mathieu Desnoyersupdate fork run script
2011-08-26  Mathieu Desnoyersfork test needs to link to libustfork
2011-08-26  Mathieu DesnoyersAdd missing ust_tests_fork.h
2011-08-26  Mathieu DesnoyersUpdate fork test
2011-08-26  Mathieu Desnoyerstracepoint: Remove TRACEPOINT_LIB declaration
2011-08-26  Mathieu DesnoyersRemove libust-initializer
2011-08-26  Mathieu DesnoyersUpdate tracepoint event example layout (cleanup tabulat...
2011-08-25  Mathieu DesnoyersStress-test buffer in hello.c
2011-08-23  Mathieu DesnoyersCleanup
2011-08-23  Mathieu DesnoyersSession create/release tested.
2011-08-16  Mathieu DesnoyersUpdate tests/hello test-case layout (cleanup)
2011-08-11  Mathieu DesnoyersFix float/double handling
2011-08-11  Mathieu Desnoyerstest and fix array, sequence, string
2011-08-11  Mathieu Desnoyerstest: add array test
2011-08-10  Mathieu DesnoyersTracepoint event test update
2011-08-10  Mathieu Desnoyerstests: Build all integer declarations
2011-08-10  Mathieu DesnoyersBuild TRACEPOINT_EVENT integer type
2011-08-08  Mathieu Desnoyerslibust 2.0 + ringbuffer + TRACEPOINT_EVENT builds and...
2011-06-10  Mathieu DesnoyersDisable exit fast test (known issue)
2011-05-20  Mathieu DesnoyersRemove installed headers, cleanup header names
2011-05-20  Mathieu DesnoyersFix make check includes
2011-05-19  Mathieu DesnoyersPrivatize headers
2011-05-19  Yannick BrosseauChange libtap.so to a local static library which is...
2011-05-19  Mathieu DesnoyersTracepoint and TRACEPOINT_EVENT API cleanup
2011-05-17  Nils CarlsonNew fast-exit test-case
2011-05-06  Nils Carlsonchange runtests GPL version
2011-04-28  Jason Wesselsupport busybox for manual trace tests
2011-04-26  Mathieu DesnoyersMarkers: temporarily remove GDB support
2011-04-26  Mathieu DesnoyersAdd missing string.h include in libustctl_function_tests
2011-04-22  Mathieu DesnoyersTracepoints: Introduce DEFINE/DECLARE_TRACEPOINT, TRACE...
2011-04-13  Mathieu DesnoyersMarkers: Namespace cleanup, with API change.
2011-04-13  Mathieu DesnoyersTest empty argument tracepoint
2011-04-13  Mathieu DesnoyersTracepoints: add wrapper tracepoint() macro
2011-04-13  Mathieu DesnoyersMarkers: API change: rename trace_mark() to ust_marker()
2011-04-13  Mathieu DesnoyersMerge branch 'master' of ssh://git.lttng.org/home/git/ust
2011-04-13  Jason WesselFix up all use of /dev/stderr for portability to busybo...
2011-04-10  Mathieu DesnoyersMarkers: remove channel name from trace_mark()
2011-04-04  Nils CarlsonMake only libust and libustconsumer use a signal safe...
2011-03-04  Nils Carlsontest: fix the valgrind test-case to not hang if valgrin...
2011-02-25  Nils Carlsonlibustctl: use direct socket communication
2011-02-24  Nils Carlsontests: Add a comment in libustctl function tests
2011-02-24  Yannick BrosseauFix libustctl_function_tests
2011-02-23  Yannick BrosseauChange the valgrind test to use the libraries from...
2011-02-23  Yannick BrosseauTESTS: Add a delay at the start of the fork test for...
2011-02-22  Nils Carlsontests: skip the non-functioning tracepoint test
2011-02-22  Nils Carlsonfix valgrind test valgrind check
2011-02-21  Yannick BrosseauUse the libust.so and libustinstr-malloc.so from the...
2011-02-20  Yannick Brosseautests: fix tap.c use of uninitialized pipe_r_file
2011-02-18  Yannick BrosseauTest for the presence of the tracepoint_test file befor...
2011-02-18  Yannick BrosseauAdd missing -lpthread to some tests
2011-02-18  Yannick BrosseauTest for the presence of valgrind in the valgrind test
2011-02-18  Yannick BrosseauUse usttrace and libraries from the build directory...
2011-02-18  Yannick BrosseauTry harder to find a usable lttv in the tests scripts v2
2011-02-17  Mathieu Desnoyerstest_functions.sh: don't override RUNLTTV
2011-02-11  David GouletUST-wide warning fixes
2011-02-10  Mathieu DesnoyersFix test build issue by commenting test in makefile...
2011-02-10  Mathieu DesnoyersUST-wide warning fixes/bugfixes
2011-02-02  Mathieu DesnoyersMerge branch 'master' of ssh://git.dorsal.polymtl.ca...
2011-02-02  Mathieu DesnoyersRemove sys/timerfd.h include from test program
2011-01-31  Nils CarlsonRename libustcmd to libustctl
2011-01-27  Nils CarlsonUpdate test-cases for new ustctl cli
2011-01-25  Mathieu DesnoyersAdd UST vs SystemTAP scalability test
2011-01-13  Mathieu Desnoyersusttrace fix variable name clash
2011-01-05  Nils CarlsonRename libustd to libustconsumer and ustd to ust-consumerd
2010-11-26  Mathieu DesnoyersFix Bug#604955: ust: FTBFS
2010-11-10  Nils CarlsonAdd trace name handling throughout tracectl, ustcomm...
2010-10-26  Nils CarlsonFunction tests for libustcmd and a C tap library
2010-10-12  Nils CarlsonAdd a valgrind suppression for sendmsg (v2)
2010-10-11  David GouletAdd a tracepoint test program
2010-09-22  Nils CarlsonFix a strange bash anomaly in test_functions.sh
2010-09-06  David GouletFix asprintf and scanf ignoring return value
2010-09-01  Nils CarlsonFix a broken test makefile
2010-09-01  Nils CarlsonUpdate test-case for tracepoints and add a new test...
2010-09-01  Nils CarlsonAdd a simple test case for TRACE_EVENT v2
2010-06-02  Pierre-Marc Fournieradd info about what dirs/files are doing
2010-05-28  Alexis HallĂ©make RUNLTTV configurable in trace_matches
2010-05-28  Nils CarlsonChanges testcases in runtests to use TAP
2010-05-21  Oussama El Mfadlitest for two markers on the same line
2010-05-21  Oussama El MfadliTest for a dynamically linked library
2010-05-21  Pierre-Marc Fournierruntests: remove unimplemented test
2010-05-20  Pierre-Marc Fournieradd average script
2010-05-17  Pierre-Marc Fournieradd missing ptime for benchmark
2010-05-11  Pierre-Marc FournierUpdate benchmark
2010-04-19  Pierre-Marc Fournieradd custom probes support and update tracepoints
2010-03-25  Pierre-Marc Fourniertestsuite: update for libmallocwrap rename to libustins...
2010-03-25  Pierre-Marc Fournierbenchmark: fix various problems
2010-03-25  Pierre-Marc Fournierbenchmark: fix makefile
2010-03-23  Douglas Santosbenchmark tool
2010-03-17  Pierre-Marc Fournierfix distribution bugs for 0.4
2010-03-17  Pierre-Marc Fournierruntests: add a ustd/valgrind check
2010-03-11  Pierre-Marc Fournieradd missing licence headers
2010-03-09  Pierre-Marc Fournierruntests: manual test: make sure lttv is not run before...
2010-03-09  Pierre-Marc Fournierruntests: assert the test logs contain no errors or...
2010-03-04  Pierre-Marc Fourniertrace_matches: fix return value bug
next
This page took 0.043853 seconds and 7 git commands to generate.