lttng {add,list,remove}-trigger: rename user id to owner uid
[lttng-tools.git] / src /
2021-04-22  Simon Marchilttng {add,list,remove}-trigger: rename user id to...
2021-04-22  Simon Marchilttng add-trigger: replace log level options with ...
2021-04-22  Simon Marchilttng add-trigger: replace event rule type options...
2021-04-22  Simon Marchilttng add-trigger: replace domain options with single...
2021-04-22  Simon Marchilttng add-trigger: some updates to event rule to new...
2021-04-22  Simon Marchilttng add-trigger: rename on-event condition to event...
2021-04-22  Simon Marchilttng {add,list}-triggers: use `name` instead of `id`
2021-04-22  Simon Marchilttng add-trigger: parse condition / action name as...
2021-04-22  Francis DeslauriersAllow users to create trigger with their uid
2021-04-22  Francis Deslaurierslttng: list-triggers: implement listing of SDT userspac...
2021-04-22  Francis Deslauriersust: error accounting: don't print error messages if...
2021-04-22  Francis Deslaurierssessiond: split event notifier error counter CLI options
2021-04-21  Jérémie GalarneauClean-up: sessiond: error-query: remove unneeded goto
2021-04-21  Jérémie GalarneauFix: sessiond: action-executor: uninitialized session_n...
2021-04-21  Jérémie GalarneauClean-up: lttng: add-trigger: silence coverity warning
2021-04-21  Jérémie GalarneauFix: error-query: leak of trigger on malformed error...
2021-04-21  Jérémie GalarneauFix: error-query: leak of trigger on allocation error
2021-04-21  Jérémie GalarneauFix: relayd: leak of config_path on duplicate --config...
2021-04-21  Jérémie GalarneauFix: lttng-ctl: trigger leak on failure to deserialize...
2021-04-19  Francis DeslauriersCleanup: add `lttng_ht_type_str()`
2021-04-19  Francis DeslauriersFix: lttng-ctl: appending to dynamic buffer invalidates...
2021-04-19  Francis DeslauriersFix: ust-app: error counter index never set
2021-04-19  Francis DeslauriersFix: lttng: -Wshadow error in cmd_snapshot
2021-04-19  Jérémie GalarneauFix: kernel consumerd: use of uninitialized variable
2021-04-19  Jérémie GalarneauClean-up: sessiond: cmd: abort() on invalid query target
2021-04-19  Jérémie GalarneauClean-up: sessiond: cmd: fix bogus -Wmaybe-uninitialized
2021-04-18  Jérémie GalarneauRemove error count property of lttng_condition_on_event
2021-04-18  Jérémie Galarneaulttng: list-triggers: retrieve trigger errors using...
2021-04-18  Jérémie Galarneausessiond: implement EXECUTE_ERROR_QUERY command
2021-04-18  Jérémie Galarneaulttng-ctl: Add error query interface
2021-04-18  Jonathan Rajotteadd-trigger: rename --fire-* to --rate-policy=*:value
2021-04-18  Jonathan RajotteRename firing policy to rate policy
2021-04-18  Jonathan Rajotteaction executor: use an execution context to validate...
2021-04-18  Jonathan Rajottetrigger/action executor: move trigger registration...
2021-04-18  Francis Deslauriersnotification-thread: add `GET_TRIGGER` command
2021-04-18  Jonathan Rajotteaction executor: execute action only if the associated...
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...
next
This page took 0.040445 seconds and 7 git commands to generate.