lttng-modules.git
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: Rename lttng_channel_syscall_mask to lttng...
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 DesnoyersCleanup: notifier syscalls: Remove useless zero-init...
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-10-12  Daniel Gomezfix: implicit-int error in EXPORT_SYMBOL_GPL
2021-09-14  Michael Jeansonfix: Revert "Makefile: Enable -Wimplicit-fallthrough...
2021-09-14  Michael Jeansonfix: cpu/hotplug: Remove deprecated CPU-hotplug functio...
2021-07-13  Michael Jeansonfix: sched: Change task_struct::state (v5.14)
2021-07-13  Michael Jeansonfix: btrfs: pass btrfs_inode to btrfs_writepage_endio_f...
2021-05-18  Michael Jeansonfix: adjust ranges for RHEL 8.4
2021-05-14  Michael Jeansonfix: adjust ranges for RHEL 8.2 and 8.3
2021-05-13  Michael JeansonDisable x86 error code bitwise enum in default build
2021-05-13  Michael JeansonDisable mmap bitwise enum in default build
2021-05-13  Michael JeansonDisable block rwbs bitwise enum in default build
2021-05-13  Michael JeansonDisable sched_switch bitwise enum in default build
2021-05-13  Michael JeansonDisable open[at] bitwise enum in default build
2021-05-13  Michael JeansonDisable fcntl bitwise enum in default build
2021-05-13  Michael JeansonDisable clone bitwise enum in default build
2021-05-13  Michael JeansonAdd experimental bitwise enum config option
2021-05-13  Michael JeansonAdd defaults to Kconfig options
2021-05-13  Michael JeansonCleanup: remove unused EXTCFLAGS from Makefile
2021-05-12  Michael JeansonSync `show_inode_state()` macro with upstream stable...
2021-05-12  Francis DeslauriersSync `show_inode_state()` macro with Ubuntu 4.15 kernel
2021-05-11  Michael Jeansonfix: block: remove disk_part_iter (v5.12)
2021-05-11  Mathieu DesnoyersCleanup: lib ring buffer: rename pagecpy local variable
2021-05-11  Mathieu DesnoyersCleanup: clarify strcpy/strcpy_from_user local variables
2021-05-11  Mathieu DesnoyersImplement ring buffer Pascal string copy
2021-05-11  Mathieu DesnoyersMove alignment into event write callback
2021-05-11  Mathieu DesnoyersCleanup: disable page fault after access_ok
2021-05-11  Mathieu DesnoyersFix: increment buffer offset when failing to copy from...
2021-05-10  Mathieu DesnoyersFix: incorrect in/out direction for syscall exit
2021-05-07  Francis DeslauriersFix: add missing #include for 3.8 kernel
2021-05-07  Francis DeslauriersFix: builtin script referring to old directories
2021-05-06  Mathieu Desnoyersevents.h API const-ness
2021-05-06  Mathieu DesnoyersRename struct lib_ring_buffer* to struct lttng_kernel_r...
2021-05-06  Mathieu DesnoyersRename struct channel to struct lttng_kernel_ring_buffe...
2021-05-06  Mathieu DesnoyersRefactoring: struct lttng_channel
2021-05-06  Francis DeslauriersFix: missing #include for 3.8 kernel
2021-05-06  Mathieu DesnoyersIntroduce struct lttng_kernel_tracepoint_class, enum...
2021-05-06  Mathieu DesnoyersSet probe descriptor field in event descriptor
2021-05-06  Francis DeslauriersSplit syscall tracepoint generation in their own files
2021-05-06  Francis DeslauriersInclude `linux/in{,6}.h` closer to where it's used
2021-05-06  Francis DeslauriersGroup all syscall enums in one compile unit
2021-05-06  Francis DeslauriersInclude `linux/mman.h` for mmap flag enum
2021-05-06  Francis DeslauriersAdd `struct trace_syscall_table`
2021-05-06  Francis DeslauriersDefine `static_assert()` when not defined by kernel
2021-05-04  Mathieu DesnoyersMove event hash tables to private header
2021-05-04  Mathieu DesnoyersMove forward declarations to private header
2021-05-04  Mathieu DesnoyersMove lttng_syscall_filter forward declaration to privat...
2021-05-04  Mathieu DesnoyersSplit ID tracker into public/private structures
2021-05-04  Mathieu DesnoyersMove id tracker hash node to private header
2021-05-04  Mathieu DesnoyersSplit struct lttng_session into public/private structures
2021-05-04  Mathieu DesnoyersMove struct lttng_metadata_stream to private header
2021-05-04  Mathieu DesnoyersMove event notifier and counter structures to private...
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 lttng_probe_{,un}register to lttng_kernel_probe_...
2021-05-04  Mathieu DesnoyersMove metadata cache structure to internal header
2021-05-04  Mathieu DesnoyersMove internal APIs to internal header
next
This page took 0.039476 seconds and 4 git commands to generate.