Version 2.5.7
[lttng-ust.git] / include /
2015-06-22  Mathieu DesnoyersFix: perform volatile load of tracepoint state
2015-06-10  Mathieu DesnoyersAllow TP_IP_PARAM arg name to be configured
2015-06-09  Mathieu DesnoyersFix: fetch caller address from tracef()
2015-05-07  Mathieu DesnoyersFix: building probe providers with C++ compiler
2015-01-16  Mathieu DesnoyersFix: missing parenthesis in offset_align_floor
2014-12-01  Mathieu DesnoyersFix: context alignment not properly handled
2014-11-17  Mathieu DesnoyersFix: allow tracepoints to build with --std=c99
2014-11-12  Mathieu DesnoyersFix: filter attach vs event enable race
2014-11-12  Mathieu DesnoyersFix coverity warning about sizeof(void **) != sizeof...
2014-07-07  Paul WoegererAdd lttng_ust_notrace to static inline functions
2014-06-10  Mathieu DesnoyersFix: multiple providers in same C file failure
2014-05-13  Mathieu DesnoyersFix: tracef.h: add missing c++ guard
2014-04-27  Mathieu DesnoyersImplement LTTng-UST perf counters support on x86
2014-04-15  Mathieu DesnoyersFix: pad strings that are modified concurrently with...
2014-03-14  Mathieu DesnoyersFix: add missing header files for tracef
2014-03-14  Mathieu DesnoyersImplement tracef() instrumentation API
2014-03-14  Zifei TongAdd 'unused' attribute to tracepoint callback
2014-02-28  Mathieu DesnoyersFix: Cast from pointer to different integer size warning
2014-02-14  Mathieu DesnoyersCleanup: remove extra space in dlerror wrapper
2014-02-14  Mathieu DesnoyersFix: work-around glibc lying about dlsym()/dlerror...
2014-02-03  Mathieu DesnoyersFix: C++: incomplete extern C guard transition
2013-12-16  Mathieu DesnoyersFix: baddr_statedump tracepoint registration
2013-12-03  Mathieu DesnoyersFix: baddr deadlock with lttng-ust destructor
2013-11-30  Mathieu DesnoyersFix: take the ust lock around session iteration in...
2013-11-30  Paul WoegererFix: baddr_statedump deadlock with JUL tracing
2013-11-14  Paul WoegererImplement base-address-state tracing
2013-11-13  JP IkaheimonenStore exclusions to enablers
2013-11-13  JP IkaheimonenAdd excluders to enabler structure
2013-11-13  JP IkaheimonenSend exclusion data through ustcomm
2013-11-13  JP IkaheimonenDefine exclusion structure for UST ABI
2013-11-13  JP IkaheimonenDefine a new command LTTNG_UST_EXCLUSION
2013-10-31  Mathieu DesnoyersWarning cleanup: add missing padding initializer
2013-10-08  Mathieu Desnoyersgcc warning fix: -Wextra
2013-09-30  Mohamad GebaiFix linking warning
2013-09-19  Julien DesfossezPer-stream ioctl to get the current timestamp
2013-09-19  Julien DesfossezLTTng ringbuffer ABI calls for index generation
2013-09-19  Julien DesfossezSpecialize lttng_ust_lib_ring_buffer_client_cb
2013-08-19  Mathieu DesnoyersIntroduce configure --with-lttng-system-rundir
2013-07-11  Mathieu DesnoyersBump ABI major to 5
2013-07-10  Mathieu Desnoyerscallsite: add "ip" context
2013-07-02  Julien DesfossezIntroduce ustctl_write_one_packet_to_channel
2013-06-18  Mathieu DesnoyersTracepoint.h: replace assertion by fprintf and abort()
2013-06-18  Mathieu DesnoyersRemove unused assert.h from bitfield.h
2013-06-18  Mathieu DesnoyersClarify probe registration documentation/errors
2013-06-18  Mathieu DesnoyersAdd mising include in ust.h
2013-06-17  Mathieu DesnoyersFix: segfault when print invalid command
2013-06-14  Mathieu Desnoyerszmalloc: attribute always_inline
2013-05-30  Zifei TongAllow tracepoint providers to be compiled with g++
2013-05-13  Mathieu DesnoyersFix: incorrect support for multi-context
2013-05-08  Mathieu DesnoyersFix: add provider ABI compatibility check
2013-04-18  Mathieu DesnoyersFix: tracepoint.h incorrect assumption about constructo...
2013-04-10  Mathieu DesnoyersFix: ABI breakage between 2.1 and 2.2-rc1
2013-04-06  Mathieu DesnoyersOptimisation: only fix pending events once per lazy...
2013-03-28  Mathieu DesnoyersFix: tracepoint instrumentation constructor order issue
2013-03-27  Mathieu DesnoyersDon't rely on explicit context for filtering
2013-03-27  Mathieu DesnoyersImplement per-context filtering
2013-03-26  Mathieu DesnoyersPerformance: add unlikely to tracepoint dynamic linking...
2013-03-26  Mathieu DesnoyersFix: _LGPL_SOURCE rcu dereference fix
2013-03-21  Mathieu DesnoyersAdd channel ID field to attr
2013-03-20  Mathieu DesnoyersFix clang warnings
2013-03-11  Mathieu DesnoyersImplement read timer (for RT)
2013-03-06  Mathieu DesnoyersImplement ustctl_duplicate_ust_object_data
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-05  Mathieu DesnoyersFix: ensure all probe providers have their symbols
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: Add timeout on notification socket
2013-03-01  Mathieu DesnoyersAdd write metadata API to ust-ctl.h
2013-03-01  Mathieu DesnoyersMove UST registry into sessiond and implement notifiers
2013-02-26  Mathieu DesnoyersUse tp rcu link test in provider
2013-02-26  Mathieu DesnoyersRemove direct dependency of probes on urcu-bp
2013-02-19  Mathieu DesnoyersLazy provider registration
2013-02-15  Mathieu DesnoyersMove LTTng-UST buffer ownership from application to...
2013-02-15  Mathieu DesnoyersFix package: don't distribute generated headers
2013-02-12  Mathieu DesnoyersScalability fix for many events: event hash table size
2013-02-06  Mathieu DesnoyersSpeed up probe registration for large amount of events
2013-01-21  Mathieu DesnoyersFix: comment in ust-ctl.h
2013-01-21  Mathieu DesnoyersFix I/O-related error values in ustctl
2013-01-16  Mathieu DesnoyersIntroduce hash table for lttng_create_event_if_missing()
2012-12-20  Mathieu DesnoyersBump UST proto version minor number
2012-12-17  Mathieu DesnoyersFix: don't do macro expansion in tracepoint file name
2012-12-13  Mathieu DesnoyersPack structures in comm protocol between UST and sessiond
2012-12-05  Mathieu DesnoyersUpdate license text
2012-12-03  Mathieu DesnoyersFix: handle enablers without bytecode
2012-11-26  Mathieu DesnoyersPrint probe provider mismatch error even without -Wsyst...
2012-11-22  Mathieu Desnoyersfilter: Add missing padding
2012-11-22  Mathieu DesnoyersFilter: use only single lower bit of filter return...
2012-11-22  Mathieu DesnoyersFix: filter: var len array at end of external structure
2012-11-22  Mathieu DesnoyersFix: filter link fail handling
2012-11-22  Mathieu Desnoyersfilters: perform union rather than intersection
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-07  Mathieu DesnoyersFix: add const qualifier for filter local void *
2012-11-07  Mathieu DesnoyersFix: re-allow non-lvalue string, sequence, array parameters
2012-11-06  Mathieu DesnoyersTear down handles associated with a closed sessiond...
2012-11-06  Mathieu DesnoyersDistinguish UST return codes from transport return...
next
This page took 0.038742 seconds and 7 git commands to generate.