lttng-tools.git
2021-04-22  Jérémie GalarneauClean-up: sessiond: identation fix
2021-04-22  Jérémie GalarneauFix: tests: health thread stall: only stop consumerd...
2021-04-22  Francis DeslauriersFix: tests: notification: update kernel testcase count
2021-04-22  Jérémie GalarneauFix: tests: integer truncation warning on 32-bit platforms
2021-04-22  Jérémie GalarneauFix: sessiond: triggers: failure to insert trigger...
2021-04-22  Jérémie Galarneausessiond: notification-thread: switch logging to debug...
2021-04-22  Jérémie GalarneauTests: add trigger name/unnamed backwards compatibility...
2021-04-22  Jérémie Galarneaulttng-ctl: separate support of named/unnamed trigger...
2021-04-22  Jérémie Galarneausessiond: add support for anonymous triggers
2021-04-22  Jérémie GalarneauFix: lttng-ctl: assertion failure during unregistration...
2021-04-22  Jonathan RajotteRename group action files to list files
2021-04-22  Jonathan RajotteRename action group to action list
2021-04-22  Jonathan RajotteRename on-event to event-rule-matches
2021-04-22  Jonathan RajotteMove on-event*.* to event-rule-matches*.*
2021-04-22  Jonathan RajotteIntroduce emission site for syscall event rule
2021-04-22  Simon Marchilttng list-triggers: handle all condition types
2021-04-22  Jonathan RajotteFix: sessiond: trigger with condition not requiring...
2021-04-22  Simon Marchilttng add-trigger: remove support for conditions other...
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  Simon MarchiAdd .editorconfig file
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 DeslauriersTests: cleanup: rework trigger listing tests
2021-04-22  Francis DeslauriersTests: event-notifier: multi UID error accounting support
2021-04-22  Francis DeslauriersFix: tests: quote variable in case it's not set
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 GalarneauClean-up: tests: notification-client: unused assignment
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-20  Francis DeslauriersFix: tests: discarded notifications: missing `list...
2021-04-20  Jérémie GalarneauTests: fix: notifier discarded count: typo results...
2021-04-19  Francis DeslauriersCleanup: tests: test_userspace_probe: remove extra...
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  Francis DeslauriersFix: python: -Wshadow warning
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  Jérémie GalarneauTests: fix: leak of notification-client arguments
2021-04-18  Jonathan Rajottetests: trigger action firing policy
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-18  Jonathan Rajottetest: unit: snapshot session action
2021-04-17  Jonathan RajotteImplement firing policy for the snapshot session action
2021-04-17  Jonathan Rajottetests: units: action: stop session
2021-04-17  Jonathan RajotteImplement firing policy for stop session action
2021-04-17  Jonathan Rajottetests: unit: action: start_session
2021-04-17  Jonathan RajotteImplement firing policy for the start session action
2021-04-17  Jonathan Rajottetests: unit: action: rotate_session
2021-04-17  Jonathan RajotteImplement firing policy for the rotate session action
2021-04-17  Jonathan Rajottetests: unit: action: notify
2021-04-17  Jonathan RajotteImplement firing policy for the notify action
2021-04-17  Jonathan RajotteMove test_action to its own file
2021-04-17  Jonathan Rajottetests: unit: add firing policy tests
2021-04-17  Jonathan RajotteIntroduce firing policy object
2021-04-16  Jonathan RajotteFix: test: start-stop trigger: test execution is invalid
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... Fix: 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 DesnoyersTests: array expressions without contant index are...
2021-04-13  Mathieu DesnoyersFix: validate that array expression contains constant
2021-04-13  Jonathan RajotteFix: test: base-path tests are not run
2021-04-13  Jonathan RajotteFix: tests: handling of subprocesses on bail out
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 Marchiconfigure: enable -Wshadow diagnostic
2021-04-13  Simon MarchiClean-up: tests: fix -Wshadow error in run_active_set_c...
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...
next
This page took 0.039588 seconds and 4 git commands to generate.