lttng-ust.git
2012-02-02  Mathieu DesnoyersAdd 1.9.5 Changelog v1.9.5
2012-02-02  Mathieu DesnoyersUpdate LTTng-UST version to 1.9.5
2012-02-02  Mathieu DesnoyersUST comm ABI: Add padding, push version to 2.0
2012-02-02  Mathieu DesnoyersUpdate loglevel names
2012-02-02  Mathieu DesnoyersImplement loglevels as event and wildcard attributes
2012-02-02  Mathieu DesnoyersUpdate loglevel ABI: only loglevel value/enum is known...
2012-02-01  Mathieu DesnoyersPre-assign fixed loglevels
2012-02-01  Mathieu DesnoyersRemove old (now unused) loglevel control code entirely
2012-01-31  Mathieu DesnoyersUpdate loglevel selection ABI
2012-01-30  Mathieu DesnoyersUse boot_id as monotonic clock uuid
2012-01-27  Mathieu Desnoyersclock: add clock description to metadata
2012-01-26  Mathieu DesnoyersProperly fix the timekeeping overflow detection
2012-01-26  Mathieu DesnoyersRevert "Fix timestamps for slow-paced event rates"
2012-01-26  Mathieu DesnoyersRevert "Force 64-bit timestamps"
2012-01-23  Mathieu DesnoyersDeclare struct lttng_ust_calibrate
2012-01-23  Mathieu DesnoyersForce 64-bit timestamps
2012-01-17  Mathieu Desnoyersdemo program: ensure we don't link demo on useless...
2012-01-13  Mathieu Desnoyersust comm: Receive second FD even if 1st receive failed
2012-01-12  Mathieu Desnoyersust consumer: close shm fd after mapping it
2012-01-12  Mathieu DesnoyersAdd a comment about which wait fd is closed early by...
2012-01-12  Mathieu DesnoyersRemove leftover structure in ust-abi.h
2012-01-12  Mathieu DesnoyersClose stream and channel file descriptors as soon as...
2012-01-09  Mathieu DesnoyersFix AC_LANG_SOURCE usage: only takes one parameter
2012-01-09  Mathieu DesnoyersFix timestamps for slow-paced event rates
2012-01-07  Mathieu Desnoyersconfigure.ac: Use AC_LANG_SOURCE for if else macros
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-31  Mathieu DesnoyersOnly print the futex perror in debug mode
2011-12-23  Mathieu DesnoyersUpdate version to 1.9.4 v1.9.4
2011-12-22  Mathieu DesnoyersSplit liblttng-ust into liblttng-ust and liblttng-ust...
2011-12-22  Mathieu DesnoyersComment the union field (only used in call_rcu scheme)
2011-12-21  Mathieu DesnoyersUpdate version to 1.9.3 v1.9.3
2011-12-21  Mathieu DesnoyersFix clock source overflow on 32-bit archs
2011-12-21  Mathieu DesnoyersRemove unused trace_clock_frequency
2011-12-21  Mathieu Desnoyerscheck for negative wait() return value
2011-12-16  Mathieu DesnoyersAdd DBG message when registering a probe
2011-12-16  Mathieu DesnoyersOnly show futex warning "perror" in debug mode
2011-12-14  Mathieu DesnoyersUpdate version to 1.9.2 v1.9.2
2011-12-14  Mathieu DesnoyersAdd missing ust_libc.h to Makefile.am
2011-12-14  Mathieu DesnoyersUse DBG instead of WARN for futex_wake workaround message
2011-12-14  Mathieu DesnoyersMake dlopen more robust by using the .0 target for...
2011-12-13  Mathieu DesnoyersUpdate changelog v1.9.1
2011-12-13  Mathieu DesnoyersUpdate README
2011-12-13  Mathieu DesnoyersUpdate version to 1.9.1
2011-12-13  Mathieu DesnoyersRename liblttng-ust-malloc to liblttng-ust-libc, update...
2011-12-13  Mathieu DesnoyersUpdate readme file, add example makefile
2011-12-12  Mathieu DesnoyersAdd missing compat.h file in Makefile.am
2011-12-12  Mathieu DesnoyersRemove deprecated documentation files
2011-12-12  Mathieu DesnoyersRemove unused variable warning
2011-12-12  Mathieu DesnoyersFix unset metadata buffer self ref
2011-12-11  Mathieu Desnoyersadd ustctl_release_handle
2011-12-11  Mathieu DesnoyersPrint compiler warning/runtime warning and truncate...
2011-12-08  Mathieu DesnoyersAdd sock flush buffer ctl API
2011-12-08  David GouletAdd LTTNG_HOME_RUNDIR constant for local tracing
2011-12-08  Mathieu DesnoyersFix dynamic linking with GNU gold linker
2011-12-08  Mathieu Desnoyerswildcards & loglevels: fix list field for iteration
2011-12-07  Mathieu DesnoyersHandle _LGPL_SOURCE config
2011-12-06  Mathieu DesnoyersAdd wildcard support
2011-12-06  Mathieu DesnoyersFix loglevel value enable: use isdigit rather than...
2011-12-06  Mathieu DesnoyersFix uninitialized match variable
2011-12-06  Mathieu DesnoyersSupport activation of loglevel by number
2011-12-06  Mathieu Desnoyersloglevel enable fix: enable event names, not loglevel
2011-12-06  Mathieu DesnoyersFix add_loglevel entry setup
2011-12-06  Mathieu Desnoyersloglevel enable fixes
2011-12-06  Mathieu Desnoyersloglevels: deal with fixup upon library load
2011-12-05  Mathieu DesnoyersAdd loglevel enable/disable support
2011-12-05  Mathieu DesnoyersInclude lttng/tracepoint-types.h from tracepoint.h
2011-12-05  Mathieu DesnoyersFix BUG_ON handling
2011-12-03  Mathieu DesnoyersCleanup tracepoint.c
2011-12-03  Mathieu DesnoyersIncrease tracepoint provider:name len limit to 255...
2011-12-03  Mathieu DesnoyersUse iterator on tracepoint probes instead of tracepoint...
2011-12-02  Alexandre MontplaisirCleanup the JNI interface options in configure.ac
2011-12-02  Alexandre MontplaisirAdd check for 'texinfo' to configure.ac
2011-12-02  Alexandre MontplaisirUpdate .gitignore
2011-12-02  Mathieu DesnoyersRemove unused import for java tracing wrapper
2011-12-02  Mathieu DesnoyersAdd missing .class in ust java makefile
2011-12-02  Mathieu DesnoyersUpdate tracepoint used within lttng ust java
2011-12-02  Mathieu Desnoyerslttng_ust_java: add missing .h
2011-12-02  Mathieu DesnoyersUpdate lttng-ust java provider following API change
2011-12-02  Mathieu DesnoyersAdd TRACEPOINT_DEFINE to ust java lib
2011-12-01  Mathieu DesnoyersDescribe autotools/libtool/automake version dependency
2011-12-01  Mathieu DesnoyersRemove m4_ifdef for AC_PROG_LIBTOOL (deprecated)
2011-12-01  Mathieu DesnoyersUse unsigned int instead of int for bitfields
2011-11-30  Mathieu DesnoyersChange API to support exporting loglevel in event listing
2011-11-30  Mathieu DesnoyersRemove loglevel iter (will be performed by tracepoint...
2011-11-30  Mathieu DesnoyersTracepoint loglevel: setup all loglevel information...
2011-11-30  Mathieu Desnoyersust-ctl API: ustctl_release_object() should return...
2011-11-30  Mathieu DesnoyersDivert installation of test plugins into /tmp/
2011-11-30  Mathieu DesnoyersSupport older autotools
2011-11-30  Mathieu DesnoyersRemove unneeded null pointer check
2011-11-29  Mathieu DesnoyersFix demo program link dependencies
2011-11-29  Mathieu Desnoyersltt_event_create should return error values
2011-11-29  Mathieu DesnoyersApply autoupdate to configure.ac
2011-11-29  Mathieu Desnoyersdemo program: only depend on libdl
2011-11-29  Mathieu DesnoyersTracepoint c++ support: cast void * to function pointer
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 DesnoyersUpdate tracepoint comments
2011-11-26  Mathieu DesnoyersRename TP_LOGLEVEL to tp_loglevel
next
This page took 0.038648 seconds and 4 git commands to generate.