Introduce a verbose mode for the Java agent
[deliverable/lttng-ust.git] / include /
2016-02-05  Jérémie GalarneauAdd app context support to ust-ctl protocol
2016-02-05  Mathieu DesnoyersHandle application context cmd
2016-02-05  Mathieu DesnoyersImplement dynamic types, and application context provid...
2016-01-14  Mathieu DesnoyersAdd CTF enum type support to tracepoint event
2015-10-15  Stelios BounanosFix: Don't (re)define STAP_PROBEV
2015-09-04  Mathieu DesnoyersCleanup: elf: use off_t for offsets, size_t for len
2015-09-04  Michael JeansonFix: add missing ust-elf.h header to dist
2015-08-31  Mathieu Desnoyersbaddr statedump: remove dependency on file streams
2015-08-29  Antoine BusqueAdd memory size, build id, and debug link info to state...
2015-07-01  Philippe ProulxAdd ctf_sequence_hex() macro
2015-06-22  Mathieu DesnoyersFix: perform volatile load of tracepoint state
2015-06-13  Mathieu DesnoyersImplement cpu_id context for filtering
2015-06-10  Mathieu DesnoyersAllow TP_IP_PARAM arg name to be configured
2015-06-10  Mathieu Desnoyerstracelog: use same class for all loglevels
2015-06-09  Mathieu Desnoyersfix tracelog namespacing of loglevels
2015-06-09  Mathieu DesnoyersImplement tracelog API
2015-06-09  Mathieu DesnoyersFix: fetch caller address from tracef()
2015-05-07  Mathieu DesnoyersFix: building probe providers with C++ compiler
2015-04-10  Mathieu DesnoyersFix: add missing ust-clock.h
2015-04-10  Mathieu DesnoyersImplement getcpu override
2015-04-10  Mathieu DesnoyersImplement clock override plugin support
2015-03-27  Dmitri ShubinAdd tracepoint_enabled() macro
2015-03-26  Mathieu DesnoyersMove file creation/unlink from liblttng-ust-ctl to...
2015-03-26  Mathieu DesnoyersImplement file-backed ring buffer
2015-02-04  Mathieu DesnoyersDon't output to stderr from lib unless DEBUG is activated
2015-02-04  Mathieu DesnoyersRemove usterr.h, use usterr-signal-safe.h everywhere...
2015-01-16  Mathieu DesnoyersFix: missing parenthesis in offset_align_floor
2015-01-12  Mathieu DesnoyersFix: add ustctl_has_perf_counters
2014-12-01  Mathieu DesnoyersFix: context alignment not properly handled
2014-11-17  Mathieu DesnoyersFix: allow tracepoints to build with --std=c99
2014-11-13  Mathieu DesnoyersBump UST ABI for new release cycle
2014-11-12  Mathieu DesnoyersCleanup: remove "disabled" flag for new release cycle
2014-11-12  Mathieu DesnoyersFix: filter attach vs event enable race
2014-11-12  Mathieu DesnoyersFix coverity warning about sizeof(void **) != sizeof...
2014-09-23  Simon MarchiRename public structure to avoid collisions
2014-08-13  Mathieu DesnoyersFix: remove references to trace_printf()
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
next
This page took 0.042719 seconds and 8 git commands to generate.