Refactoring: combine probe callbacks
[lttng-modules.git] / src /
2021-04-23  Mathieu DesnoyersRefactoring: combine probe callbacks
2021-04-23  Mathieu DesnoyersCombine event recorder and notifier destroy
2021-04-23  Mathieu DesnoyersRefactoring: event structures
2021-04-19  He Zhelttng-probes: Warn of event's and provider's name for...
2021-04-15  Michael Jeansonfix: refactor contexts for type description structures
2021-04-15  Michael Jeansonfix: remove 'src/' from modules install path
2021-04-15  Michael Jeansonfix: block: add a disk_uevent helper (v5.12)
2021-04-15  Mathieu DesnoyersFix: perf counters: uninitialized field
2021-04-14  Mathieu DesnoyersCleanup: implement dedicated file operations for events...
2021-04-14  Mathieu DesnoyersNamespace LTTng modules ABI with lttng_kernel_abi_...
2021-04-14  Mathieu DesnoyersRefactoring: type description structures
2021-04-14  Mathieu DesnoyersPrefix lttng_enum_desc with lttng_kernel_
2021-04-14  Mathieu DesnoyersPrefix lttng_enum_value and lttng_enum_entry with lttng...
2021-04-14  Mathieu DesnoyersIntroduce internal event header
2021-04-14  Mathieu DesnoyersCleanup: namespace string encoding
2021-04-14  Mathieu DesnoyersCleanup: Rename abstract types to lttng_kernel_type
2021-04-14  Mathieu DesnoyersCleanup: event_notifier -> notify in comments
2021-04-14  Mathieu DesnoyersFix: event notifier: add missing parameters validation
2021-04-06  Mathieu DesnoyersCleanup: lttng_abi_create_event{,_notifier}: use switch...
2021-04-06  Mathieu DesnoyersAdd entryexit field to kretprobes ABI
2021-04-06  Mathieu DesnoyersAdd missing fallthrough comments
2021-04-06  Mathieu DesnoyersNo-op instrumentation is unsupported, cleanup fallthrou...
2021-04-06  Mathieu Desnoyerskretprobes: rename "return" to "exit"
2021-03-22  Mathieu DesnoyersFix: bytecode linker: validate event and field array...
2021-03-22  Mathieu DesnoyersFix: racy notifier captures update vs traversal
2021-03-17  Francis DeslauriersFix: kretprobe: null ptr deref on session destroy
2021-03-12  Mathieu DesnoyersFix: bytecode linker: iteration on wrong list head
2021-03-04  Jérémie GalarneauFix: filter interpreter early-exits on uninitialized...
2021-03-03  Mathieu DesnoyersFix: memory leaks on event notifier destroy
2021-03-03  Mathieu DesnoyersFix: memory leaks on event destroy
2021-02-08  Michael JeansonNamespace kernel version macros
2021-01-19  Michael Jeansonfix: genirq: Restrict export of irq_to_desc() (v5.11)
2021-01-19  Michael Jeansonfix: block: merge struct block_device and struct hd_str...
2021-01-19  Michael Jeansonfix: kprobes: Remove kretprobe hash (v5.11)
2021-01-19  Michael Jeansonfix: file: Rename fcheck lookup_fd_rcu (v5.11)
2020-12-14  Michael Jeansonfix: remove floating-point arguments in msgpack
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  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 DesnoyersFix: remove dead code in msgpack.c
2020-11-26  Mathieu DesnoyersFix: include limits.h wrapper from libcounter
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: 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-20  Michael Jeansonfix: tracepoint: Optimize using static_call() (v5.10)
2020-11-20  Michael Jeansonfix: kvm: x86/mmu: Add TDP MMU PF handler (v5.10)
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  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 Deslaurierslttng-events: move lttng_transport_find earlier in...
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_...
next
This page took 0.041821 seconds and 7 git commands to generate.