lttng-ust.git
2012-02-21  Mathieu DesnoyersAdd freebsd rfork support
2012-02-21  Mathieu Desnoyersuuid.h should only be included when libuuid is detected
2012-02-21  Mathieu DesnoyersRename uuid.h wrapper to lttng-ust-uuid.h
2012-02-21  Mathieu DesnoyersCreate libuuid/libc uuid wrapper
2012-02-21  Mathieu Desnoyersconfigure.ac: check for both libuuid/libc uuid APIs
2012-02-21  Mathieu DesnoyersUse bsd-compatible fcntl for close-on-exec on socket
2012-02-21  Mathieu DesnoyersUse ENOMSG as fallback for ENODATA on freebsd
2012-02-21  Mathieu DesnoyersUse XSI-compliant strerror_r by default on non-Linux
2012-02-21  Mathieu DesnoyersCompat layer for gettid
2012-02-21  Mathieu Desnoyerssnprintf: fix namespace of snprintf types for freebsd
2012-02-21  Mathieu DesnoyersAdd freebsd support for getcpu (use cpu nr 0)
2012-02-21  Mathieu DesnoyersAdd get proc name wrapper for FreeBSD
2012-02-21  Mathieu DesnoyersFix freebsd endian support
2012-02-21  Mathieu Desnoyersfls: use local namespace to do not clash with FreeBSD...
2012-02-21  Mathieu DesnoyersAdd FreeBSD compat layer for endian.h
2012-02-21  Mathieu DesnoyersAdd missing limits.h include for NAME_MAX
2012-02-20  Mathieu DesnoyersUpdate Version to 2.0.0-rc1 v2.0.0-rc1
2012-02-20  Mathieu DesnoyersStandardize version across toolchain
2012-02-20  Yannick BrosseauFix a typo in gen-tp Makefile
2012-02-16  Yannick BrosseauImplement the .o file generation in lttng-gen-tp
2012-02-16  Mathieu DesnoyersUpdate version to 1.9.8 v1.9.8
2012-02-16  Mathieu DesnoyersFix comment in tracepoint.h
2012-02-16  Mathieu DesnoyersAdd loglevel info to manpage
2012-02-16  Mathieu DesnoyersRemove stale binary file
2012-02-16  Mathieu DesnoyersAdd lttng-ust(3)
2012-02-16  Yannick BrosseauAdd a man page for lttng-gen-tp
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-15  Mathieu DesnoyersDefine _GNU_SOURCE for all implementation files rather...
2012-02-15  Mathieu DesnoyersAdd sched_getcpu and sysconf to AC_CHECK_FUNCS
2012-02-13  Mathieu DesnoyersMark lib_ring_buffer_print_errors unused
2012-02-13  Mathieu DesnoyersCleanup: remove extra space from easy_ust example
2012-02-13  Mathieu DesnoyersAdd missing comma to tracepoint STAP_PROBEV call
2012-02-13  Mathieu DesnoyersUpdate version to 1.9.7 v1.9.7
2012-02-10  Mathieu Desnoyersliblttng-ust-java: add missing -classpath ./
2012-02-10  Mathieu DesnoyersOnly specify that sdt.h provides system integration...
2012-02-10  Mathieu DesnoyersAdd STAP_PROBEV check ton configure.ac
2012-02-10  Mathieu DesnoyersAdd sdt.h integration
2012-02-10  Mathieu DesnoyersRemove extern C around probe header
2012-02-10  Mathieu DesnoyersMove lttng/config.h to lttng/ust-config.h, and use...
2012-02-10  Alexandre MontplaisirAdd a configure report at the end of the output
2012-02-10  Alexandre MontplaisirAdd sdt.h integration option
2012-02-10  Mathieu DesnoyersSet default loglevel in metadata
2012-02-10  Mathieu DesnoyersFix: LTTng-UST java jni wrapper does not build with...
2012-02-10  Mathieu DesnoyersVersion 1.9.6 v1.9.6
2012-02-09  Mathieu DesnoyersFix tracepoint.h multiple .o within module/core exec...
2012-02-09  Mathieu Desnoyerstracepoint: name -> _name to fix possible namespace...
2012-02-09  Mathieu DesnoyersAdd debug printout to tracepoint.c
2012-02-08  Mathieu DesnoyersRename liblttng-ust-libc to liblttng-ust-libc-wrapper
2012-02-07  Mathieu DesnoyersUpdate hardcoded loglevel
2012-02-07  Mathieu DesnoyersAdd "easy_ust" example
2012-02-07  Mathieu DesnoyersUpdate gitignore
2012-02-07  Mathieu DesnoyersZero-initialize struct msghdr
2012-02-06  Mathieu DesnoyersAdd environment information
2012-02-06  Mathieu DesnoyersFix event-specific enabling
2012-02-06  Mathieu DesnoyersUpdate static lib linking
2012-02-06  Mathieu Desnoyersliblttng-ust-libc: fix linking
2012-02-06  Samuel Martinliblttng-ust-libc: fix lib dependency
2012-02-04  Mathieu DesnoyersInstall README and ChangeLog into system doc
2012-02-04  Mathieu DesnoyersAdd hello-static-lib test
2012-02-04  Mathieu DesnoyersFix static provider linking: introduce TRACEPOINT_PROBE...
2012-02-02  Mathieu DesnoyersFix 32-bit type: allocated len is used
2012-02-02  Mathieu DesnoyersFix 32-bit type mismatch
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
next
This page took 0.037478 seconds and 4 git commands to generate.