Rename "tsc" to "timestamp"
[lttng-modules.git] / include / lttng /
2024-03-15  Kienan StewartFix: Handle recent SLE major version codes
2024-01-09  Mathieu DesnoyersInline implementation of task_prio()
2024-01-09  Mathieu DesnoyersFix: prio context NULL pointer exception
2024-01-08  Michael JeansonSet version to 2.14-pre
2023-10-06  Jérémie GalarneauFix: bytecode validator: oops during validation of...
2023-03-08  Michael Jeansonfix: uuid: Decouple guid_t and uuid_le types and respec...
2022-11-23  Michael JeansonRemove obsolete -ckt debian kernel version support
2022-11-23  Michael JeansonDrop 'linux/user_namespace.h' wrapper
2022-11-23  Michael JeansonDrop 'linux/uprobes.h' wrapper
2022-09-30  Mathieu DesnoyersFix: bytecode validator: reject specialized load field...
2022-09-29  Mathieu DesnoyersFix: honor "user" attribute for array/sequence of user...
2022-09-28  Mathieu DesnoyersFix: event notification capture error handling
2022-09-07  Mathieu DesnoyersImplement lttng_msgpack_write_user_str
2022-09-07  Mathieu DesnoyersFix: bytecode interpreter: LOAD_FIELD: handle user...
2022-09-07  Mathieu DesnoyersFix: move "user" attribute from field to type
2022-09-06  Mathieu DesnoyersIntroduce lttng_copy_from_user_check_nofault
2022-04-04  Mathieu DesnoyersFix: tracepoint event: allow same provider and event...
2022-03-14  Mathieu DesnoyersDocument expected ISO8601 time formats in ABI header
2022-01-17  Francis DeslauriersCleanup: events.h: add alignment comments and fix white...
2022-01-04  Michael Jeansonfix: isystem: delete global -isystem compile option...
2021-11-05  Mathieu DesnoyersRefactoring: introduce lttng_event_enabler_create_...
2021-11-04  Mathieu DesnoyersRefactoring: introduce lttng_event_enabler_event_name_m...
2021-11-03  Mathieu DesnoyersRefactoring: move enablers list into common structure
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/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-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: 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 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 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-18  Michael Jeansonfix: adjust ranges for RHEL 8.4
2021-05-11  Mathieu DesnoyersImplement ring buffer Pascal string copy
2021-05-11  Mathieu DesnoyersMove alignment into event write callback
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  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 DeslauriersGroup all syscall enums in one compile unit
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
2021-05-04  Mathieu DesnoyersMove kprobes, uprobes, kretprobes, syscall structures...
2021-05-04  Mathieu DesnoyersMove kprobe, kretprobe, uprobe APIs to internal header
2021-05-04  Mathieu DesnoyersRemove unused TRACEPOINT_HAS_DATA_ARG
2021-05-04  Mathieu DesnoyersMove enabler APIs to internal header
2021-05-04  Mathieu DesnoyersMove bytecode structures to internal header
2021-05-04  Mathieu DesnoyersRemove include of internal header from tracepoint-event...
2021-05-04  Mathieu DesnoyersRename struct lttng_probe_ctx to struct lttng_kernel_pr...
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-05-04  Mathieu DesnoyersMove context structures and API to internal header
2021-05-04  Mathieu DesnoyersMove enabler structures to internal header
2021-04-29  Mathieu DesnoyersRefactoring: context callbacks
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-24  Mathieu DesnoyersVersion 2.13.0-rc1 v2.13.0-rc1
2021-04-24  Mathieu DesnoyersSet the 2.13 release codename and description
2021-04-23  Mathieu DesnoyersFix: LTTng-modules ABI ioctl wrong direction
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...
next
This page took 0.047768 seconds and 7 git commands to generate.