lttng-modules.git
2020-11-25  Francis DeslauriersImplement capturing payload on event notifier
2020-11-25  Mathieu DesnoyersFix: comment related to filter bytecode list
2020-11-25  Mathieu DesnoyersFix: use vmalloc for filter bytecode allocation
2020-11-25  Francis DeslauriersImplement enum and sequence capture serialization functions
2020-11-25  Francis Deslauriersbytecode: Add `OBJECT_TYPE_{UN,}SIGNED_ENUM` type
2020-11-25  Francis DeslauriersGeneralize `lttng_enabler_link_bytecode()` bytecode...
2020-11-25  Francis DeslauriersCleanup: rename `_lttng_filter_link_bytecode()` ->...
2020-11-25  Francis DeslauriersAdd `interpreter_funcs` to `lttng_bytecode_runtime`
2020-11-25  Francis Deslauriersbytecode: rename `lttng_filter_sync_state()` -> `lttng_...
2020-11-25  Francis DeslauriersRename filter bytecode types and files
2020-11-25  Francis Deslauriersbytecode: generalize `struct lttng_filter_bytecode_node`
2020-11-25  Francis DeslauriersAdd msgpack implementation for serializing captures
2020-11-25  Francis Deslauriersbytecode: allow interpreter to return any type
2020-11-25  Francis Deslauriersbytecode: propagate `rev_bo` of element
2020-11-25  Francis Deslauriersbytecode: set register type to `REG_PTR` even if not...
2020-11-25  Francis DeslauriersAdd `lttng_bytecode_interpret_format_output()` for...
2020-11-25  Francis Deslauriersbytecode: add `REG_U64` interpreter register type
2020-11-25  Mathieu DesnoyersFix: filter validator: refuse string and star glob...
2020-11-25  Francis DeslauriersFix: bytecode: Validate register type for instructions...
2020-11-25  Francis DeslauriersCleanup: Rename filter functions/fields to mention...
2020-11-25  Francis DeslauriersImplement event notifiers for syscalls
2020-11-25  Francis DeslauriersFix: syscalls: address of statically allocated element...
2020-11-25  Francis DeslauriersRename LTTNG_SYSCALL_MATCH_ -> LTTNG_KERNEL_SYSCALL_MATCH_
2020-11-25  Francis DeslauriersAllow LTTNG_KERNEL_SYSCALL_{ENTRY, EXIT}
2020-11-25  Francis Deslaurierssyscalls: extract `lttng_syscall_filter_enable()` for...
2020-11-25  Francis DeslauriersCleanup: syscall: remove unused `syscall_name` field
2020-11-24  Michael Jeansonfix: adjust version range for trace_find_free_extent()
2020-11-23  Michael JeansonImprove the release script
2020-11-23  Mathieu DesnoyersAdd release maintainer script
2020-11-20  Michael Jeansonfix: include order for older kernels
2020-11-20  Michael Jeansonfix: tracepoint: Optimize using static_call() (v5.10)
2020-11-20  Michael Jeansonfix: KVM: x86/mmu: Return unique RET_PF_* values if...
2020-11-20  Michael Jeansonfix: kvm: x86/mmu: Add TDP MMU PF handler (v5.10)
2020-11-20  Michael Jeansonfix: KVM: x86: Add intr/vectoring info and error code...
2020-11-20  Michael Jeansonfix: ext4: fast commit recovery path (v5.10)
2020-11-20  Michael Jeansonfix: btrfs: make ordered extent tracepoint take btrfs_i...
2020-11-20  Michael Jeansonfix: btrfs: tracepoints: output proper root owner for...
2020-11-20  Michael Jeansonfix: objtool: Rename frame.h -> objtool.h (v5.10)
2020-11-19  Mathieu DesnoyersRevert "Implement event notifiers for syscalls"
2020-11-19  Mathieu DesnoyersFix: ressource leak in id tracker
2020-11-19  Francis DeslauriersImplement event notifiers for syscalls
2020-11-18  Francis Deslaurierslttng-syscalls.c: extract function calling actual probe
2020-11-18  Francis DeslauriersNamespace syscall code relating to events
2020-11-18  Francis DeslauriersImplement event notifiers for uprobes
2020-11-18  Francis DeslauriersNamespace uprobe functions relating to events
2020-11-18  Francis Deslauriersdoc: event notifier on kretprobe is not supported
2020-11-18  Francis DeslauriersImplement event notifiers for kprobes
2020-11-18  Francis DeslauriersNamespace kprobe functions relating to events
2020-11-18  Francis DeslauriersImplement event notifiers for tracepoints
2020-11-18  Francis DeslauriersImplement event notifier probes
2020-11-18  Mathieu DesnoyersFix: event notifier: adapt read iterator state to poll...
2020-11-18  Mathieu DesnoyersFix: event-notifier: do not flush packet if it only...
2020-11-18  Mathieu DesnoyersImplement lttng_event_notifier_group_notif_fops read...
2020-11-18  Francis DeslauriersImplement event notifier send notification
2020-11-18  Francis DeslauriersAdd event notifier and event notifier enabler
2020-11-18  Francis DeslauriersImplement event notifier group create
2020-11-18  Francis DeslauriersAdd token to `struct lttng_kernel_event`
2020-11-18  Francis Deslaurierslttng-events: move lttng_transport_find earlier in...
2020-11-18  Mathieu Desnoyerslib ring buffer: move subbuffer_consume_record into...
2020-11-18  Mathieu Desnoyerslib ring buffer iterator: introduce lib_ring_buffer_put...
2020-11-18  Mathieu DesnoyersIntroduce event notifier lib ring buffer client
2020-11-18  Mathieu Desnoyerslttng_abi_create_stream_fd: expect fd name as parameter
2020-11-18  Mathieu DesnoyersLTTng ring buffer clients: expect void pointer as priva...
2020-11-18  Mathieu Desnoyerslib ring buffer: use irq_work for wakeup by writer
2020-11-18  Francis DeslauriersRename `lttng_event_{get,put}()` to `lttng_event_desc_...
2020-11-18  Francis DeslauriersCleanup: extract function to borrow hashlist bucket
2020-11-18  Francis DeslauriersDecouple `struct lttng_event` from filter code
2020-11-18  Francis DeslauriersRename `lttng_create_*_if_missing()` in anticipation...
2020-11-18  Francis DeslauriersExtract event enabler fields to specialized struct
2020-11-18  Francis DeslauriersDocs: explain why unused `lttng_enabler::ctx` is kept...
2020-11-18  Francis DeslauriersRename `enum lttng_enabler_type` to `_format_type`
2020-11-18  Jonathan RajotteTest: add signed value and enum for testings of event...
2020-11-18  Francis DeslauriersCleanup: remove usage of enum in ABI structures
2020-10-21  Mathieu DesnoyersFix: type mismatch in clone instrumentation
2020-10-21  Geneviève Bastiensyscalls: Make clone()'s `flags` field a 2 enum struct.
2020-10-09  Michael Jeansonfix: strncpy equals destination size warning
2020-10-06  Michael JeansonSet version to 2.13-pre
2020-10-05  Mathieu DesnoyersCleanup: lttng-syscalls: silence warning about uninitia...
2020-10-02  Michael JeansonAdd 'kernel_read' wrapper for kernels < v4.14
2020-09-30  Michael Jeansonfix: Use 'kernel_read' to read from procfs
2020-09-30  Michael Jeansonfix: don't allow userspace copy to read kernel memory
2020-09-30  Michael Jeansonfix: Add a 1MB limit to lttng_strlen_user_inatomic
2020-09-23  Michael Jeansonfix: Adjust ranges for Ubuntu 4.15.0-119 kernel
2020-09-22  Michael Jeansonfix: Adjust ranges for Ubuntu HWE 5.0 kernels
2020-09-08  Mathieu DesnoyersFix: system call filter table
2020-09-04  Michael Jeansonfix: version ranges for ext4_discard_preallocations...
2020-08-31  Michael Jeansonfix: writeback: Fix sync livelock due to b_dirty_time...
2020-08-31  Michael Jeansonfix: writeback: Drop I_DIRTY_TIME_EXPIRE (v5.9)
2020-08-25  Michael Jeansonfix: removal of [smp_]read_barrier_depends (v5.9)
2020-08-25  Michael Jeansonfix: ext4: indicate via a block bitmap read is prefetch...
2020-08-25  Michael Jeansonfix: ext4: limit the length of per-inode prealloc list...
2020-08-25  Michael Jeansonfix: KVM: x86/mmu: Make kvm_mmu_page definition and...
2020-08-25  Michael Jeansonfix: Move mmutrace.h into the mmu/ sub-directory (v5.9)
2020-08-13  Michael JeansonNamespace all logging statements
2020-08-13  Beniamin SanduKconfig: fix dependency issue when building in-tree...
2020-08-06  Francis DeslauriersFix: mmap enum flags build failures
2020-08-05  Francis Deslaurierssyscalls: Make mmap()'s fields `prot` and `flags` enums
2020-08-05  Francis Deslauriersx86: add error code enum to pagefault tracepoints
2020-07-20  Michael JeansonFix: TAINT_UNSAFE_SMP renamed to TAINT_CPU_OUT_OF_SPEC...
2020-07-18  Francis Deslauriersmodule_load: change `taints` field to `ctf_enum`
next
This page took 0.038797 seconds and 4 git commands to generate.