trigger: keep state of if a trigger is currently registered
[lttng-tools.git] / src /
2021-04-18  Jonathan Rajottetrigger: keep state of if a trigger is currently registered
2021-04-18  Jonathan RajotteMove firing policy from lttng_trigger to lttng_action
2021-04-18  Jonathan Rajotteaction-executor: consider action firing policy on actio...
2021-04-17  Jonathan RajotteImplement firing policy for the snapshot session action
2021-04-17  Jonathan RajotteImplement firing policy for stop session action
2021-04-17  Jonathan RajotteImplement firing policy for the start session action
2021-04-17  Jonathan RajotteImplement firing policy for the rotate session action
2021-04-17  Jonathan RajotteImplement firing policy for the notify action
2021-04-17  Jonathan RajotteIntroduce firing policy object
2021-04-13  Jonathan RajotteFix: sessiond: session destroy hang in per-uid when...
2021-04-13  Jonathan RajotteFix: backward relayd: path contains a leading "ust...
2021-04-13  Christophe BedardFix: lttng_destroy_session_no_wait: return 0 on success
2021-04-13  Jonathan RajotteFix: notification: client with uid != trigger uid asser...
2021-04-13  Jonathan Rajotteevent-rule: Normalize pattern for syscall and tracepoint
2021-04-13  Simon Marchiconfig: accept "0" and "1" as XML boolean values
2021-04-13  Simon Marchiconfig: fix typo in error message
2021-04-13  Francis DeslauriersCleanup: reuse `lttng_action_type_string()` to print...
2021-04-13  Mathieu DesnoyersFix: validate that array expression contains constant
2021-04-13  Simon MarchiFix: sessiond: fix memory leak in receive_lttng_trigger
2021-04-13  Simon MarchiFix: filter: memory leak in filter_parser_ctx
2021-04-13  Simon MarchiClean-up: lttng-session: fix -Wshadow error in unregist...
2021-04-13  Simon MarchiClean-up: lttng-sessiond: fix -Wshadow error in check_s...
2021-04-13  Simon MarchiFix: sessiond: fix -Wshadow error in save.c
2021-04-13  Simon MarchiClean-up: lttng-relayd: prepend `the_` to global variab...
2021-04-13  Simon MarchiClean-up: lttng-crash: prepend `the_` to input_path...
2021-04-13  Simon MarchiClean-up: lttng: fix -Wshadow error in run_command_string
2021-04-13  Simon MarchiClean-up: lttng: prepend `the_` to global variables...
2021-04-13  Simon MarchiClean-up: lttng: fix -Wshadow error in cmd_snapshot
2021-04-13  Simon MarchiClean-up: lttng: fix -Wshadow error in lttng_session_de...
2021-04-13  Simon MarchiClean-up: lttng: prepend `the_` to global variables...
2021-04-13  Simon MarchiClean-up: liblttng-ctl: fix two trivial -Wshadow errors
2021-04-13  Simon MarchiClean-up: liblttng-ctl: fix -Wshadow error in lttng_ena...
2021-04-13  Simon MarchiClean-up: common: fix -Wshadow error in lttng_trace_chu...
2021-04-13  Simon MarchiClean-up: common: fix -Wshadow errors in event-field...
2021-04-13  Simon MarchiClean-up: common: fix -Wshadow error in lttng_daemonize
2021-04-13  Simon MarchiClean-up: consumer: prepend `the_` to global variable
2021-04-13  Simon MarchiClean-up: consumer: fix -Wshadow error in lttng_consume...
2021-04-13  Simon MarchiClean-up: consumer: fix -Wshadow error in lttng_consume...
2021-04-13  Simon MarchiClean-up: config: fix -Wshadow error in config_load_session
2021-04-13  Simon MarchiClean-up: ust-consumer: fix -Wshadow issues in lttng_us...
2021-04-13  Simon MarchiClean-up: kernel-consumer: fix -Wshadow issues in lttng...
2021-04-13  Simon MarchiClean-up: kernel-ctl: rename local variables in LTTNG_I...
2021-04-13  Simon MarchiClean-up: common: rename local variables in PERROR
2021-04-13  Simon MarchiClean-up: filter: fix variable shadowing in visit_node_...
2021-04-13  Simon MarchiClean-up: filter: rename variable in filter-grammar...
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  Simon MarchiFix: utils: avoid strncpy overlap in utils_partial_realpath
2021-04-13  Simon MarchiClean-up: utils: make utils_partial_realpath static
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: add trigger accessor to lttng_notification
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  Jérémie Galarneaucommon: credentials: hide symbols
2021-04-02  Francis Deslaurierstrigger: consider name in trigger _is_equal()`
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-04-01  Jérémie Galarneaucommon: document why spawn_viewer() is public
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-26  Jérémie GalarneauFix: on-event condition: don't abort() on invalid event...
2021-03-26  Francis DeslauriersFix: common: index_allocator_get_index_count() returns...
2021-03-26  Francis Deslaurierson-event: add error counter fields to condition
2021-03-25  Mathieu Desnoyerscompiler warning cleanup: is_signed_type: compare ...
2021-03-24  Jérémie Galarneaucommon: shm.c: improve logging on various error paths
2021-03-24  Francis DeslauriersCleanup: Move `create_posix_shm()` to common/shm.c
2021-03-24  Francis Deslaurierscommon: Add index allocator for error counters
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-19  Jérémie GalarneauFix: event-rule: report log level rules as unsupported...
2021-03-18  Francis DeslauriersRename event rule kretprobe to kernel function
2021-03-18  Jérémie Galarneauon-event evaluation: introduce on-event evaluation...
2021-03-18  Francis Deslauriersevent-notifier: implement `lttng_trigger_needs_tracer_n...
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...
next
This page took 0.040457 seconds and 7 git commands to generate.