lttng-ust abi: sync _UST_CMD() values
[lttng-tools.git] / src / bin /
2021-01-04  Francis Deslaurierslttng-ust abi: sync _UST_CMD() values
2021-01-04  Francis DeslauriersCleanup: erroneous use of CDS_INIT_LIST_HEAD() on node
2020-12-18  Jonathan RajotteUST: update ABI for event notifier
2020-12-18  Francis Deslauriersuserspace-probe: Decouple `userspace_probe_add_callsite...
2020-12-18  Jonathan RajotteGeneralize disable_ust_event to support multiple types...
2020-12-18  Jonathan RajotteGeneralize enable_ust_event to support multiple types...
2020-12-18  Jonathan RajotteGeneralize set_ust_event_exclusion to support multiple...
2020-12-18  Jonathan RajotteGeneralize set_ust_event_filter to support multiple...
2020-12-18  Jérémie Galarneaunotification: mark tracer source element as out of...
2020-12-17  Jonathan RajotteIntroduce trigger hash table with tracer token as key
2020-12-17  Jonathan Rajottenotification: add/remove tracer event source
2020-12-14  Jonathan RajotteDBG: add debug statement for trigger not bound to any...
2020-12-14  Francis Deslaurierssessiond: Extract condition hashing functions
2020-12-14  Francis DeslauriersCleanup: misplaced white space in `ERR()` statement
2020-12-11  Jonathan RajotteAdd base support for event rule hit
2020-12-08  Jérémie Galarneausessiond: return 'invalid protocol' error on reception...
2020-12-08  Jonathan RajotteOnly perform notification related unregistering when...
2020-12-08  Jonathan RajotteUse lttng_trigger_is_equal when iterating over the...
2020-12-08  Jonathan RajotteGenerate bytecodes related to the trigger on reception
2020-12-08  Francis Deslaurierskernel: Add `struct lttng_kernel_syscall` to ABI
2020-12-02  Jérémie GalarneauFix: sessiond: metadata not created on app unregistrati...
2020-12-01  Francis DeslauriersFix: missing `_mutex_lock()` before signaling a conditi...
2020-11-24  Jonathan Rajottetrigger: consider domain on register and unregister
2020-11-24  Jonathan Rajotteaction-executor: missing include of internal event...
2020-11-20  Jonathan Rajottetrigger: implement listing of registered trigger
2020-11-20  Jonathan RajotteApply policy on channel sampling
2020-11-18  Jérémie GalarneauFix: unchecked buffer size for communication header
2020-11-17  Jérémie Galarneaurelayd: logging of `trace chunk exists` command refers...
2020-11-17  Jonathan Rajotteaction-executor: evaluated object credentials are optional
2020-11-12  Jonathan Rajottetrigger: generate and add tracer token on registration
2020-11-12  Jonathan Rajotteaction-executor: add trigger name to debugging output
2020-11-11  Jonathan Rajottetrigger: implement trigger naming
2020-11-09  Michael Jeansonport: FreeBSD does support fchown and fchmod on a shm fd
2020-11-09  Jonathan Rajottetrigger: implement is_equal
2020-11-09  Jonathan Rajottetrigger: expose trigger owner uid
2020-11-06  Jonathan RajotteClean-up: action-executor: typo and missing tab
2020-11-06  Michael Jeansonport: FreeBSD has no ENODATA, alias it to ENOATTR
2020-11-06  Michael JeansonCleanup: Use pkg-config to detect liburcu
2020-10-29  Jérémie GalarneauClean-up: sessiond: silence negative index warning
2020-10-28  Jonathan Rajottecredentials: uid and gid now use LTTNG_OPTIONAL
2020-10-28  Michael Jeansonport: use compat lttng_fls()
2020-10-28  Michael Jeansonport: FreeBSD has no LOGIN_NAME_MAX, use sysconf instead
2020-10-28  Michael Jeansonport: no eventfd support on FreeBSD
2020-10-28  Jonathan Rajotteaction: Mark parameter of lttng_action_get_type as...
2020-10-28  Michael Jeansonport: no HOST_NAME_MAX on FreeBSD, use LTTNG_HOST_NAME_MAX
2020-10-28  Michael Jeansonport: fix compat/endian.h on FreeBSD
2020-10-16  Jérémie Galarneaurelayd: silence null dereference warning during viewer...
2020-10-15  Jérémie GalarneauFix: relayd: failure to read index entry or stream...
2020-10-09  Jérémie GalarneauFix: relayd: live: invalid return code on DETACH_SESSION
2020-08-21  Jérémie GalarneauFix: action executor: double work list unlock on error
2020-08-20  Jonathan RajotteMove filter related code to libfilter under libcommon
2020-08-20  Jérémie GalarneauFix: memcpy used on potentially overlapping regions
2020-08-20  Jonathan Rajottesessiond: notification: use lttng_payload for communica...
2020-08-19  Jérémie GalarneauFix: sessiond: client/client_list lock inversion on...
2020-08-19  Jérémie GalarneauFix: sessiond: missing rcu read lock on client in/out...
2020-08-17  Jérémie Galarneausessiond: enforce user-exclusive session access in...
2020-08-17  Jérémie Galarneausessiond: trigger: run trigger actions through an actio...
2020-08-17  Jérémie GalarneauRevert "Fix: sessiond: erroneous user check logic in...
2020-08-17  Jérémie GalarneauRevert "sessiond: trigger: run trigger actions through...
2020-08-14  Jérémie GalarneauFix: sessiond: erroneous user check logic in session_ac...
2020-08-13  Jérémie Galarneausessiond: trigger: run trigger actions through an actio...
2020-08-11  Jonathan RajotteFix: notification: deadlock on cmd_queue.lock and clien...
2020-08-11  Jérémie Galarneausessiond: notification: add support for async commands
2020-08-11  Jérémie Galarneausessiond: notification: refactor: split transmission...
2020-08-11  Jérémie Galarneausessiond: notification: synchronize notification client...
2020-08-11  Jérémie Galarneausessiond: notification: introduce the notion of 'active...
2020-08-11  Jérémie Galarneausessiond: notification: maintain an id to notification_...
2020-08-11  Jérémie Galarneaulogging: print human-readable thread names when logging
2020-08-11  Jérémie Galarneausessiond: clarify the role of notification credentials
2020-08-11  Jonathan RajotteUse lttng_trigger credentials to send evaluation to...
2020-08-11  Jonathan Rajottetrigger: use condition and action ref counting to ease...
2020-08-11  Jérémie GalarneauClean-up: relayd index: change spaces to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond ust-app: change spaces to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond notification thread: change spaces...
2020-08-11  Jérémie GalarneauClean-up: sessiond kernel: change spaces to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond kernel: fix include style
2020-08-11  Jérémie GalarneauClean-up: sessiond consumer: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond manage-consumer: change space to...
2020-08-11  Jérémie GalarneauClean-up: relayd: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond command: fix include style
2020-08-11  Jérémie GalarneauClean-up: sessiond command: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: relayd trace-chunk: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: relayd index: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: relayd session: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond rotation: change space to tabs
2020-08-11  Jérémie GalarneauClean-up: sessiond: change space to tabs
2020-08-11  Jonathan Rajottetrigger: internal: add credentials information
2020-08-10  Jérémie Galarneausessiond: clean-up: remove unused `state` function...
2020-08-10  Jonathan Rajottesessiond: comm: add fd count information for lttng...
2020-07-30  Jérémie GalarneauFix: relayd: double unlock on viewer stream creation...
2020-07-29  Jérémie GalarneauFix: relayd: live connection fails to open file during...
2020-07-29  Jonathan RajotteFix: sessiond: unchecked return value
2020-07-29  Jonathan RajotteFix: sessiond: unchecked return value
2020-07-27  Jérémie GalarneauFix: relayd: wrong stream type used in DBG statement
2020-07-27  Jérémie Galarneausessiond: client: use common payload send fds util
2020-07-27  Jérémie Galarneaupayload: use fd_handle instead of raw file descriptors
2020-07-27  Jérémie Galarneauuprobe: transmit binary file descritptor through lttng_...
2020-07-27  Jérémie GalarneauFix: lttng: leak of userspace probe path on listing
2020-07-27  Jérémie Galarneaucommon: move lttng_payload[_view] to libcommon
next
This page took 0.040659 seconds and 7 git commands to generate.