lttng-modules.git
2021-01-19  Michael Jeansonfix: block: simplify and extend the block_bio_merge...
2021-01-19  Michael Jeansonfix: block: remove the request_queue to argument reques...
2020-12-14  Michael Jeansonfix: remove floating-point arguments in msgpack
2020-12-11  Mathieu Desnoyersabi: use 0, 1 for counter enumerations
2020-12-11  Mathieu DesnoyersCleanup: use tabs in abi.h
2020-12-11  Jérémie GalarneauBump LTTNG_MODULES_ABI_MINOR_VERSION to 6
2020-11-30  Michael JeansonFix: handle default switch case with -EINVAL in lttng...
2020-11-30  Michael Jeansonfix: use wrapper for hlist_for_each_entry_rcu
2020-11-30  Michael Jeansonfix: asm/barrier.h was introduced in v3.4
2020-11-30  Mathieu DesnoyersFix: handle default switch case with -EINVAL in __lttng...
2020-11-30  Mathieu DesnoyersIntroduce lttng smp_store_release smp_load_acquire...
2020-11-30  Michael Jeansonfix: include byteorder.h for 'cpu_to_*'
2020-11-27  Mathieu DesnoyersFix: notifier: use store-release/load-acquire for error...
2020-11-27  Francis DeslauriersFix: event-notifier: Groups may not have an error counter
2020-11-26  Mathieu DesnoyersBump LTTNG_KERNEL_EVENT_NOTIFIER_PADDING to 32 bytes
2020-11-26  Mathieu DesnoyersFix: remove dead code in msgpack.c
2020-11-26  Mathieu DesnoyersFix: counter: cast UINT*_MAX to 64-bit signed type...
2020-11-26  Mathieu DesnoyersFix: include limits.h wrapper from libcounter
2020-11-25  Mathieu DesnoyersFix: include kernel.h in wrapper/limits.h
2020-11-25  Mathieu DesnoyersIntroduce limits wrapper
2020-11-25  Mathieu DesnoyersIntroduce lazy system call event creation
2020-11-25  Francis DeslauriersImplement event notifier error counter
2020-11-25  Mathieu DesnoyersImplement lib counter
2020-11-25  Mathieu Desnoyerscapture: Replace FIXME by explanation of the limit
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
next
This page took 0.039028 seconds and 4 git commands to generate.