Fix: Fix self-assign warning on struct ustfork_clone_info init
[lttng-ust.git] / tests /
2012-10-02  Paul ChaventBuild out of src tree
2012-06-11  Mathieu DesnoyersRevert "hello test: fail on old style definition"
2012-06-11  Mathieu Desnoyershello test: fail on old style definition
2012-06-05  Mathieu Desnoyerstest "hello": add boolean test
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-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
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
next
This page took 0.038199 seconds and 7 git commands to generate.