Fix: update writeback instrumentation for kernel 4.14
[lttng-modules.git] / lttng-events.c
2017-09-26  Michael JeansonAdd kmalloc failover to vmalloc
2017-03-11  Mathieu DesnoyersFix: introduce LTTNG_SIZE_MAX for older kernels
2017-03-11  Mathieu DesnoyersUse SIZE_MAX instead of -1ULL for size_t parameter
2017-03-10  Philippe ProulxAdd support for star globbing patterns in event names
2017-01-23  Mathieu DesnoyersAdapt lttng-modules to Linux 4.10 cpu hotplug state...
2016-12-22  Michael JeansonAdd load/unload messages to kernel log
2016-07-13  Geneviève BastienFix: endianness for the container type of enum
2016-07-04  Mathieu Desnoyersenumeration autoincrement: use if/else logic
2016-07-04  Philippe ProulxCleanup trailing whitespaces
2016-07-04  Philippe ProulxAdd ctf_enum_auto() for autoincrementing enumeration...
2016-06-30  Mathieu DesnoyersImplement session statedump command
2016-05-20  Mathieu DesnoyersFix: only flush non-metadata channels
2016-05-18  Mathieu DesnoyersFix: do not generate packet at destroy after stop
2016-05-02  Mathieu DesnoyersImplement enumeration type
2016-05-02  Mathieu DesnoyersImplement variant type
2016-05-02  Mathieu DesnoyersImplement shadow stack for dynamic len
2016-05-02  Mathieu DesnoyersImplement structure, compound array/sequence types
2016-05-02  Mathieu DesnoyersFix: integer endianness metadata generation
2016-03-15  Mathieu DesnoyersUse system header paths in core implementation files
2016-02-12  Mathieu DesnoyersFix: add missing versions and init call for page_alloc...
2016-02-08  Mathieu DesnoyersUpdate clock offset comment
2016-02-08  Mathieu Desnoyersclock offset: print negative value in metadata
2016-02-08  Mathieu DesnoyersFix: handle negative clock offset
2016-01-19  Mathieu DesnoyersFix: check reference counts for overflow
2015-10-21  Mathieu DesnoyersImplement array and sequence bitfields
2015-09-25  Mathieu DesnoyersImplement clock plugin support
2015-09-25  Julien DesfossezCommand to regenerate the metadata of a session
2015-09-02  Mathieu DesnoyersFix: non-enabler events should be disabled by default
2015-08-31  Michael JeansonFix: build failure on 2.6.36
2015-08-02  Julien DesfossezAdd stream instance id to the packet header
2015-08-02  Julien DesfossezAdd a packet sequence number
2015-06-25  Martin LeisenerFix: Building the event list fails on fragmented memory
2015-06-25  Mathieu DesnoyersFix: use after free on metadata cache reallocation
2015-05-29  Martin LeisenerFix: arm-32 build
2015-04-23  Mathieu DesnoyersFix: double-unlock of session mutex
2015-04-16  Mathieu DesnoyersImplement wrapper around get_pfnblock_flags_mask
2015-04-10  Mathieu DesnoyersFix: use lttng hlist wrapper in wildcard and filter
2015-04-10  Mathieu DesnoyersFilter: start with enabler "disabled"
2015-04-10  Mathieu DesnoyersMigrate tracepoint instrumentation to TP_FIELDS
2015-04-10  Mathieu DesnoyersImplement filtering infrastructure
2015-04-10  Mathieu Desnoyerssyscall wildcards: apply syscall filtering
2015-04-10  Mathieu DesnoyersImplement syscall wildcard support
2015-04-10  Mathieu DesnoyersImplement tracepoint wildcard support
2015-04-02  Mathieu DesnoyersImplement list.h wrapper for hlist in older kernels
2015-03-31  Mathieu DesnoyersImplement listing of pid tracker content
2015-03-31  Mathieu DesnoyersImplement PID tracking
2014-09-26  Mathieu DesnoyersAllow events with same name to be enabled for each...
2014-09-26  Mathieu DesnoyersFix: lttng-modules teardown NULL pointer OOPS
2014-09-26  Mathieu DesnoyersFix: handle concurrent flush vs get_next_subbuf on...
2014-09-16  Julien DesfossezFix: OOT lttng_logger tracepoint not visible with signe...
2014-04-15  Mathieu DesnoyersAdapt to 3.15 tracepoint API
2014-03-11  Mathieu DesnoyersLTTng logger ABI
2014-02-14  Mathieu DesnoyersAdd extraversion (e.g. -rc4) to lttng-tracer modinfo
2014-01-25  Mathieu DesnoyersFix: tracepoint event name mapping at unregister
2014-01-25  Mathieu DesnoyersFix: tracepoint name remapping
2014-01-22  Mathieu DesnoyersFix: enable event error path memory corruption
2014-01-15  Mathieu DesnoyersFix: provide more precise error report for enable event
2013-12-18  Mathieu DesnoyersFix: quote event name in metadata
2013-12-17  Mathieu DesnoyersAdd version info to lttng-tracer.ko modinfo
2013-11-26  Mathieu DesnoyersFix: handle unknown event type parameter
2013-10-15  Mathieu DesnoyersImport fix from LTSI: 3.4+ RT kernels use CONFIG_PREEMP...
2013-09-16  Julien DesfossezMetadata flush writes data from the cache
2013-09-16  Julien DesfossezLTTng ringbuffer ABI calls for index generation
2013-09-03  Mathieu DesnoyersFix: metadata stream should not reference session
2013-07-15  Mathieu DesnoyersFix: allow get/put subbuf in loop for metadata stream
2013-06-26  Mathieu DesnoyersFix: don't do 0 byte event reservation
2013-06-06  Julien DesfossezMetadata cache and multiple metadata channels
2012-10-01  Julien DesfossezABI with support for compat 32/64 bits
2012-09-28  Mathieu DesnoyersUse uint64_t for packet header content size and packet...
2012-09-02  Mathieu DesnoyersSupport for linux kernels 2.6.32 through 2.6.37
2012-08-27  Mathieu DesnoyersCleanup: no need to hold RCU read-side lock when readin...
2012-08-27  Mathieu DesnoyersAdd env hostname information
2012-05-08  Mathieu DesnoyersFix: free_event_id check should compare unsigned int...
2012-05-02  Mathieu DesnoyersUse unsigned long type for events discarded counter
2012-03-13  Mathieu DesnoyersFix clock offset 32-bit multiplication overflow
2012-03-09  Mathieu DesnoyersLicense cleanup, ifdef namespace cleanup
2012-03-02  Mathieu DesnoyersFix: use transport name as channel name
2012-02-20  Mathieu DesnoyersStandardize version across toolchain
2012-02-16  Mathieu DesnoyersImplement state dump
2012-02-07  Mathieu Desnoyersenvironment: write sysname, release, version, domain...
2012-01-30  Mathieu DesnoyersAdd missing double-quotes to clock uuid
2012-01-30  Mathieu Desnoyersclock: read bootid as clock monotonic ID
2012-01-27  Mathieu Desnoyersclock: output clock description in metadata
2012-01-22  Mathieu DesnoyersMass rename: ltt_*/ltt-* to LTTNG_*/LTTNG-*
This page took 0.227918 seconds and 90 git commands to generate.