Version 2.2.3
[lttng-ust.git] / liblttng-ust /
2013-11-06  Mathieu DesnoyersFix: application SIGBUS when starting in parallel with...
2013-10-11  Mathieu DesnoyersFix: socket connect hang on heavy loads
2013-10-11  Mathieu DesnoyersCleanup: fix typo
2013-10-07  Ikaheimonen, JPAdd usage reference count for tracepoints
2013-10-07  Mathieu Desnoyerstracepoint.c: Move add_callsite/remove_callsite further...
2013-10-07  Ikaheimonen, JPStore the callsites into the library callsite list
2013-08-22  Mathieu DesnoyersFix: liblttng_ust.la should depend on liblttng-ust...
2013-06-25  Mathieu DesnoyersFix: lttng-events VPATH build
2013-06-17  Mathieu DesnoyersFix: segfault when print invalid command
2013-05-30  Mathieu DesnoyersFix: liblttng-ust process startup hang when sessiond...
2013-05-21  Mathieu DesnoyersFix: missing dependency for liblttng-ust-tracepoint.so
2013-05-15  Mathieu Desnoyerstracepoint.c: Add coverity alloc/free annotations
2013-05-15  Mathieu DesnoyersFix: memory leak on connection reset
2013-05-13  Mathieu DesnoyersFix: incorrect support for multi-context
2013-05-08  Mathieu DesnoyersFix: add provider ABI compatibility check
2013-04-27  Mathieu DesnoyersCleanup: silence cppcheck error
2013-04-06  Mathieu DesnoyersOptimisation: implement callsite hash table in tracepoint.c
2013-04-06  Mathieu DesnoyersOptimisation: only update added library in tracepoint.c
2013-04-06  Mathieu DesnoyersOptimisation: only fix pending events once per lazy...
2013-03-27  Mathieu DesnoyersDon't rely on explicit context for filtering
2013-03-27  Mathieu DesnoyersImplement per-context filtering
2013-03-27  Mathieu DesnoyersFix: filter string comparison should check for literal
2013-03-27  Mathieu DesnoyersFix: filter string wildcard comparison
2013-03-21  Mathieu DesnoyersFix: allow enabling same events for two channels
2013-03-21  Mathieu DesnoyersAdd channel ID field to attr
2013-03-21  Mathieu DesnoyersRemove useless else clause
2013-03-21  Mathieu Desnoyerstracepoint: move "probe" test outside of loop
2013-03-20  Mathieu DesnoyersFix uninitialized has_loglevel variable
2013-03-20  Mathieu Desnoyerstracepoint: Don't add NULL probes
2013-03-11  Mathieu DesnoyersImplement read timer (for RT)
2013-03-06  Mathieu DesnoyersAdd channel wakeup fd to monitor close
2013-03-06  Mathieu DesnoyersFix: refcount issue in lttng-ust-abi.c
2013-03-06  Mathieu DesnoyersImplement ring buffer periodic buffer switch timer
2013-03-04  Mathieu DesnoyersUnregister tracepoint probes when not needed
2013-03-03  Mathieu DesnoyersCleanup: remove now unused metadata code from UST
2013-03-01  Mathieu DesnoyersFix: notification timeout logic
2013-03-01  Mathieu DesnoyersFix: Only notify socket should have timeout/nonblock
2013-03-01  Mathieu DesnoyersFix: ustctl: return -EPIPE to sessiond if connection...
2013-03-01  Mathieu DesnoyersFix: Add timeout on notification socket
2013-03-01  Mathieu DesnoyersRemove now unused metadata printf code
2013-03-01  Mathieu DesnoyersMove metadata creation into lttng-sessiond and lttng...
2013-03-01  Mathieu DesnoyersMove UST registry into sessiond and implement notifiers
2013-02-21  Mathieu DesnoyersUse urcu tls-compat.h
2013-02-19  Mathieu DesnoyersLazy provider registration
2013-02-19  Mathieu DesnoyersAlways use lttng_get_probe_list_head to get probe list
2013-02-18  Mathieu DesnoyersFix static build
2013-02-15  Mathieu DesnoyersMove LTTng-UST buffer ownership from application to...
2013-02-15  Mathieu DesnoyersFix: don't cancel already exited threads
2013-02-12  Mathieu DesnoyersScalability fix: tracepoint.c hash table size increase
2013-02-06  Mathieu DesnoyersSpeed up probe registration for large amount of events
2013-01-25  Mathieu DesnoyersFix: missing test for lttng_ust_comm_should_quit in...
2013-01-16  Mathieu DesnoyersIntroduce hash table for lttng_create_event_if_missing()
2012-12-20  Mathieu DesnoyersHelper to debug: add object name
2012-12-17  Mathieu DesnoyersAdapt internal files and examples to TRACEPOINT_INCLUDE
2012-12-05  Mathieu DesnoyersUpdate license text
2012-12-04  Mathieu DesnoyersFix: check if event enabled for bytecode-less events
2012-12-03  Mathieu DesnoyersFix: handle enablers without bytecode
2012-11-22  Mathieu Desnoyersfilter interpreter cleanup: use uint64_t for retval
2012-11-22  Mathieu DesnoyersFix: filter linking can dereference NULL pointer on...
2012-11-22  Mathieu DesnoyersFilter: use only single lower bit of filter return...
2012-11-22  Mathieu DesnoyersFix: filter link fail handling
2012-11-22  Mathieu DesnoyersImplement support for overlapping wildcard/events
2012-11-22  Mathieu DesnoyersCleanup: add lttng_/lttng-/LTTNG_ prefixes
2012-11-22  Mathieu Desnoyersfilter: add seqnum field to filter command
2012-11-22  Mathieu DesnoyersFilter iteration: iterate on list of filters
2012-11-09  David GouletAdd libc errno translation layer to UST error code
2012-11-06  Mathieu DesnoyersTear down handles associated with a closed sessiond...
2012-11-06  Mathieu DesnoyersDistinguish UST return codes from transport return...
2012-10-30  Mathieu DesnoyersCleanup: don't spawn per-user thread if HOME is not set
2012-10-24  Mathieu DesnoyersFix: procname context semantic
2012-10-09  Mathieu DesnoyersFix: memcpy of string is larger than source
2012-10-03  Mathieu DesnoyersFix: be quiet on filter linker error
2012-10-02  Paul ChaventBuild out of src tree
2012-10-01  Mathieu DesnoyersFix: filter bytecode specializer stack leak
2012-09-29  Christian BabeuxFix: reloc offset validation error out on filters with...
2012-09-28  Mathieu DesnoyersPerform calculation on bit size in 64-bit
2012-09-28  Mathieu DesnoyersUse uint64_t for packet header content size and packet...
2012-09-26  Mathieu DesnoyersFix: BSD getprogname null pointer dereference
2012-09-20  Mathieu DesnoyersAdd support for model.emf.uri event info
2012-09-19  Mathieu DesnoyersFilter error message cleanup
2012-09-18  Mathieu DesnoyersFix: get_wait_shm() ust mutex deadlock (add 2 missing...
2012-09-17  Mathieu DesnoyersFix: get_wait_shm() ust mutex deadlock
2012-09-17  Mathieu DesnoyersFix: add events with 0 field to field list
2012-09-10  Mathieu DesnoyersFix make dist: add missing filter header
2012-09-07  Mathieu DesnoyersFix: backward compatibility with UST 2.0 app probes
2012-09-06  Christian BabeuxFix: Filter ABI changes to support FILTER_BYTECODE_MAX_...
2012-09-04  Mathieu DesnoyersExport "written" information about fields
2012-08-27  Mathieu DesnoyersFix: accept 65536 bytes long bytecodes
2012-08-27  Mathieu DesnoyersAdd hostname to env
2012-08-17  Mathieu DesnoyersABI change: bump internal version to 3.0.0
2012-08-16  Michael GreeneFix: threads should be created in DETACHED state
2012-07-24  Mathieu DesnoyersCleanup: filter: turn bytecode linking error msg into...
2012-07-17  Mathieu DesnoyersFilter: keep aliased ax and bx registers
2012-07-17  Mathieu DesnoyersFilter: remove interpreter dynamic typing
2012-07-17  Mathieu DesnoyersFilter: add missing specialized op names
2012-07-17  Mathieu DesnoyersFilter: specialize double-s64 binary comparators
2012-07-17  Mathieu DesnoyersFix filter: fix stack leak on taken branch
2012-07-16  Mathieu DesnoyersFilter: Implement stack-based interpreter
2012-07-16  Mathieu DesnoyersFilter: double comparator produces s64
2012-07-16  Mathieu DesnoyersFilter: use hash table to check merge points
next
This page took 0.038936 seconds and 7 git commands to generate.