Clean-up: ust-consumer: fix -Wshadow issues in lttng_ustconsumer_recv_cmd
[lttng-tools.git] / src / bin /
2021-04-13  Simon MarchiClean-up: sessiond: remove some declarations from lttng...
2021-04-13  Simon MarchiClean-up: sessiond: prepend `the_` to global variable...
2021-04-13  Michael JeansonFix: lttng: list_triggers: use proper format specifier...
2021-04-07  Jérémie GalarneauFix: sessiond: error accounting: wrong sizeof argument...
2021-04-07  Jérémie GalarneauFix: sessiond: error accounting: wrong sizeof argument...
2021-04-07  Jérémie GalarneauFix: sessiond: notification: missing unlock on client...
2021-04-07  Jérémie GalarneauDocs: sessiond: document the rationale for the iteratio...
2021-04-07  Jérémie GalarneauClean-up: sessiond: blasphemous declaration of variable...
2021-04-07  Jérémie GalarneauFix: sessiond: error accounting: leak of cpu_counter...
2021-04-07  Jérémie GalarneauFix: sessiond: error accounting: dereference of null...
2021-04-07  Jérémie GalarneauFix: sessiond: error accounting: unchecked lttng_ht_del...
2021-04-07  Jérémie GalarneauFix: sessiond: kernel: invalid error code check
2021-04-07  Jérémie GalarneauFix: sessiond: kernel: missing check for unregistration...
2021-04-07  Jérémie Galarneauon-event evaluation: remove trigger name accessor
2021-04-07  Jérémie Galarneaunotification: transmit originating trigger as part...
2021-04-02  Jérémie GalarneauFix: sessiond: ust-app: assertion failure on registrati...
2021-04-02  Francis DeslauriersFix: sessiond: notification: use after free of trigger...
2021-04-02  Francis Deslaurierssessiond: Extract `{setup,teardown}_tracer_notifier...
2021-04-02  Francis DeslauriersClean-up: sessiond: Extract trigger_ht_element removal...
2021-04-02  Francis DeslauriersTests: event notifier error counters
2021-04-02  Francis Deslaurierssessiond: Implement UST event notifier error counter
2021-03-31  Jérémie GalarneauFix: sessiond: kernel: close on badfd on initialization...
2021-03-31  Francis DeslauriersFix: sessiond: kernel error accounting fd still open...
2021-03-31  Francis Deslaurierssessiond: Implement kernel event notifier error counter
2021-03-24  Francis DeslauriersCleanup: Move `create_posix_shm()` to common/shm.c
2021-03-24  Jérémie GalarneauFix: sessiond: agent: lazy creation of agent on removal
2021-03-24  Jérémie GalarneauClean-up: sessiond: make some accesses to conditions...
2021-03-24  Francis DeslauriersExtract synchronize tracer notifier functions
2021-03-24  Francis DeslauriersCleanup: Extract `ust_app_synchronize_all_channels...
2021-03-23  Mathieu Desnoyersust-abi: add missing lttng_ust_abi prefixes
2021-03-23  Mathieu Desnoyersclock override: use getter API from LTTng-UST
2021-03-22  Francis DeslauriersCleanup: clarify `buffer_reg_channel` and `ust_registry...
2021-03-22  Jonathan RajotteFix: return value of register trigger to the notificati...
2021-03-22  Jérémie GalarneauFix: lttng-sessiond: kernel: leak of event notifier...
2021-03-18  Francis DeslauriersRename event rule kretprobe to kernel function
2021-03-18  Jonathan Rajottelttng-ctl: Introduce lttng_log_level_rule
2021-03-18  Jonathan Rajotteevent-rule: userspace probe: force location on create
2021-03-18  Jonathan Rajotteevent-rule: userspace probe: rename get/set_name to...
2021-03-18  Jonathan Rajotteevent-rule: kernel probe: force location on create
2021-03-18  Jonathan Rajotteevent-rule: kernel probe: rename set/get_name to set...
2021-03-17  Jonathan RajotteRename files for condition event-rule to on-event
2021-03-17  Jonathan RajotteRename lttng_condition_event_rule to lttng_condition_on...
2021-03-17  Jonathan RajotteRename uprobe files to userspace-probe
2021-03-17  Jonathan RajotteRename uprobe to userspace-probe
2021-03-17  Jonathan RajotteRename kprobe file to kernel-probe
2021-03-17  Jonathan RajotteRename kprobe to kernel_probe
2021-03-16  Simon MarchiCLI: make list-triggers command print capture expressions
2021-03-16  Jonathan RajotteSupport capture for kernel tracer
2021-03-16  Jonathan Rajottelttng: Capture is only supported by tracepoint and...
2021-03-16  Jonathan Rajottesessiond: notification-thread: Missing action executor...
2021-03-16  Jonathan Rajottesessiond: notification-thread: Missing domain internal...
2021-03-16  Jonathan Rajottesessiond: action-executor: Missing notify header
2021-03-16  Philippe ProulxMake captured field values available to event rule...
2021-03-16  Jonathan Rajottenotification: fetch capture payload on notification...
2021-03-15  Mathieu DesnoyersFix: set_ust_capture: missing ABI rename
2021-03-15  Mathieu DesnoyersAdapt to lttng-ust ust-abi.h naming prefix update
2021-03-12  Jonathan RajotteUse bytecode seqnum to force the evaluation ordering...
2021-03-12  Jonathan Rajottesessiond: ust-app: set capture bytecode on event notifi...
2021-03-12  Jonathan Rajottesessiond: ust-app: add utils to add a capture bytecode...
2021-03-12  Jonathan RajotteUST abi: add `struct lttng_ust_capture_bytecode`
2021-03-12  Jérémie GalarneauFix: sessiond: off-by-one poll check when draining...
2021-03-11  Francis DeslauriersCleanup: sessiond: fix comments to match with behavior
2021-03-11  Francis DeslauriersFix: sessiond: return _OK on _SET_SESSION_SHM_PATH...
2021-03-11  Jérémie GalarneauFix: lttng: add-trigger: payload capture fields specifi...
2021-03-09  Jérémie GalarneauFix: lttng: add-trigger: erroneous null check on locati...
2021-03-09  Jonathan Rajotteust-app: pass down trigger object instead of event...
2021-03-09  Simon Marchicommon: rename filter bytecode types
2021-03-09  Simon Marchicommon: move copy_filter_bytecode to bytecode.c and...
2021-03-09  Simon MarchiCLI: add-trigger: add --capture option to `on-event...
2021-03-09  Francis Deslauriersnotification-thread: drain all tracer notification...
2021-03-09  Francis DeslauriersImplements `lttng_event_notifier_notification_{create...
2021-03-05  Jérémie GalarneauFix: lttng: add-trigger: erroneous null check on locati...
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: leak of argpar state
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: leak of error string
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: leak of max_size_arg argument
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: leak of source argument
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: leak of argpar_item
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: erroneous null check
2021-03-03  Anders Wallin via... Fix: lttng: include lttng-list-trigger missing an 's'
2021-02-25  Jérémie GalarneauClean-up: lttng: logging: use ARRAY_SIZE macro
2021-02-25  Jonathan Rajottesessiond: notification-thread: Use lttng_domain_type_str()
2021-02-24  Simon Marchilttng: Add remove-trigger command
2021-02-24  Simon Marchilttng: Add list-triggers command
2021-02-24  Simon Marchilttng: Add add-trigger command
2021-02-24  Jérémie GalarneauClean-up: lttng: only include lttng.h
2021-02-18  Jérémie GalarneauClean-up: lttng: replace manual string comparison code...
2021-02-12  Jonathan RajotteImplement list_cmd_options_argpar
2021-02-12  Jonathan Rajottelttng: move parse_userspace_probe_opts to a common...
2021-02-12  Jérémie GalarneauClean-up: lttng: silence bogus warning
2021-02-12  Jérémie Galarneaulttng: move log level name to numerical value conversio...
2021-02-11  Jérémie Galarneausessiond: action-executor: log trigger name rather...
2021-02-11  Jérémie GalarneauFix: action-executor: address of trigger name logged...
2021-02-11  Jérémie Galarneausessiond: docs: document action_executor_enqueue()...
2021-02-11  Jonathan Rajottesessiond: defer tracer notification jobs to the action...
2021-02-10  Jérémie GalarneauFix: sessiond: notification: unreachable code in switch...
2021-02-10  Jérémie GalarneauFix: sessiond: client: leak of trigger object on invali...
2021-02-10  Jérémie GalarneauFix: sessiond: timer: unitiliazed sigevent fields
2021-02-10  Jérémie GalarneauFix: sessiond: ust-registry: dereference of NULL pointe...
2021-02-10  Jérémie GalarneauFix: sessiond: kernel: leak of notifier rule on failure...
2021-02-10  Jérémie GalarneauFix: sessiond: uninitialized credentials set for unboun...
next
This page took 0.039364 seconds and 7 git commands to generate.