Link lttng executable on libcommon-lgpl.a
[lttng-tools.git] / src / bin / lttng /
2022-01-20  Mathieu DesnoyersLink lttng executable on libcommon-lgpl.a
2022-01-20  Mathieu DesnoyersRename libcommon.so to libcommon-gpl.so
2022-01-17  Jérémie GalarneauCopyright ownership transfer
2022-01-10  Simon MarchiFix: lttng: initialize variable in run_command_string
2022-01-10  Jérémie GalarneauFix: enable-rotation: wrong type of rotation specified...
2021-12-16  Simon Marchilttng: list valid condition / action names if missing...
2021-12-16  Simon Marchilttng: mention argument number on unknown action /...
2021-12-16  Simon Marchilttng: fix argument numbers in add-trigger error messages
2021-12-16  Simon Marchiargpar: sync with upstream - adjust to iterator API
2021-12-15  Simon Marchiconfigure: enable -Wformat=2
2021-11-18  Simon MarchiRemove extern "C" from internal headers
2021-10-18  Jérémie GalarneauFix: lttng: add-context: silence coverity warning
2021-10-15  Simon Marchibin: compile lttng as C++
2021-10-14  Simon Marchiliblttng-ctl: use export list to define exported symbols
2021-09-24  Jérémie GalarneauFix: lttng: add-trigger: don't provide a default event...
2021-09-23  Francis DeslauriersForce usage of assert() condition when NDEBUG is defined
2021-08-02  Simon MarchiFix: lttng: free sessions in cmd_destroy
2021-08-02  Simon MarchiFix: lttng: free domains and channels in get_session_st...
2021-07-16  Francis DeslauriersCleanup: rename `get_domain_str()` -> `lttng_domain_typ...
2021-07-06  Jérémie GalarneauFix: lttng: remove-trigger: null dereference on MI...
2021-07-06  Jérémie GalarneauFix: lttng: list-trigger: leak of error query in query...
2021-07-06  Jérémie GalarneauFix: lttng: add-trigger: null dereference on MI initial...
2021-07-06  Jérémie Galarneaulttng: add-trigger: print generated trigger name
2021-07-01  Jérémie GalarneauRevert "lttng: add-trigger: print generated trigger...
2021-06-30  Jérémie Galarneaulttng: add-trigger: print generated trigger name
2021-06-30  Jonathan RajotteFix: lttng_triggers count is not equal to the size...
2021-06-29  Jonathan RajotteMI: {add, list, remove} trigger
2021-06-16  Philippe ProulxRename "tracing session" -> "recording session"
2021-06-16  Jérémie GalarneauAdd condition-targeting error query
2021-06-11  Francis Deslauriersaction list: missing renames from previous name "group"
2021-06-03  Jonathan RajotteRemove LTTNG_EVENT_RULE_TYPE_KERNEL_FUNCTION
2021-06-03  Jonathan RajotteRemove lttng_event_rule_tracepoint
2021-06-02  Jonathan RajotteRename lttng_event_rule_kernel_probe to lttng_event_rul...
2021-06-02  Jonathan RajotteRename lttng_event_rule_userspace_probe to lttng_event_...
2021-06-02  Jonathan RajotteRename lttng_event_rule_syscall to lttng_event_rule_ker...
2021-06-02  Jonathan RajotteRename *emission_site_type to *emission_site
2021-06-02  Jonathan RajotteRename lttng_event_rule_syscall_(set, get)_pattern...
2021-06-02  Jonathan RajotteRename *exclusion* to *name_pattern_exclusion*
2021-06-02  Jonathan RajotteRename lttng_event_rule_tracepoint_(set,get)_pattern...
2021-05-26  Jérémie Galarneaulttng-ctl: use lttng_action_path to specify error query...
2021-05-10  Philippe Proulxlist_triggers.c: replace "after every" -> "every"
2021-05-10  Philippe ProulxFix: add_trigger.c: `goto error` with a wrong UID for...
2021-05-07  Simon Marchilttng: change a few instances of trigger "id" to "name"
2021-05-05  Jérémie GalarneauFix: lttng: add-trigger: invalid access past end of...
2021-04-23  Philippe ProulxUpdate some manual pages for LTTng-tools 2.13
2021-04-23  Simon Marchilttng add-trigger: replace --exclude-names with --exclu...
2021-04-22  Jérémie Galarneauaction list: missing renames from previous name "group"
2021-04-22  Jérémie Galarneaulttng-ctl: separate support of named/unnamed trigger...
2021-04-22  Jérémie Galarneausessiond: add support for anonymous triggers
2021-04-22  Jonathan RajotteRename action group to action list
2021-04-22  Jonathan RajotteRename on-event to event-rule-matches
2021-04-22  Jonathan RajotteMove on-event*.* to event-rule-matches*.*
2021-04-22  Jonathan RajotteIntroduce emission site for syscall event rule
2021-04-22  Simon Marchilttng list-triggers: handle all condition types
2021-04-22  Simon Marchilttng add-trigger: remove support for conditions other...
2021-04-22  Simon Marchilttng {add,list,remove}-trigger: rename user id to...
2021-04-22  Simon Marchilttng add-trigger: replace log level options with ...
2021-04-22  Simon Marchilttng add-trigger: replace event rule type options...
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  Simon Marchilttng {add,list}-triggers: use `name` instead of `id`
2021-04-22  Simon Marchilttng add-trigger: parse condition / action name as...
2021-04-22  Francis Deslaurierslttng: list-triggers: implement listing of SDT userspac...
2021-04-21  Jérémie GalarneauClean-up: lttng: add-trigger: silence coverity warning
2021-04-19  Francis DeslauriersFix: lttng: -Wshadow error in cmd_snapshot
2021-04-18  Jérémie Galarneaulttng: list-triggers: retrieve trigger errors using...
2021-04-18  Jonathan Rajotteadd-trigger: rename --fire-* to --rate-policy=*:value
2021-04-18  Jonathan RajotteRename firing policy to rate policy
2021-04-18  Jonathan RajotteMove firing policy from lttng_trigger to lttng_action
2021-04-13  Simon MarchiClean-up: lttng: fix -Wshadow error in run_command_string
2021-04-13  Simon MarchiClean-up: lttng: prepend `the_` to global variables...
2021-04-13  Simon MarchiClean-up: lttng: fix -Wshadow error in cmd_snapshot
2021-04-13  Simon MarchiClean-up: lttng: fix -Wshadow error in lttng_session_de...
2021-04-13  Simon MarchiClean-up: lttng: prepend `the_` to global variables...
2021-04-13  Michael JeansonFix: lttng: list_triggers: use proper format specifier...
2021-03-31  Francis Deslaurierssessiond: Implement kernel event notifier error counter
2021-03-18  Francis DeslauriersRename event rule kretprobe to kernel function
2021-03-18  Jonathan Rajottelttng-ctl: Introduce lttng_log_level_rule
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-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
next
This page took 0.042464 seconds and 7 git commands to generate.