event-rule: userspace probe: rename get/set_name to get/set_event_name
[lttng-tools.git] / src / bin / lttng /
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-16  Simon MarchiCLI: make list-triggers command print capture expressions
2021-03-16  Jonathan Rajottelttng: Capture is only supported by tracepoint and...
2021-03-11  Jérémie GalarneauFix: lttng: add-trigger: payload capture fields specifi...
2021-03-09  Jérémie GalarneauFix: lttng: add-trigger: erroneous null check on locati...
2021-03-09  Simon MarchiCLI: add-trigger: add --capture option to `on-event...
2021-03-05  Jérémie GalarneauFix: lttng: add-trigger: erroneous null check on locati...
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: leak of argpar state
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: leak of error string
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: leak of max_size_arg argument
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: leak of source argument
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: leak of argpar_item
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: erroneous null check
2021-03-03  Anders Wallin via... Fix: lttng: include lttng-list-trigger missing an 's'
2021-02-25  Jérémie GalarneauClean-up: lttng: logging: use ARRAY_SIZE macro
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-24  Jérémie GalarneauClean-up: lttng: only include lttng.h
2021-02-18  Jérémie GalarneauClean-up: lttng: replace manual string comparison code...
2021-02-12  Jonathan RajotteImplement list_cmd_options_argpar
2021-02-12  Jonathan Rajottelttng: move parse_userspace_probe_opts to a common...
2021-02-12  Jérémie GalarneauClean-up: lttng: silence bogus warning
2021-02-12  Jérémie Galarneaulttng: move log level name to numerical value conversio...
2021-01-12  Jérémie GalarneauClean-up: replace erroneous of empty parameter list...
2020-11-06  Michael Jeansonport: FreeBSD has no ENODATA, alias it to ENOATTR
2020-10-28  Michael Jeansonport: no HOST_NAME_MAX on FreeBSD, use LTTNG_HOST_NAME_MAX
2020-08-20  Jonathan RajotteMove filter related code to libfilter under libcommon
2020-07-27  Jérémie GalarneauFix: lttng: leak of userspace probe path on listing
2020-07-21  Michael JeansonAdd kernel and UST time namespace context
2020-05-20  Jérémie GalarneauFix: lttng: Destroying session message repeated during...
2020-04-03  Francis Deslaurierslttng-view: clean-up: move `--viewer` code to specific...
2020-04-03  Francis Deslaurierslttng-view: clean-up: rename `parse_options()` -> ...
2020-04-03  Francis Deslaurierslttng-view: clean-up: use singular form for type name
2020-04-03  Francis Deslaurierslttng-view: clean-up: remove references to LTTv
2020-04-01  Jérémie GalarneauFix: lttng-destroy: missing newline on session destruct...
2020-03-26  Jérémie GalarneauFix: lttng-list: don't warn when the kernel domain...
2020-03-26  Jérémie GalarneauRefactor: lttng-ctl: follow terminology of the tracker...
2020-03-25  Jérémie Galarneaulttng: list: replace domain headers with the official...
2020-03-25  Jérémie Galarneaulttng: list: print `per-user` and `per-process` buffer...
2020-03-20  Jérémie GalarneauFix: lttng: incorrect domain list printed when no domai...
2020-03-20  Simon MarchiFix all -Wdiscarded-qualifiers warning instances
2020-03-20  Jonathan RajotteRemove part of last name to fit in a 80 character line
2020-02-18  Jérémie GalarneauFix: lttng: track-untrack: error assigned to wrong...
2020-01-30  Michael JeansonMove to kernel style SPDX license identifiers
2020-01-30  Francis DeslauriersFix: lttng: sanity check of `--probe` description
2020-01-30  Jérémie Galarneaulttng-view: make babeltrace2 the default viewer
2020-01-30  Jérémie Galarneaulttng-view: clean-up: remove unneeded empty line
2020-01-30  Jérémie Galarneaulttng-view: clean-up: static struct viewers array shoul...
2020-01-30  Jérémie Galarneaulttng-view: clean-up: remove commented and unused refer...
2020-01-17  Francis DeslauriersFix: lttng: placing probe on symbol starting with `_`
2020-01-14  Francis DeslauriersFix: track-untrack.c: regression of `--all --pid` optio...
2020-01-14  Francis Deslaurierstrack-untrack.c: error out on unknown CLI options
2020-01-14  Francis DeslauriersCleanup: track-untrack.c: declare all `int` on the...
2019-12-20  Jérémie GalarneauFix: lttng-clear: invalid free of session name
2019-12-20  Jonathan RajotteRefactoring: move count to an output parameter
2019-12-20  Jonathan RajotteRefactoring: introduce lttng_tracker_ids data structure
2019-12-20  Jonathan RajotteRefactoring: use an opaque lttng_tracker_id type
2019-12-20  Jonathan RajotteFix: Initialize ret to zero
2019-12-20  Jonathan RajotteError early on invalid tracker type for UST domain
2019-12-20  Jonathan Rajottetrackers: update list/track/untrack commands
2019-12-19  Jonathan Rajottelttng: Implement lttng clear session command
2019-12-02  Simon MarchiMake validate_url_option_combination static in create.c
2019-11-05  Jonathan RajotteFix: lttng: initialize sessions pointer to NULL
2019-10-23  Michael JeansonAdd kernel uid/gid contexts
2019-10-23  Michael JeansonAdd kernel namespace contexts
2019-10-22  Kai KangFix: compile fails for x32 arch
2019-10-16  Jérémie GalarneauFix: sessiond: session destruction errors are unreported
2019-10-08  Jonathan RajotteIntroduce EXTRA_VERSION_PATCHES
2019-10-08  Jonathan RajotteUse EXTRA_VERSION_NAME and EXTRA_VERSION_DESCRIPTION
2019-10-03  Francis DeslauriersFix: enable_events.c: typo in `WARN()` message
2019-10-03  Francis DeslauriersCleanup: enable_events.c: fix erroneous comment
2019-09-19  Jérémie GalarneauFix: lttng: out-of-bound copy of arguments in 'view...
2019-09-19  Jérémie GalarneauRevert "lttng: fix: out-of-bounds copy of original...
2019-09-14  Jérémie Galarneaulttng: fix: out-of-bounds copy of original 'view' comma...
2019-09-14  Jérémie Galarneaulttng: clean-up: silence bogus string truncation warning
2019-09-12  Jérémie Galarneaulttng: fix: potential 0-length allocation in pid list...
2019-09-11  Jérémie GalarneauClean-up: lttng: check status returned when checking...
2019-09-10  Jérémie GalarneauClean-up: lttng: silence warning in regenerate command...
2019-09-10  Jérémie GalarneauClean-up: lttng: silence warning in metadata command...
2019-08-24  Jérémie GalarneauCleanup: mark utils_get_home_dir as returning a const...
2019-08-09  Jérémie GalarneauFix: incorrect time unit used when waiting on destructi...
2019-08-09  Jérémie GalarneauFix: ensure a newline is printed before exit on client...
2019-07-25  Jérémie GalarneauPrint the location of trace chunk produced at session...
2019-07-25  Jérémie GalarneauFix: wait for the completion of implicit session rotations
2019-07-25  Jérémie GalarneauCreate stream files relative to a stream's current...
2019-04-24  Jérémie GalarneauFix: relayd not spawned on default-url live session...
2019-04-24  Jérémie GalarneauClean-up: remove empty line in lttng create command
2019-04-10  Jérémie GalarneauGenerate session name and default output on sessiond...
2019-04-08  Jérémie Galarneaulttng: make the configuration file interface const...
2019-03-28  Yannick LamarreFix: Properly sanitize input parameter
2019-03-28  Yannick LamarreFix: Add POPT_CFLAGS to lttng_CFLAGS
2019-03-28  Jérémie GalarneauFix: no-output sessions do not enforce snapshot constraints
2019-03-28  Jérémie Galarneaulttng: clean-up the printout of snapshot outputs
2019-03-28  Jérémie Galarneaulttng: clean-up printout of session output destination
next
This page took 0.044329 seconds and 7 git commands to generate.