Fix: update writeback instrumentation for kernel 4.14
[lttng-modules.git] / probes /
2017-06-23  Michael JeansonRename Makefile.ABI.workarounds to Kbuild.common
2017-06-23  Michael JeansonFix: handle missing ftrace header on v4.12
2017-06-01  Mathieu DesnoyersFix: pid tracker should track "pgid"
2017-05-30  Francis DeslauriersFix: Build ftrace probe on kernels prior to 4.12
2017-05-29  Michael JeansonFix: update ftrace probe for kernel 4.12
2017-05-24  Michael JeansonFix: ext3 was completely removed from the kernel in...
2017-05-05  Michael JeansonFix: remove CONFIG_KALLSYMS_ALL warning on clean
2017-04-20  Michael JeansonFix: Always build vmscan probe
2017-03-07  Francis DeslauriersFix: section mismatch warning caused by __exit annotation
2016-10-07  Mathieu DesnoyersFix: i2c: support kernels < 3.15
2016-10-04  Simon MarchiAdd support for i2c tracepoints
2016-10-03  Mathieu DesnoyersCleanup: makefile version checks with single "ge"
2016-09-26  Mathieu DesnoyersPerformance: special-case NULL in lttng_strlen_user_ina...
2016-07-15  Mathieu DesnoyersCleanup: __dynamic_len_idx set but not used warning
2016-07-04  Philippe ProulxAdd ctf_enum_auto() for autoincrementing enumeration...
2016-05-16  Mathieu DesnoyersFix: ctf_string() should handle NULL pointers
2016-05-11  Mathieu DesnoyersTest clock override plugin
2016-05-02  Julien DesfossezAdd ctf_integer_bitfield_type
2016-05-02  Mathieu DesnoyersImplement enumeration type
2016-05-02  Mathieu DesnoyersImplement custom field support
2016-05-02  Mathieu DesnoyersImplement shadow stack for dynamic len
2016-04-26  Mathieu DesnoyersFix: endianness of integers received by filter
2016-04-20  Mathieu DesnoyersFix: ctf_user_integer should not trigger page fault
2016-03-16  Mathieu DesnoyersFix: build against out-of-tree kernel build
2016-03-15  Mathieu Desnoyersprobes/Kbuild: remove upper level header path
2016-03-15  Mathieu DesnoyersMove leftover relative include paths to system paths
2016-03-15  Mathieu DesnoyersUse system include paths in probes
2016-03-15  Mathieu DesnoyersUse system include paths in lttng-types.h
2016-03-15  Mathieu DesnoyersUse system include paths in lttng-tracepoint-event...
2016-03-15  Mathieu DesnoyersUse system include path in probes/define_trace.h
2016-03-15  Mathieu DesnoyersUse system include paths in probes/lttng-tracepoint...
2016-03-15  Mathieu DesnoyersRename probes/lttng-events.h to probes/lttng-tracepoint...
2016-03-15  Mathieu DesnoyersAdd makefile directory to include path
2016-02-12  Michael JeansonCleanup: Remove unused lttng-types module
2016-01-19  Mathieu DesnoyersFix: check reference counts for overflow
2015-12-18  Michael JeansonRename sub makefiles to Kbuild
2015-12-18  Michael JeansonCleanup sub makefiles
2015-12-18  Michael JeansonMake goals configurable with CONFIG_LTTNG
2015-11-17  Mathieu DesnoyersFix: interruptible context: reversed logic
2015-11-17  Julien DesfossezContexts for RT debugging
2015-11-10  Mathieu DesnoyersFix: instrumentation: v4lv2 missing include
2015-10-23  Mathieu DesnoyersInstrument x86 page faults
2015-10-23  Mathieu DesnoyersInstrument x86_irq_vectors
2015-10-21  Mathieu DesnoyersTracepoint event: add "TP_code_post()"
2015-10-21  Mathieu DesnoyersImplement array and sequence bitfields
2015-10-03  Mathieu DesnoyersFix: kmem: add mm.h include
2015-09-11  Michael JeansonFix: lttng-test build failure for kernels < 3.0
2015-09-04  Mathieu DesnoyersImplement lttng test module
2015-09-02  Mathieu DesnoyersFix: non-enabler events should be disabled by default
2015-07-27  Chris J ArgesFix: disable kvm probe if lapic.h isn't found
2015-07-16  Mathieu DesnoyersFix: allow LTTng to be built within kernel tree
2015-06-17  Michael JeansonFix: version checks for kernel 4.0
2015-05-26  Mathieu DesnoyersFix: remove regmap instrumentation for kernels < 4.1
2015-04-27  Mathieu DesnoyersFix: regmap build against kernel 4.0 kernel headers
2015-04-27  Mathieu DesnoyersFix: add missing x86 mmutrace kernel header include
2015-04-27  Mathieu DesnoyersFix: build x86 kvm probes on kernels >= 4.1-rc1
2015-04-27  Mathieu DesnoyersFix: 4.1-rc1 Linux build and regmap instrumentation
2015-04-27  Mathieu DesnoyersFix: discover Debian API
2015-04-23  Mathieu DesnoyersFix: disable x86 kvm instrumentation for kernels <...
2015-04-23  Mathieu DesnoyersFix: string length calculation reversed user vs kernel...
2015-04-23  Mathieu DesnoyersFix: add lttng rcu wrapper to allow tracing RCU
2015-04-17  Mathieu DesnoyersFix: check that class and instance prototype match
2015-04-17  Mathieu DesnoyersFix: lttng-events.h check function takes void
2015-04-17  Mathieu DesnoyersFix: version condition in makefile
2015-04-16  Mathieu DesnoyersImplement wrapper around get_pfnblock_flags_mask
2015-04-16  Mathieu DesnoyersFix: Support 4.x kernel versions in Makefile
2015-04-10  Mathieu DesnoyersFix: add missing module.h include to lttng-probe-user.c
2015-04-10  Mathieu DesnoyersFix coverity warning about sizeof(void **) != sizeof...
2015-04-10  Mathieu DesnoyersFix length type and text sequence base
2015-04-10  Mathieu DesnoyersFix: TP_FIELDS: add missing headers
2015-04-10  Mathieu DesnoyersMigrate syscall instrumentation to TP_FIELDS
2015-04-10  Mathieu DesnoyersMigrate tracepoint instrumentation to TP_FIELDS
2015-04-10  Mathieu DesnoyersImplement tracepoint wildcard support
2015-04-10  Mathieu DesnoyersNamespace all tracepoints
2015-03-31  Mathieu DesnoyersImplement PID tracking
2014-10-12  Mathieu DesnoyersPrint build warning when writeback probe is disabled
2014-09-26  Mathieu DesnoyersFix instrumentation of vmscan for older kernels
2014-09-26  Mathieu DesnoyersRename LTTng instrumentation macros
2014-09-26  Mathieu DesnoyersExtract input/output arguments from accept and connect...
2014-07-25  Mathieu DesnoyersFix: noargs probes should calculate alignment and event...
2014-05-20  Mathieu DesnoyersDump FD flags and mode on state dump
2014-05-03  Mathieu DesnoyersFix: blktrace instrumentation for v3.2.58+ stable branch
2014-04-16  Mathieu DesnoyersFix: allow racy tracepoint string input from kernel...
2014-04-15  Mathieu DesnoyersAdapt to 3.15 tracepoint API
2014-04-10  Mathieu DesnoyersFix: add missing module version in v4l2 probe
2014-04-07  Wade FarnsworthAdd V4L2 instrumentation
2014-04-02  Mathieu DesnoyersFix: add missing module version information
2014-03-11  Mathieu DesnoyersLTTng logger ABI
2014-01-25  Mathieu DesnoyersFix: tracepoint name remapping
2013-07-18  Mathieu DesnoyersFix: kvm x86 probes side-effect
2013-07-08  Mohamad GebaiAdd support for kvm x86 specific tracepoints
2013-07-05  Mathieu DesnoyersFix: double length of __dynamic_len array
2013-07-04  Mathieu DesnoyersIntroduce __dynamic_array_enc_ext_2() and tp_memcpy_dyn_2()
2013-05-08  Julien DesfossezRemove useless lttng_metadata probe
2013-04-02  Andrew GabbasovClean up using global_dirty_limit wrapper for writeback...
2013-03-30  Mathieu Desnoyersworkqueue instrumentation: remove duplicated structures
2013-03-30  Mathieu DesnoyersIntroduce API to remap event names exposed by LTTng
2013-03-13  Mathieu DesnoyersFix Linux 3.8 ext4 probe support
2013-03-13  Mathieu DesnoyersFix 3.8 kernel support: namespace lttng_is_signed_type()
2013-02-06  Simon MarchiFix check in lttng_strlen_user_inatomic
next
This page took 0.042262 seconds and 7 git commands to generate.