Add sdt.h integration option
[lttng-ust.git] / liblttng-ust /
2012-02-10  Mathieu DesnoyersSet default loglevel in metadata
2012-02-09  Mathieu DesnoyersAdd debug printout to tracepoint.c
2012-02-07  Mathieu DesnoyersUpdate hardcoded loglevel
2012-02-06  Mathieu DesnoyersAdd environment information
2012-02-06  Mathieu DesnoyersFix event-specific enabling
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 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 DesnoyersForce 64-bit timestamps
2012-01-12  Mathieu DesnoyersAdd a comment about which wait fd is closed early by...
2012-01-12  Mathieu DesnoyersClose stream and channel file descriptors as soon as...
2012-01-09  Mathieu DesnoyersFix timestamps for slow-paced event rates
2011-12-31  Mathieu DesnoyersOnly print the futex perror in debug mode
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 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 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 DesnoyersRename liblttng-ust-malloc to liblttng-ust-libc, update...
2011-12-12  Mathieu DesnoyersAdd missing compat.h file in Makefile.am
2011-12-11  Mathieu DesnoyersPrint compiler warning/runtime warning and truncate...
2011-12-08  Mathieu DesnoyersFix dynamic linking with GNU gold linker
2011-12-08  Mathieu Desnoyerswildcards & loglevels: fix list field for iteration
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-03  Mathieu DesnoyersCleanup tracepoint.c
2011-12-03  Mathieu DesnoyersUse iterator on tracepoint probes instead of tracepoint...
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-29  Mathieu Desnoyersltt_event_create should return error values
2011-11-27  Mathieu DesnoyersAllow weak binding from instrumented apps to liblttng-ust
2011-11-26  Mathieu DesnoyersUpdate tracepoint comments
2011-11-19  Mathieu DesnoyersHandle sessiond application refusal with delayed retry
2011-11-19  Mathieu DesnoyersSend bitness upon registration
2011-11-18  Mathieu DesnoyersDo not install usterr-signal-safe
2011-11-18  Mathieu DesnoyersRemove core.h
2011-11-18  Mathieu DesnoyersImplement error.h
2011-11-18  Mathieu DesnoyersImplement lttng_ust_get_cpu()
2011-11-18  Mathieu DesnoyersCleanup: remove debug output
2011-11-18  Mathieu Desnoyersust-tracepoint-event: fix probe creation
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-18  Mathieu DesnoyersImplement jhash from public domain source, apply LGPL...
2011-11-17  Mathieu DesnoyersMore compile fixes
2011-11-17  Mathieu DesnoyersInstalled headers relicensing and cleanup
2011-11-17  Mathieu DesnoyersImplement tracepoint-internal.h as LGPLv2.1 (not exported)
2011-11-13  Mathieu DesnoyersFix fork handling, where child shares shm with parent
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 DesnoyersFix metadata tp listing filtering
2011-11-10  Mathieu DesnoyersDon't list metadata tracepoint
2011-11-10  Mathieu DesnoyersDefine ltt_transport_list as static
2011-11-10  Mathieu DesnoyersClean unused vars. warnings
2011-11-09  Mathieu DesnoyersImplement ustctl_tracepoint_list/list_get
2011-11-09  Mathieu DesnoyersImplement LTTNG_UST_TRACEPOINT_LIST
2011-11-08  Mathieu DesnoyersMove libringbuffer and comm connect messages to debug...
2011-11-08  Mathieu DesnoyersTracepoint API change: add provider field
2011-11-08  Mathieu Desnoyersinit private data
2011-11-08  Mathieu DesnoyersMove struct ltt_channel to shm for consumer flush
2011-11-07  Mathieu DesnoyersFix shadow channel struct callback override in consumer
2011-11-07  Mathieu DesnoyersAllow consumer to flush buffers, fix alignment bug
2011-11-03  Mathieu Desnoyerslibrary mass rename: add lttng- prefix
This page took 0.038071 seconds and 7 git commands to generate.