Fix: validate that array expression contains constant
[lttng-tools.git] / src / common /
2021-04-13  Mathieu DesnoyersFix: validate that array expression contains constant
2021-04-13  Simon MarchiFix: filter: memory leak in filter_parser_ctx
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 MarchiFix: utils: avoid strncpy overlap in utils_partial_realpath
2021-04-13  Simon MarchiClean-up: utils: make utils_partial_realpath static
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-02  Jérémie Galarneaucommon: credentials: hide symbols
2021-04-02  Francis Deslaurierstrigger: consider name in trigger _is_equal()`
2021-04-01  Jérémie Galarneaucommon: document why spawn_viewer() is public
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-19  Jérémie GalarneauFix: event-rule: report log level rules as unsupported...
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 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
2021-03-17  Jonathan RajotteRename kprobe to kernel_probe
2021-03-16  Jonathan RajotteSupport capture for kernel tracer
2021-03-16  Jonathan Rajottelttng: Capture is only supported by tracepoint and...
2021-03-16  Philippe ProulxMake captured field values available to event rule...
2021-03-15  Mathieu DesnoyersAdapt to lttng-ust ust-abi.h naming prefix update
2021-03-11  Philippe Proulxlttng-ctl: add event field value API
2021-03-11  Jonathan RajotteGenerate capture bytecode on trigger reception
2021-03-11  Jonathan RajotteImplement lttng_condition_event_rule_get_capture_byteco...
2021-03-11  Jonathan Rajottecondition: implement lttng_condition_event_rule_generat...
2021-03-11  Jonathan Rajottecondition: implement lttng_condition_event_rule_get_int...
2021-03-09  Jérémie GalarneauFix: event-expr-to-bytecode: use after free in logging...
2021-03-09  Jonathan Rajottecondition: introduce lttng_capture_descriptor struct
2021-03-09  Jérémie Galarneausessiond: Add msgpack-c 3.3.0 to the tree
2021-03-09  Jérémie GalarneauClean-up: bytecode: harmonize storage-class specifier...
2021-03-09  Jérémie GalarneauClean-up: bytecode: hide file-local bytecode_reserve...
2021-03-09  Simon Marchicommon: introduce lttng_event_expr_to_bytecode
2021-03-09  Simon Marchicommon: add more bytecode helpers
2021-03-09  Simon Marchicommon: rename filter bytecode types
2021-03-09  Simon Marchicommon: move copy_filter_bytecode to bytecode.c and...
2021-03-09  Simon Marchicommon: move bytecode utilities from filter to its...
2021-03-09  Simon MarchiCLI: add-trigger: add --capture option to `on-event...
2021-03-05  Philippe Proulxlttng-ctl: add capture descriptor feature to event...
2021-03-05  Jérémie Galarneauspawn-viewer: silence bogus warning on gcc 5.4.0 PPC32
2021-03-05  Jérémie GalarneauClean-up: uri_parse_str_urls: skip allocation when...
2021-03-04  Jérémie GalarneauFix: lttng: add-trigger: leak of source argument
2021-03-04  Jérémie GalarneauClean-up: uri_parse_str_urls: assert on invalid uri_par...
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-12  Simon MarchiCLI: Import argpar
2021-02-12  Jonathan RajotteImplement utils_parse_unsigned_long_long
2021-02-11  Jonathan Rajottesessiond: defer tracer notification jobs to the action...
2021-02-11  Jérémie GalarneauFix: consumer: timer: uninitialized sigevent fields
2021-02-09  Jérémie Galarneaubuffer-view: improve logging on creation failure
2021-02-09  Jérémie GalarneauClean-up: ust-consumer: replace manual metadata cache...
2021-02-09  Jérémie GalarneauClean-up: ust-consumer: pass metadata cache to its...
2021-02-09  Jérémie GalarneauFix: ust-consumer: metadata thread not woken-up after...
2021-02-08  Jérémie GalarneauFix: ust-consumer: metadata cache lock not taken when...
2021-02-08  Jérémie GalarneauClean-up: ust-consumer: simplify metadata cache unlock...
2021-02-04  Jonathan Rajottesessiond: agent: enable events matching event notifiers
2021-02-03  Francis Deslaurierssessiond: client commands: print command enum as a...
2021-02-03  Mathieu DesnoyersUse MT-safe strtok_r in spawn viewer library helper
2021-01-26  Jonathan Rajottesessiond: kernel triggers: add infrastructure to create...
2021-01-19  Jonathan Rajottekernel: event notifier: kernel-ctl interface
2021-01-18  Jonathan Rajotteust-app: implement event notifier support
2021-01-12  Jérémie GalarneauClean-up: replace erroneous of empty parameter list...
2021-01-05  Michael JeansonFix: different pthread_getname_np signature() on macOS...
2021-01-04  Francis Deslauriershashtable: silence -fsanitize=address warning for ...
2020-12-11  Jonathan RajotteAdd base support for event rule hit
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-01  Francis DeslauriersFix: missing `_mutex_lock()` before signaling a conditi...
next
This page took 0.041176 seconds and 7 git commands to generate.