Fix: liblttng-ust-fork Makefile flags mismatch
[lttng-ust.git] / tests /
2013-01-31  Mathieu DesnoyersAdd missing demo-trace shell script to dist tarball
2013-01-13  Samuel MartinFix: don't build C++ example if a C++ compiler isn...
2012-12-19  Christian BabeuxTests: Fix rundir not created in ust-basic-tracing
2012-12-19  Mathieu Desnoyersust test: add missing return -1
2012-12-19  Mathieu DesnoyersTest: update ust tracing unit tests to 2.1 internal ABI
2012-12-19  Christian BabeuxTests: Fix rundir not created in ust-multi-test
2012-12-17  Mathieu DesnoyersAdapt tests to TRACEPOINT_INCLUDE
2012-12-17  Mathieu DesnoyersCleanup: tests remove hello.cxx/ust_tests_demo.h
2012-12-05  Mathieu DesnoyersUpdate license text
2012-11-22  Mathieu DesnoyersCleanup: remove whitespaces and EOL in tests
2012-11-06  Mathieu DesnoyersDistinguish UST return codes from transport return...
2012-11-05  Mathieu DesnoyersFix: Conditionally disable tests requiring shared libs...
2012-10-05  Mathieu DesnoyersImplement liblttng-ust-fork daemon() override test
2012-10-02  Paul ChaventBuild out of src tree
2012-09-20  Mathieu DesnoyersAdd support for model.emf.uri event info
2012-07-13  Mathieu DesnoyersTRACEPOINT_EVENT: add *_nowrite fields for filter
2012-06-18  Mathieu DesnoyersRevert "Fix c99 compatibility: tp_rcu_dereference_bp...
2012-06-18  Mathieu DesnoyersFix c99 compatibility: tp_rcu_dereference_bp() should...
2012-06-11  Mathieu Desnoyershello test: fail on old style definition
2012-06-05  Mathieu Desnoyerstest "hello": add boolean test
2012-04-06  Mathieu DesnoyersFix: Add missing fork test program dependency library
2012-04-05  Mathieu DesnoyersMerge branch 'dev'
2012-03-08  Mathieu DesnoyersAdd 2 missing licenses in deprecated tests
2012-03-08  Mathieu DesnoyersRemove unbuild and unused (deprecated) make_shared_lib...
2012-03-08  Mathieu DesnoyersLicense text standardization, add missing licenses
2012-03-06  Mathieu DesnoyersMerge branch 'master' into dev dev
2012-03-06  Mathieu DesnoyersMerge branch 'master' into dev
2012-03-01  Mathieu DesnoyersMerge branch 'master' into dev
2012-02-24  Mathieu DesnoyersMerge branch 'master' into dev
2012-02-23  Mathieu DesnoyersMerge branch 'master' into dev
2012-02-22  Mathieu DesnoyersRemove O_LARGEFILE from tests
2012-02-22  Mathieu DesnoyersDetect and document dependency on -ldl on Linux, -lc...
2012-02-22  Mathieu DesnoyersUse ENOMSG as fallback for ENODATA on freebsd
2012-02-22  Mathieu DesnoyersRevert "Use ENOMSG as fallback for ENODATA on freebsd"
2012-02-22  Mathieu DesnoyersRevert "Detect and document dependency on -ldl on Linux...
2012-02-22  Mathieu DesnoyersRevert "Remove O_LARGEFILE from tests"
2012-02-21  Mathieu Desnoyersdemo: remove useless libs
2012-02-21  Mathieu DesnoyersRemove O_LARGEFILE from tests
2012-02-21  Mathieu Desnoyerstests: include missing headers
2012-02-21  Mathieu DesnoyersDetect and document dependency on -ldl on Linux, -lc...
2012-02-21  Mathieu DesnoyersUse ENOMSG as fallback for ENODATA on freebsd
2012-02-16  Mathieu DesnoyersInstall easy-ust and gen-tp examples in doc/
2012-02-16  Yannick BrosseauCreate the lttng-gen-tp tools as an helper to generate...
2012-02-16  Mathieu DesnoyersAdd missing #define _GNU_SOURCE for sched_getcpu()
2012-02-13  Mathieu DesnoyersCleanup: remove extra space from easy_ust example
2012-02-10  Mathieu DesnoyersRemove extern C around probe header
2012-02-07  Mathieu DesnoyersAdd "easy_ust" example
2012-02-06  Mathieu DesnoyersUpdate static lib linking
2012-02-04  Mathieu DesnoyersAdd hello-static-lib test
2012-02-04  Mathieu DesnoyersFix static provider linking: introduce TRACEPOINT_PROBE...
2012-02-01  Mathieu DesnoyersPre-assign fixed loglevels
2012-01-17  Mathieu Desnoyersdemo program: ensure we don't link demo on useless...
2012-01-12  Mathieu DesnoyersClose stream and channel file descriptors as soon as...
2012-01-06  Yannick BrosseauAdd execution instructions to the demo test program.
2012-01-06  Yannick BrosseauForce the building of shared noinst libraries in the...
2011-12-13  Mathieu DesnoyersUpdate readme file, add example makefile
2011-12-11  Mathieu DesnoyersPrint compiler warning/runtime warning and truncate...
2011-12-08  Mathieu DesnoyersFix dynamic linking with GNU gold linker
2011-11-30  Mathieu DesnoyersTracepoint loglevel: setup all loglevel information...
2011-11-30  Mathieu DesnoyersDivert installation of test plugins into /tmp/
2011-11-29  Mathieu DesnoyersFix demo program link dependencies
2011-11-29  Mathieu Desnoyersdemo program: only depend on libdl
2011-11-29  Mathieu DesnoyersIntroduce c++ test
2011-11-27  Mathieu DesnoyersAdd new demo files
2011-11-27  Mathieu DesnoyersAllow weak binding from instrumented apps to liblttng-ust
2011-11-26  Mathieu DesnoyersRename TP_LOGLEVEL to tp_loglevel
2011-11-23  Mathieu DesnoyersImplement tracepoint loglevel macros
2011-11-19  Mathieu DesnoyersFix 32-bit compile type size warning
2011-11-19  Mathieu DesnoyersUSt test: fix 32-bit type warning
2011-11-18  Mathieu DesnoyersCompile fix following moved headers
2011-11-18  Mathieu DesnoyersFix tracepoint event related build errors
2011-11-18  Mathieu DesnoyersBasic tracepoint event implementation
2011-11-17  Mathieu DesnoyersRelicense tests probe headers/tp.c files to MIT-style...
2011-11-15  Mathieu DesnoyersDocument LGPL TRACEPOINT_CREATE_PROBES restrictions
2011-11-15  Mathieu DesnoyersRemove run from makefile
2011-11-15  Mathieu DesnoyersAdd demo program
2011-11-13  Mathieu DesnoyersUpdate comment
2011-11-13  Mathieu DesnoyersTracepoint API change: combine TP_PROTO and TP_VARS...
2011-11-11  Mathieu DesnoyersTracepoint API change: rename TRACEPOINT_SYSTEM to...
2011-11-11  Mathieu DesnoyersMerge branch 'master' of git.lttng.org:/home/git/lttng-ust
2011-11-11  Mathieu Desnoyerstracepoint API change: rename TP_ARGS to TP_VARS
2011-11-10  Mathieu DesnoyersAdd delay parameter to hello test program
2011-11-08  Mathieu DesnoyersTracepoint API change: add provider field
2011-11-05  Mathieu DesnoyersFix make dist dep for tests/hello
2011-11-03  Mathieu Desnoyerslibrary mass rename: add lttng- prefix
2011-11-03  Mathieu DesnoyersMove include/ust/ to include/lttng/
2011-11-02  Mathieu DesnoyersRename struct lib_ring_buffer* to struct lttng_ust_lib_...
2011-11-02  Mathieu DesnoyersRename shm_handle to lttng_ust_shm_handle
2011-11-02  Mathieu DesnoyersMove lttng_ust_object_data et lttng_ust_channel_attr...
2011-11-02  Mathieu Desnoyersrename object_data to lttng_ust_object_data
2011-10-23  Mathieu DesnoyersInstall UST comm lib
2011-10-20  Mathieu DesnoyersImplement libustctl
2011-10-19  Mathieu DesnoyersDo not install libringbuffer into system
2011-09-28  Mathieu DesnoyersAdd procname context
2011-09-28  Mathieu DesnoyersAdd vtid (gettid()) context
2011-09-28  Mathieu DesnoyersAdd pthread id event context
2011-09-26  Mathieu DesnoyersFix cmsg handling
2011-09-26  Mathieu DesnoyersCleanup: fix strict aliasing ion tests
2011-09-26  Mathieu DesnoyersCleanup warnings
2011-09-26  Mathieu DesnoyersAdd multi session, multi-channel test
next
This page took 0.039929 seconds and 7 git commands to generate.