Refactoring: move enablers list into common structure
[lttng-modules.git] / src / lttng-events.c
2021-11-03  Mathieu DesnoyersRefactoring: move enablers list into common structure
2021-11-03  Mathieu DesnoyersRefactoring: introduce lttng_event_sync_filter_state...
2021-11-03  Mathieu DesnoyersRefactoring: combine common code into lttng_event_enabl...
2021-11-03  Mathieu DesnoyersRefactoring: introduce lttng_event_enabler_init_event_f...
2021-11-03  Mathieu DesnoyersRefactoring: introduce lttng_event_enabler_init_event_c...
2021-11-03  Mathieu DesnoyersRefactoring: combine common code into lttng_syscall_tab...
2021-11-03  Mathieu DesnoyersRefactoring: introduce list head from enabler getter
2021-11-03  Mathieu DesnoyersRefactoring: move event list node field to common structure
2021-11-03  Mathieu DesnoyersRefactoring: combine common code into lttng_create_even...
2021-11-03  Mathieu DesnoyersRefactoring: combine identical functions into lttng_cre...
2021-11-03  Mathieu DesnoyersRefactoring/fix: desc match enabler: handle error inter...
2021-11-03  Mathieu DesnoyersRefactoring: syscalls: use common match functions
2021-11-03  Mathieu DesnoyersRefactoring: combine create event common code
2021-11-03  Mathieu DesnoyersRefactoring: combine match functions for notifier and...
2021-11-02  Mathieu DesnoyersRefactoring: introduce lttng_get_event_ht_from_enabler
2021-11-02  Mathieu DesnoyersRefactoring: combine hlist_node into common event structure
2021-11-02  Mathieu DesnoyersRefactoring: event notifier create: use enablers
2021-11-02  Mathieu DesnoyersRefactoring: combine event hash tables common code
2021-11-02  Mathieu DesnoyersRefactoring: combine _lttng_event_unregister common...
2021-11-02  Mathieu DesnoyersRefactoring: combine register_event common code
2021-11-02  Mathieu DesnoyersRefactoring: combine lttng_create_syscall_event_if_miss...
2021-11-02  Mathieu DesnoyersRefactoring: syscalls: move lttng_syscalls_create_match...
2021-11-02  Mathieu DesnoyersRefactoring: kretprobes: use event common argument...
2021-11-02  Mathieu DesnoyersRefactoring: kprobes: combine common code between recor...
2021-11-02  Mathieu DesnoyersRefactoring: uprobes: combine common code between recor...
2021-11-02  Mathieu DesnoyersRefactoring: syscalls: combine syscalls register event...
2021-11-02  Mathieu DesnoyersRefactoring: syscall: combine syscall filter enable...
2021-11-01  Mathieu DesnoyersRefactoring: rename lttng_syscalls_register_event to...
2021-11-01  Mathieu DesnoyersCleanup: tracepoint probe register/unregister: use...
2021-11-01  Mathieu DesnoyersRefactoring/fix: syscall table unregister/destroy
2021-11-01  Mathieu DesnoyersRefactoring: rename lttng_channel_create to lttng_chann...
2021-11-01  Mathieu DesnoyersRefactoring: channel enable/disable using common type
2021-11-01  Mathieu DesnoyersCleanup: rename event register/unregister for event...
2021-11-01  Mathieu DesnoyersCleanup: rename lttng_syscalls_destroy_event to lttng_s...
2021-11-01  Mathieu DesnoyersCleanup: syscall filter enable/disable event
2021-11-01  Mathieu DesnoyersRefactoring: combine event enabler destroy for notifier...
2021-11-01  Mathieu DesnoyersRefactoring: combine event notifier notifier and record...
2021-11-01  Mathieu DesnoyersRefactoring: combine filter bytecode attach functions
2021-11-01  Mathieu DesnoyersRefactoring: rename lttng_event_enabler to lttng_event_...
2021-11-01  Mathieu DesnoyersRefactoring: syscall tracing: combine common fields...
2021-10-22  Mathieu DesnoyersRename event/notifier enabler base field to parent
2021-10-22  Mathieu DesnoyersRename struct lttng_enabler to struct lttng_event_enabl...
2021-10-22  Mathieu DesnoyersUse event enabler for event recorder creation for all...
2021-09-14  Michael Jeansonfix: Revert "Makefile: Enable -Wimplicit-fallthrough...
2021-05-14  Michael Jeansonfix: adjust ranges for RHEL 8.2 and 8.3
2021-05-13  Michael JeansonAdd experimental bitwise enum config option
2021-05-11  Mathieu DesnoyersMove alignment into event write callback
2021-05-06  Mathieu DesnoyersRename struct channel to struct lttng_kernel_ring_buffe...
2021-05-06  Mathieu DesnoyersRefactoring: struct lttng_channel
2021-05-06  Mathieu DesnoyersIntroduce struct lttng_kernel_tracepoint_class, enum...
2021-05-04  Mathieu DesnoyersSplit ID tracker into public/private structures
2021-05-04  Mathieu DesnoyersSplit struct lttng_session into public/private structures
2021-05-04  Mathieu DesnoyersRename struct lib_ring_buffer_ctx to struct lttng_kerne...
2021-05-04  Mathieu DesnoyersRefactoring: struct lttng_kernel_channel_buffer_ops
2021-05-04  Mathieu DesnoyersRename struct lttng_bytecode_runtime to struct lttng_ke...
2021-05-04  Mathieu DesnoyersRename struct lttng_bytecode_node to struct lttng_kerne...
2021-04-29  Mathieu DesnoyersRemove event id parameter from event_reserve callback
2021-04-29  Mathieu DesnoyersRefactoring: ring buffer context
2021-04-28  Mathieu Desnoyerssequence and variant types: use previous field for...
2021-04-23  Mathieu DesnoyersRefactoring: bytecode interpreter
2021-04-23  Mathieu DesnoyersMove probe_ctx argument to align with lttng-ust
2021-04-23  Mathieu DesnoyersCombine event notifier and recorder enable/disable...
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-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-06  Mathieu DesnoyersNo-op instrumentation is unsupported, cleanup fallthrou...
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-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
2020-11-27  Mathieu DesnoyersFix: notifier: use store-release/load-acquire for error...
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  Francis DeslauriersImplement capturing payload on event notifier
2020-11-25  Mathieu DesnoyersFix: use vmalloc for filter bytecode allocation
2020-11-25  Francis DeslauriersGeneralize `lttng_enabler_link_bytecode()` bytecode...
2020-11-25  Francis Deslauriersbytecode: rename `lttng_filter_sync_state()` -> `lttng_...
2020-11-25  Francis Deslauriersbytecode: generalize `struct lttng_filter_bytecode_node`
2020-11-25  Francis DeslauriersCleanup: Rename filter functions/fields to mention...
2020-11-25  Francis DeslauriersImplement event notifiers for syscalls
2020-11-25  Francis DeslauriersRename LTTNG_SYSCALL_MATCH_ -> LTTNG_KERNEL_SYSCALL_MATCH_
2020-11-19  Mathieu DesnoyersRevert "Implement event notifiers for syscalls"
2020-11-19  Francis DeslauriersImplement event notifiers for syscalls
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 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 send notification
next
This page took 0.198776 seconds and 107 git commands to generate.