lttng add-trigger: replace domain options with single --domain
[lttng-tools.git] / src / common /
2021-04-22  Francis DeslauriersAllow users to create trigger with their uid
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: lttng-ctl: trigger leak on failure to deserialize...
2021-04-19  Francis DeslauriersCleanup: add `lttng_ht_type_str()`
2021-04-19  Jérémie GalarneauFix: kernel consumerd: use of uninitialized variable
2021-04-18  Jérémie GalarneauRemove error count property of lttng_condition_on_event
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 RajotteRename firing policy to rate policy
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: backward relayd: path contains a leading "ust...
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  Mathieu DesnoyersFix: validate that array expression contains constant
2021-04-13  Simon MarchiFix: filter: memory leak in filter_parser_ctx
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 MarchiFix: utils: avoid strncpy overlap in utils_partial_realpath
2021-04-13  Simon MarchiClean-up: utils: make utils_partial_realpath static
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 Galarneaucommon: credentials: hide symbols
2021-04-02  Francis Deslaurierstrigger: consider name in trigger _is_equal()`
2021-04-01  Jérémie Galarneaucommon: document why spawn_viewer() is public
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-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...
2021-03-18  Jonathan Rajotteevent-rule: syscall: set the default pattern to '*'
2021-03-18  Jonathan Rajotteevent-rule: tracepoint: set default pattern to '*'
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  Jonathan RajotteSupport capture for kernel tracer
2021-03-16  Jonathan Rajottelttng: Capture is only supported by tracepoint and...
2021-03-16  Philippe ProulxMake captured field values available to event rule...
2021-03-15  Mathieu DesnoyersAdapt to lttng-ust ust-abi.h naming prefix update
2021-03-11  Philippe Proulxlttng-ctl: add event field value API
2021-03-11  Jonathan RajotteGenerate capture bytecode on trigger reception
2021-03-11  Jonathan RajotteImplement lttng_condition_event_rule_get_capture_byteco...
2021-03-11  Jonathan Rajottecondition: implement lttng_condition_event_rule_generat...
2021-03-11  Jonathan Rajottecondition: implement lttng_condition_event_rule_get_int...
2021-03-09  Jérémie GalarneauFix: event-expr-to-bytecode: use after free in logging...
2021-03-09  Jonathan Rajottecondition: introduce lttng_capture_descriptor struct
2021-03-09  Jérémie Galarneausessiond: Add msgpack-c 3.3.0 to the tree
2021-03-09  Jérémie GalarneauClean-up: bytecode: harmonize storage-class specifier...
2021-03-09  Jérémie GalarneauClean-up: bytecode: hide file-local bytecode_reserve...
2021-03-09  Simon Marchicommon: introduce lttng_event_expr_to_bytecode
2021-03-09  Simon Marchicommon: add more bytecode helpers
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 Marchicommon: move bytecode utilities from filter to its...
2021-03-09  Simon MarchiCLI: add-trigger: add --capture option to `on-event...
2021-03-05  Philippe Proulxlttng-ctl: add capture descriptor feature to event...
2021-03-05  Jérémie Galarneauspawn-viewer: silence bogus warning on gcc 5.4.0 PPC32
2021-03-05  Jérémie GalarneauClean-up: uri_parse_str_urls: skip allocation when...
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: leak of source argument
2021-03-04  Jérémie GalarneauClean-up: uri_parse_str_urls: assert on invalid uri_par...
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-12  Simon MarchiCLI: Import argpar
next
This page took 0.041481 seconds and 7 git commands to generate.