2021-06-03 | Jonathan Rajotte | condition: buffer usage: validation does not check... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-03 | Jonathan Rajotte | Remove LTTNG_EVENT_RULE_TYPE_KERNEL_FUNCTION Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-03 | Jonathan Rajotte | Remove lttng_event_rule_tracepoint Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-02 | Jonathan Rajotte | Test log level for newly introduced event rule type... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-02 | Jonathan Rajotte | Introduce lttng_event_rule_python_logging Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-02 | Jonathan Rajotte | Introduce lttng_event_rule_log4j_logging Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-02 | Jonathan Rajotte | Introduce lttng_event_rule_jul_logging Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-02 | Jonathan Rajotte | Introduce lttng_event_rule_user_tracepoint Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-02 | Jonathan Rajotte | Introduce lttng_event_rule_kernel_tracepoint Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-02 | Jonathan Rajotte | Rename lttng_event_rule_kernel_probe to lttng_event_rule_ker... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-02 | Jonathan Rajotte | Rename lttng_event_rule_userspace_probe to lttng_event_rule_... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-02 | Jonathan Rajotte | Rename lttng_event_rule_syscall to lttng_event_rule_kernel_s... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-02 | Jonathan Rajotte | Rename *emission_site_type to *emission_site Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-02 | Jonathan Rajotte | Rename lttng_event_rule_syscall_(set, get)_pattern... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-02 | Jonathan Rajotte | Rename *exclusion* to *name_pattern_exclusion* Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-06-02 | Jonathan Rajotte | Rename lttng_event_rule_tracepoint_(set,get)_pattern... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-05-13 | Jonathan Rajotte | Fix: snapshot path have domain subdir duplicate "ust... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-05-07 | Jonathan Rajotte | Fix: relayd: live: data is missing between viewer attach... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-05-05 | Jonathan Rajotte | build system: support rotation example Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-05-05 | Jonathan Rajotte | Add trigger on event rule matches application example Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-05-05 | Jonathan Rajotte | Fix: tests: extra arguments are not passed to the remove... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-28 | Jonathan Rajotte | Fix: data reception is called event when only FDS are... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-28 | Jonathan Rajotte | Fix: FDs are added to payload despite not being received Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-28 | Jonathan Rajotte | Fix: initialize temporary fd array element to -1 Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-23 | Jonathan Rajotte | Fix: action executor: deadlock on session_list_lock Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-22 | Jonathan Rajotte | Rename group action files to list files Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-22 | Jonathan Rajotte | Rename action group to action list Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-22 | Jonathan Rajotte | Rename on-event to event-rule-matches Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-22 | Jonathan Rajotte | Move on-event*.* to event-rule-matches*.* Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-22 | Jonathan Rajotte | Introduce emission site for syscall event rule Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-22 | Jonathan Rajotte | Fix: sessiond: trigger with condition not requiring... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-18 | Jonathan Rajotte | add-trigger: rename --fire-* to --rate-policy=*:value Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-18 | Jonathan Rajotte | Rename firing policy to rate policy Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-18 | Jonathan Rajotte | action executor: use an execution context to validate... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-18 | Jonathan Rajotte | trigger/action executor: move trigger registration... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-18 | Jonathan Rajotte | action executor: execute action only if the associated... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-18 | Jonathan Rajotte | trigger: keep state of if a trigger is currently registered Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-18 | Jonathan Rajotte | tests: trigger action firing policy Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-18 | Jonathan Rajotte | Move firing policy from lttng_trigger to lttng_action Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-18 | Jonathan Rajotte | action-executor: consider action firing policy on action... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-18 | Jonathan Rajotte | test: unit: snapshot session action Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-17 | Jonathan Rajotte | Implement firing policy for the snapshot session action Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-17 | Jonathan Rajotte | tests: units: action: stop session Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-17 | Jonathan Rajotte | Implement firing policy for stop session action Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-17 | Jonathan Rajotte | tests: unit: action: start_session Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-17 | Jonathan Rajotte | Implement firing policy for the start session action Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-17 | Jonathan Rajotte | tests: unit: action: rotate_session Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-17 | Jonathan Rajotte | Implement firing policy for the rotate session action Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-17 | Jonathan Rajotte | tests: unit: action: notify Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-17 | Jonathan Rajotte | Implement firing policy for the notify action Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-17 | Jonathan Rajotte | Move test_action to its own file Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-17 | Jonathan Rajotte | tests: unit: add firing policy tests Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-17 | Jonathan Rajotte | Introduce firing policy object Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-16 | Jonathan Rajotte | Fix: test: start-stop trigger: test execution is invalid Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-13 | Jonathan Rajotte | Fix: sessiond: session destroy hang in per-uid when... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-13 | Jonathan Rajotte | Fix: backward relayd: path contains a leading "ust... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-13 | Jonathan Rajotte | Fix: notification: client with uid != trigger uid assert... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-13 | Jonathan Rajotte | event-rule: Normalize pattern for syscall and tracepoint Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-13 | Jonathan Rajotte | Fix: test: base-path tests are not run Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-04-13 | Jonathan Rajotte | Fix: tests: handling of subprocesses on bail out Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-22 | Jonathan Rajotte | Tests: utils.sh: pass arbitrary arguments to start_lttng_ses... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-22 | Jonathan Rajotte | Fix: return value of register trigger to the notification... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-18 | Jonathan Rajotte | lttng-ctl: Introduce lttng_log_level_rule Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-18 | Jonathan Rajotte | Clean-up: sort noinst_PROGRAMS in test/unit/Makefile.am Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-18 | Jonathan Rajotte | Clean-up: sort TESTS in test/unit/Makefile.am Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-18 | Jonathan Rajotte | Clean-up: sort files in include/Markefile.am Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-18 | Jonathan Rajotte | event-rule: userspace probe: force location on create Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-18 | Jonathan Rajotte | event-rule: userspace probe: rename get/set_name to... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-18 | Jonathan Rajotte | event-rule: kernel probe: force location on create Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-18 | Jonathan Rajotte | event-rule: kernel probe: rename set/get_name to set... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-18 | Jonathan Rajotte | event-rule: syscall: set the default pattern to '*' Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-18 | Jonathan Rajotte | event-rule: tracepoint: set default pattern to '*' Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-17 | Jonathan Rajotte | Rename files for condition event-rule to on-event Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-17 | Jonathan Rajotte | Rename lttng_condition_event_rule to lttng_condition_on_event Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-17 | Jonathan Rajotte | Rename uprobe files to userspace-probe Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-17 | Jonathan Rajotte | Rename uprobe to userspace-probe Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-17 | Jonathan Rajotte | Rename kprobe file to kernel-probe Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-17 | Jonathan Rajotte | Rename kprobe to kernel_probe Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-17 | Jonathan Rajotte | Tests: Implement trigger capture test cases Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-16 | Jonathan Rajotte | man: lttng-add-trigger: document --capture option Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-16 | Jonathan Rajotte | Support capture for kernel tracer Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-16 | Jonathan Rajotte | lttng: Capture is only supported by tracepoint and... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-16 | Jonathan Rajotte | sessiond: notification-thread: Missing action executor... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-16 | Jonathan Rajotte | sessiond: notification-thread: Missing domain internal... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-16 | Jonathan Rajotte | sessiond: action-executor: Missing notify header Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-16 | Jonathan Rajotte | notification: fetch capture payload on notification... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-15 | Jonathan Rajotte | tests: perf: UNHALTED_REFERENCE_CYCLES might not be... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-15 | Jonathan Rajotte | Fix: tests: missing LOG_DRIVER and LOG_DRIVER_FLAGS Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-12 | Jonathan Rajotte | Use bytecode seqnum to force the evaluation ordering... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-12 | Jonathan Rajotte | sessiond: ust-app: set capture bytecode on event notifier... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-12 | Jonathan Rajotte | sessiond: ust-app: add utils to add a capture bytecode... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-12 | Jonathan Rajotte | UST abi: add `struct lttng_ust_capture_bytecode` Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-11 | Jonathan Rajotte | Generate capture bytecode on trigger reception Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-11 | Jonathan Rajotte | Implement lttng_condition_event_rule_get_capture_bytecode_at... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-11 | Jonathan Rajotte | condition: implement lttng_condition_event_rule_generate_cap... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-11 | Jonathan Rajotte | condition: implement lttng_condition_event_rule_get_internal... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-09 | Jonathan Rajotte | condition: introduce lttng_capture_descriptor struct Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-09 | Jonathan Rajotte | ust-app: pass down trigger object instead of event... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-05 | Jonathan Rajotte | testapp: gen-ust-events: augment captured fields Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
2021-03-04 | Jonathan Rajotte | Tests: notification: use get_next_notification() and... Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios... |
commit | commitdiff | tree |
next |