lttng-tools.git
2021-04-13  Simon MarchiClean-up: lttng-crash: prepend `the_` to input_path...
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  Simon MarchiClean-up: liblttng-ctl: fix two trivial -Wshadow errors
2021-04-13  Simon MarchiClean-up: liblttng-ctl: fix -Wshadow error in lttng_ena...
2021-04-13  Simon MarchiClean-up: common: fix -Wshadow error in lttng_trace_chu...
2021-04-13  Simon MarchiClean-up: common: fix -Wshadow errors in event-field...
2021-04-13  Simon MarchiClean-up: common: fix -Wshadow error in lttng_daemonize
2021-04-13  Simon MarchiClean-up: consumer: prepend `the_` to global variable
2021-04-13  Simon MarchiClean-up: consumer: fix -Wshadow error in lttng_consume...
2021-04-13  Simon MarchiClean-up: consumer: fix -Wshadow error in lttng_consume...
2021-04-13  Simon MarchiClean-up: config: fix -Wshadow error in config_load_session
2021-04-13  Simon MarchiClean-up: ust-consumer: fix -Wshadow issues in lttng_us...
2021-04-13  Simon MarchiClean-up: kernel-consumer: fix -Wshadow issues in lttng...
2021-04-13  Simon MarchiClean-up: kernel-ctl: rename local variables in LTTNG_I...
2021-04-13  Simon MarchiClean-up: common: rename local variables in PERROR
2021-04-13  Simon MarchiClean-up: filter: fix variable shadowing in visit_node_...
2021-04-13  Simon MarchiClean-up: filter: rename variable in filter-grammar...
2021-04-13  Simon MarchiClean-up: sessiond: remove some declarations from lttng...
2021-04-13  Simon MarchiClean-up: sessiond: prepend `the_` to global variable...
2021-04-13  Simon MarchiFix: utils: avoid strncpy overlap in utils_partial_realpath
2021-04-13  Simon MarchiClean-up: utils: make utils_partial_realpath static
2021-04-13  Michael JeansonFix: lttng: list_triggers: use proper format specifier...
2021-04-07  Jérémie GalarneauFix: sessiond: error accounting: wrong sizeof argument...
2021-04-07  Jérémie GalarneauFix: sessiond: error accounting: wrong sizeof argument...
2021-04-07  Jérémie GalarneauFix: sessiond: notification: missing unlock on client...
2021-04-07  Jérémie GalarneauDocs: sessiond: document the rationale for the iteratio...
2021-04-07  Anders Wallin... Fix: added missing test_channel and removed double...
2021-04-07  Jérémie GalarneauClean-up: sessiond: blasphemous declaration of variable...
2021-04-07  Jérémie GalarneauFix: sessiond: error accounting: leak of cpu_counter...
2021-04-07  Jérémie GalarneauFix: sessiond: error accounting: dereference of null...
2021-04-07  Jérémie GalarneauFix: sessiond: error accounting: unchecked lttng_ht_del...
2021-04-07  Jérémie GalarneauFix: sessiond: kernel: invalid error code check
2021-04-07  Jérémie GalarneauFix: sessiond: kernel: missing check for unregistration...
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-07  Jérémie Galarneaunotification: add trigger accessor to lttng_notification
2021-04-07  Jérémie Galarneaunotification: transmit originating trigger as part...
2021-04-06  Mathieu DesnoyersFix: .gitignore: use full paths for test binaries
2021-04-06  Mathieu DesnoyersTests: use TRACEPOINT_INCLUDE
2021-04-02  Jérémie GalarneauFix: sessiond: ust-app: assertion failure on registrati...
2021-04-02  Jérémie Galarneaucommon: credentials: hide symbols
2021-04-02  Francis Deslaurierstrigger: consider name in trigger _is_equal()`
2021-04-02  Francis DeslauriersFix: sessiond: notification: use after free of trigger...
2021-04-02  Francis Deslaurierssessiond: Extract `{setup,teardown}_tracer_notifier...
2021-04-02  Francis DeslauriersClean-up: sessiond: Extract trigger_ht_element removal...
2021-04-02  Francis DeslauriersTests: event notifier error counters
2021-04-02  Francis Deslaurierssessiond: Implement UST event notifier error counter
2021-04-01  Jérémie Galarneaucommon: document why spawn_viewer() is public
2021-04-01  Jérémie GalarneauDocs: document trigger condition and action ownership...
2021-03-31  Jérémie GalarneauFix: sessiond: kernel: close on badfd on initialization...
2021-03-31  Francis DeslauriersFix: sessiond: kernel error accounting fd still open...
2021-03-31  Francis Deslaurierssessiond: Implement kernel event notifier error counter
2021-03-26  Jérémie GalarneauFix: on-event condition: don't abort() on invalid event...
2021-03-26  Francis DeslauriersFix: common: index_allocator_get_index_count() returns...
2021-03-26  Francis Deslaurierson-event: add error counter fields to condition
2021-03-25  Mathieu Desnoyerscompiler warning cleanup: is_signed_type: compare ...
2021-03-24  Jérémie Galarneaucommon: shm.c: improve logging on various error paths
2021-03-24  Francis DeslauriersCleanup: Move `create_posix_shm()` to common/shm.c
2021-03-24  Francis Deslaurierscommon: Add index allocator for error counters
2021-03-24  Jérémie GalarneauFix: sessiond: agent: lazy creation of agent on removal
2021-03-24  Jérémie GalarneauClean-up: sessiond: make some accesses to conditions...
2021-03-24  Francis DeslauriersExtract synchronize tracer notifier functions
2021-03-24  Francis DeslauriersCleanup: Extract `ust_app_synchronize_all_channels...
2021-03-23  Mathieu Desnoyersust-abi: add missing lttng_ust_abi prefixes
2021-03-23  Mathieu Desnoyersclock override: use getter API from LTTng-UST
2021-03-23  Mathieu DesnoyersFix: bytecode test should be in UST_FILTERS, not UST_ST...
2021-03-23  Mathieu DesnoyersTests: test bytecode linker refusal of non-string array...
2021-03-22  Jonathan RajotteTests: utils.sh: pass arbitrary arguments to start_lttn...
2021-03-22  Francis DeslauriersCleanup: clarify `buffer_reg_channel` and `ust_registry...
2021-03-22  Jonathan RajotteFix: return value of register trigger to the notificati...
2021-03-22  Francis DeslauriersTests: Cleanup: gen-syscall-events: remove duplicated...
2021-03-22  Francis DeslauriersTests: Cleanup: add `lttng_{add, remove}_trigger_ok...
2021-03-22  Jérémie GalarneauTests: fix: log level rule: leak of rule after test
2021-03-22  Jérémie GalarneauFix: lttng-sessiond: kernel: leak of event notifier...
2021-03-19  Jérémie GalarneauTests: add log level rule validation tests
2021-03-19  Jérémie GalarneauFix: event-rule: report log level rules as unsupported...
2021-03-18  Francis DeslauriersTests: Fix: list-triggers test case out of date
2021-03-18  Francis DeslauriersTests: add kernel --function basic test case
2021-03-18  Francis DeslauriersRename event rule kretprobe to kernel function
2021-03-18  Jérémie Galarneauon-event evaluation: introduce on-event evaluation...
2021-03-18  Francis Deslauriersevent-notifier: implement `lttng_trigger_needs_tracer_n...
2021-03-18  Jonathan Rajottelttng-ctl: Introduce lttng_log_level_rule
2021-03-18  Jonathan RajotteClean-up: sort noinst_PROGRAMS in test/unit/Makefile.am
2021-03-18  Jonathan RajotteClean-up: sort TESTS in test/unit/Makefile.am
2021-03-18  Jonathan RajotteClean-up: sort files in include/Markefile.am
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-18  Jonathan Rajotteevent-rule: syscall: set the default pattern to '*'
2021-03-18  Jonathan Rajotteevent-rule: tracepoint: set default pattern to '*'
2021-03-17  Jonathan RajotteRename files for condition event-rule to on-event
2021-03-17  Jonathan RajotteRename lttng_condition_event_rule to lttng_condition_on...
2021-03-17  Jonathan RajotteRename uprobe files to userspace-probe
2021-03-17  Jonathan RajotteRename uprobe to userspace-probe
2021-03-17  Jonathan RajotteRename kprobe file to kernel-probe
next
This page took 0.038727 seconds and 4 git commands to generate.