lttng-tools.git
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 token field to `struct lttng_kernel_event`
2020-12-08  Francis Deslaurierskernel: Add `struct lttng_kernel_syscall` to ABI
2020-12-04  Anders Wallin... Extras: Perl 5.26 requires { to be escaped by \
2020-12-02  Jérémie GalarneauFix: sessiond: metadata not created on app unregistrati...
2020-12-01  Jonathan Rajottetest: utils: lttng_pgrep performs lookup on non-existin...
2020-12-01  Francis DeslauriersFix: missing `_mutex_lock()` before signaling a conditi...
2020-11-27  Francis DeslauriersCleanup: use `modprobe --remove` rather than `rmmod`
2020-11-24  Jonathan Rajottetrigger: consider domain on register and unregister
2020-11-24  Jonathan Rajottetrigger: lttng_trigger_get_underlying_domain_type_restr...
2020-11-24  Jonathan Rajotteaction-executor: missing include of internal event...
2020-11-24  Jonathan RajotteTests: unit: lttng_condition_event_rule
2020-11-24  Jonathan Rajottecondition: implement event rule based condition
2020-11-20  Jonathan RajotteMove conditions source files to src/common/conditions...
2020-11-20  Jonathan Rajottetrigger: implement listing of registered trigger
2020-11-20  Jonathan RajotteApply policy on channel sampling
2020-11-20  Jonathan Rajottetrigger: introduce firing policies
2020-11-20  Francis DeslauriersFix: lttng-ctl: deserialize on orderly shutdown of...
2020-11-18  Jérémie GalarneauFix: trigger: erroneous check for success of trigger...
2020-11-18  Jérémie GalarneauFix: trigger: leak of trigger on failure to set name
2020-11-18  Jérémie GalarneauClean-up: trigger: use condition and action put
2020-11-18  Jérémie GalarneauDocs: payload/buffer view: validate is missing an argum...
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 Rajottetrigger: lttng_triggers: implement a container for...
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: run namespace tests only on Linux
2020-11-09  Michael Jeansonport: FreeBSD does support fchown and fchmod on a shm fd
2020-11-09  Michael Jeansonport: Add pthread_setname_np FreeBSD compat
2020-11-09  Michael Jeansonport: only enable userspace callstack context on Linux
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  Jonathan RajotteTests: Fix: 99% fill ratio for high buffer usage is...
2020-11-06  Jonathan RajotteFix: action: invalid header offset used when serializin...
2020-11-06  Michael Jeansonport: FreeBSD has no ENODATA, alias it to ENOATTR
2020-11-06  Michael Jeansonport: tests: /proc/self/fd is Linux only, use /dev...
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: Add missing sock_cred macros on FreeBSD
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  Jérémie Galarneauoptional: Add LTTNG_OPTIONAL_INIT_VALUE
2020-10-28  Jonathan Rajotteaction: Mark parameter of lttng_action_get_type as...
2020-10-28  Jonathan RajotteIntroduce lttng_domain_type_str utility
2020-10-28  Michael Jeansonport: no HOST_NAME_MAX on FreeBSD, use LTTNG_HOST_NAME_MAX
2020-10-28  Michael Jeansonport: ELF_ST_TYPE is defined in elf.h on FreeBSD
2020-10-28  Michael Jeansonport: posix_fadvise is available in FreeBSD >= 10.0
2020-10-28  Michael Jeansonport: fix compat/endian.h on FreeBSD
2020-10-28  Michael Jeansonport: ls --ignore= is a GNU extension
2020-10-27  Jérémie GalarneauTests: poll: test all possible combinations of active...
2020-10-27  Jérémie GalarneauFix: common: poll: compat_poll_wait never finishes
2020-10-27  Michael JeansonTests: Add syscall enable/disable scenarios
2020-10-27  Michael JeansonCleanup: simplify 'poll' wrapper build
2020-10-27  Michael JeansonCleanup: autoconf 'dirfd' detection
2020-10-27  Michael JeansonSet version to 2.13-pre
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-13  Jérémie GalarneauFix: lttng-ctl: erroneous uses of LTTNG_PACKED
2020-10-09  Jérémie GalarneauFix: relayd: live: invalid return code on DETACH_SESSION
2020-10-09  Jérémie GalarneauTests: clear: remove test workspace directory
2020-09-21  Jérémie GalarneauTests: ns_contexts: discarded events result in test...
2020-09-15  Jérémie GalarneauFix: PERROR spam when `tracing` group does not exist
2020-09-11  Jérémie GalarneauBuild fix: implicit declaration of function 'PERROR...
2020-09-11  Jonathan Rajottetests: unit: event-rule unit testing
2020-09-11  Jonathan Rajotteevent-rule: introduce event rule tracepoint
2020-09-11  Jonathan Rajotteevent-rule: introduce event rule uprobe
2020-09-11  Jonathan Rajotteevent-rule: introduce event rule syscall
2020-09-11  Jonathan Rajotteevent-rule: introduce event-rule kprobe
2020-09-11  Jonathan Rajotteevent-rule: lttng_event_rule base object
2020-09-11  Jonathan RajotteIntroduce kernel-probe locations
2020-09-11  Jérémie Galarneauuserspace-probe: replace explicit null-termination...
2020-09-11  Jérémie GalarneauRevert "userspace-probe: replace explicit null-terminat...
2020-09-10  Jérémie GalarneauTests: clean-up: remove trailing dot in snapshot test...
2020-09-10  Jérémie Galarneauuserspace-probe: replace explicit null-termination...
2020-09-10  Jérémie Galarneauuserspace-probe: log function name on invalid parameter...
2020-09-09  Jonathan RajotteAllow run-as to generate filter bytecode.
2020-08-27  Michael JeansonFix: add missing errno.h in pthread compat
2020-08-26  Michael JeansonAdd common util to set thread name
2020-08-21  Jérémie GalarneauFix: liblttng-ctl: unchecked return value on buffer...
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 GalarneauClean-up: consumer: consumer_metadata_cache_write is...
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...
next
This page took 0.038937 seconds and 4 git commands to generate.