lttng add-trigger: replace event rule type options with --type
[lttng-tools.git] / tests / regression / tools / notification /
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  Francis DeslauriersTests: event-notifier: multi UID error accounting support
2021-04-22  Francis Deslaurierssessiond: split event notifier error counter CLI options
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-18  Jérémie Galarneaulttng: list-triggers: retrieve trigger errors using...
2021-04-07  Jérémie GalarneauTests: fix: unchecked sscanf return value
2021-04-07  Jérémie Galarneauon-event evaluation: remove trigger name accessor
2021-04-02  Francis DeslauriersFix: sessiond: notification: use after free of trigger...
2021-04-02  Francis DeslauriersTests: event notifier error counters
2021-03-18  Jérémie Galarneauon-event evaluation: introduce on-event evaluation...
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-17  Jonathan RajotteRename lttng_condition_event_rule to lttng_condition_on...
2021-03-17  Jonathan RajotteRename uprobe to userspace-probe
2021-03-17  Jonathan RajotteRename kprobe to kernel_probe
2021-03-17  Jonathan RajotteTests: Implement trigger capture test cases
2021-03-05  Jérémie GalarneauTests: fix: leak of probe location in uprobe notificati...
2021-03-04  Jérémie GalarneauTests: kernel buffer usage: skip proper amount of tests...
2021-03-04  Jérémie GalarneauTests: notification: use lttng.h instead of individual...
2021-03-04  Jonathan RajotteTests: notification: use get_next_notification() and...
2021-03-04  Jonathan RajotteTests: notification: Makefile.am formatting
2021-03-04  Francis DeslauriersTests: triggers: Add syscall event rule condition filte...
2021-03-04  Francis DeslauriersTests: triggers: Add userspace-probe event rule conditi...
2021-03-04  Francis DeslauriersTests: triggers: Add syscall event rule condition kerne...
2021-03-04  Francis DeslauriersTests: triggers: Add kprobe event rule condition kernel...
2021-03-04  Francis DeslauriersTests: triggers: Add event rule condition exclusion...
2021-03-04  Francis DeslauriersTests: triggers: Add event rule condition filter tests
2021-03-04  Francis DeslauriersTests: triggers: Add basic event rule condition tests
2021-03-04  Jonathan RajotteTests: notification: regroup event generators utils...
2021-03-04  Francis DeslauriersTests: notification.c: add `test_scenario` parameter
2021-03-04  Francis DeslauriersTests: Cleanup: notification: `assert()` that `app_pid...
2021-03-04  Francis DeslauriersTests: Cleanup: rename test_notification_channel()
2021-03-04  Francis DeslauriersTests: Cleanup: create `test_subscription_twice()`...
2021-03-04  Francis DeslauriersTests: Cleanup: add `register_buffer_usage_notify_trigg...
2021-03-04  Francis DeslauriersTests: Cleanup: create `test_invalid_channel_subscripti...
2021-03-04  Francis DeslauriersTests: test_notification_ust: reduce number of event...
2021-03-04  Francis DeslauriersTests: notification: make testcases manage the test app
2021-03-04  Francis DeslauriersTests: Cleanup: apply coding style to `test_notificatio...
2021-03-04  Francis DeslauriersTests: Cleanup: extract duplicated code to `setup_buffe...
2021-01-12  Jérémie GalarneauClean-up: replace erroneous of empty parameter list...
2020-11-27  Francis DeslauriersCleanup: use `modprobe --remove` rather than `rmmod`
2020-11-06  Jonathan RajotteTests: Fix: 99% fill ratio for high buffer usage is...
2020-11-06  Michael Jeansonport: FreeBSD has no ENODATA, alias it to ENOATTR
2020-07-22  Michael Jeansontests: return the proper TAP exit code
2020-07-14  Jérémie GalarneauFix: tests: interrupting get_next_notification causes...
2020-06-12  Jonathan RajotteFix: tests: output_dir contains the consumerd pipe
2020-06-11  Jérémie Galarneauliblttng-ctl: use lttng_payload for serialize/create_fr...
2020-03-20  Jonathan RajotteRemove part of last name to fit in a 80 character line
2020-03-10  Simon MarchiAdd declarations for exported functions in consumer_tes...
2020-03-10  Simon MarchiMake parse_arguments static in base_client.c
2020-03-10  Simon MarchiFix all -Wmissing-declarations warning instances
2020-02-18  Simon Marchitests: append to AM_CFLAGS instead of overriding it
2020-02-18  Francis DeslauriersTests: notification.c: remove extra space
2020-02-11  Francis DeslauriersTests: Fix: `wait_on_file()` returns too early
2020-02-11  Francis DeslauriersTests: Fix typo: registerd -> registered
2020-02-11  Francis DeslauriersTests: Cleanup: remove unused bash variable
2020-02-11  Francis DeslauriersTypo: 'toogle' -> 'toggle'
2020-01-31  Jérémie GalarneauClean-up: remove instances of loop initial declarations
2020-01-31  Michael Jeansontests: Move to kernel style SPDX license identifiers
2019-12-19  Mathieu Desnoyerstests: gen-ust-events: use options instead of arguments
2019-12-03  Jonathan RajotteFix: build: ust -> kernel mix-up in noinst_SCRIPTS
2019-09-05  Jonathan RajotteFix: check for lttng modules presence before testing
2019-09-05  Mathieu Desnoyerstests: invoke full_cleanup from script trap handlers...
2019-03-29  Jonathan RajotteTests: check for lttng-modules presence
2019-03-28  Michael JeansonFix tests: link libpause_consumer on liblttng-ctl
2018-12-10  Francis DeslauriersCleanup: remove unused label
2018-08-24  Jérémie GalarneauTests: possible NULL dereference in rotation notificati...
2018-08-24  Jérémie GalarneauClean-up: remove dead code from rotation test
2018-08-24  Jérémie GalarneauTests: add a session rotation ongoing/completed notific...
2018-08-23  Jérémie GalarneauTests: add notap versions of start/stop tracing helpers
2018-08-22  Jérémie GalarneauTests: typo in notification test case description
2018-04-03  Jonathan RajotteTests: Use SIGTERM instead of SIGKILL
2018-04-03  Jérémie GalarneauFix: circular inclusion of lttng.h results in warning
2017-12-09  Jérémie GalarneauTests: race between consumer pause and trace start...
2017-11-13  Jonathan RajotteFix: Use tmpdir for intermediary files
2017-11-12  Jonathan RajotteFix: include scripts for distribution
2017-11-12  Jonathan RajotteTest: kernel testing for notification
2017-07-27  Jérémie GalarneauTests: don't assume a 4K page size in test_notification
2017-07-25  Jonathan RajotteTest: Trigger conditions is evaluated on subscription
2017-07-07  Jonathan RajotteTest: Reduce scope of variables used in multi app notif...
2017-06-13  Jonathan RajotteFix: notification test: resources leak and return handling
2017-06-01  Michael JeansonCleanup: dlmopen detection
2017-06-01  Jérémie GalarneauTests: channel subbuffers must be larger or equal to...
2017-06-01  Jonathan RajotteTests: regression testing for notification API
This page took 0.055836 seconds and 7 git commands to generate.