lttng-tools.git
2018-08-30  Jérémie GalarneauFix: unchecked writer open element return value
2018-08-30  Jérémie GalarneauRemove unused session current_archive_location accessor
2018-08-30  Jérémie GalarneauFix: incorrect error message on regenerate missing...
2018-08-30  Jérémie GalarneauFix: incorrect error message on metadata missing argument
2018-08-30  Jérémie GalarneauFix: snapshot command mishandles missing arguments
2018-08-30  Jérémie GalarneauCleanup: improve readability of filter expression condition
2018-08-30  Jérémie GalarneauFix: potential use of NULL path in stat() use
2018-08-30  Jérémie GalarneauCleanup: unused assignment of curr_data_ptr in lttng_elf
2018-08-30  Jérémie GalarneauFix: uninitialized data/ret in runas offset commands
2018-08-30  Jérémie GalarneauFix: uninitialized fd value used in runas
2018-08-30  Jérémie GalarneauFix: report setegid()/seteuid() failure in runas
2018-08-30  Jérémie GalarneauFix: leak of binary path on location creation error
2018-08-30  Jérémie GalarneauFix: missing return value check in notification seriali...
2018-08-30  Jérémie GalarneauFix: possible leak of path in _utils_expand_path
2018-08-30  Jérémie GalarneauFix: silent truncation in _utils_expand_path
2018-08-30  Jérémie GalarneauCleanup: unused assignment of ret_code in ROTATE_CHANNEL
2018-08-30  Jérémie GalarneauFix: passing null to closedir() on error
2018-08-30  Jérémie GalarneauFix: unchecked access to pids array
2018-08-30  Jérémie GalarneauFix: missing jump to error on allocation failure
2018-08-30  Jérémie GalarneauCleanup: unused assignation of ret value
2018-08-30  Jérémie GalarneauCleanup: unused assignation of ELF parsing error
2018-08-30  Jérémie GalarneauFix: leak of probe_locs on error
2018-08-30  Jérémie GalarneauFix: leak on agent event listing error
2018-08-30  Jérémie GalarneauFix: possible null dereference on communication error
2018-08-29  Jérémie GalarneauFix: returned pids may be uninitialized
2018-08-29  Francis DeslauriersFix: invalid destruction of lookup_method
2018-08-29  Francis DeslauriersFix: unused value in SDT probe description parsing
2018-08-29  Francis DeslauriersFix: use of uninitialized variable in C++ userspace...
2018-08-29  Francis DeslauriersFix: use of uninitialized value in error path
2018-08-29  Francis DeslauriersFix: leaking string by setting pointer to NULL before...
2018-08-29  Francis DeslauriersFix: passing negative param to dup(2) on error
2018-08-29  Francis DeslauriersFix: use-after-free in UST test case
2018-08-29  Francis DeslauriersFix: leak in error handling of userspace param parsing
2018-08-29  Francis DeslauriersFix: Remove dead code in fd passing function
2018-08-29  Francis DeslauriersCleanup: avoid duplicating userspace-probe desc twice
2018-08-29  Francis DeslauriersFix: memory leak in userspace probe param parsing
2018-08-29  Francis DeslauriersFix: missing error handling goto statement in runas
2018-08-29  Francis DeslauriersFix: use-after-free on error of lttng_event creation...
2018-08-28  Jérémie GalarneauAdd function instrumentation type accessors to function...
2018-08-28  Jérémie GalarneauDocs fix: probe location description is erroneous
2018-08-28  Jérémie GalarneauFix: event leak during event load
2018-08-28  Jérémie GalarneauHide lttng_event_copy symbol
2018-08-28  Jérémie GalarneauDocs: document new lttng_event methods
2018-08-28  Jérémie GalarneauFix: leak of lookup_method_name in uprobe load
2018-08-27  Jérémie GalarneauDocs: distinction between function and tracepoint...
2018-08-27  Jérémie GalarneauFix: abort on unknown location type in destructor
2018-08-27  Jérémie GalarneauClean-up: location lookup destroy can be type-agnostic
2018-08-27  Jérémie GalarneauFix: hide internal uprobe configuration symbols
2018-08-24  Jérémie GalarneauFix: event copy constructor frees original event on...
2018-08-24  Jérémie GalarneauFix: userspace probe accessors are not const-correct
2018-08-24  Francis DeslauriersCleanup: use lttng_* string utility functions
2018-08-24  Francis DeslauriersSilence macro redefinition warnings on macOS
2018-08-24  Francis DeslauriersFix: lttng-save command producing wrong XML fields
2018-08-24  Francis DeslauriersError out if filter expression is attached to unsupport...
2018-08-24  Francis DeslauriersImplement userspace-probe regression tests
2018-08-24  Francis DeslauriersImplement lttng-mi for userspace-probe
2018-08-24  Francis DeslauriersImplement lttng-save and lttng-load for userspace-probe
2018-08-24  Francis DeslauriersImplement lttng-list for userspace-probe
2018-08-24  Francis DeslauriersAdd --userspace-probe kernel event type
2018-08-24  Francis DeslauriersImplement $PATH binary searching function for userspace...
2018-08-24  Francis DeslauriersAdd userspace location in ltt_kernel_event structure
2018-08-24  Francis DeslauriersImplement userspace probe location extraction and regis...
2018-08-24  Francis DeslauriersImplement 2-step registration of userspace probe events
2018-08-24  Francis DeslauriersUse lttng_event_{create, destroy} to manage lttng_event...
2018-08-24  Francis DeslauriersFix: remove unnecessary stderr output on expected behaviour
2018-08-24  Francis Deslaurierstrace_ust_create_event() now returns an error code
2018-08-24  Francis Deslaurierstrace_kernel_create_event() now returns an error code
2018-08-24  Francis Deslauriersrun_as: add extract SDT probe offsets command
2018-08-24  Francis Deslauriersrun_as: add extract ELF symbol offset command
2018-08-24  Francis Deslauriersrun_as: adapt run_as implementation to support complex...
2018-08-24  Francis DeslauriersAdd SDT userspace probe location
2018-08-24  Francis DeslauriersAdd lttng_event copy constructor
2018-08-24  Francis DeslauriersImplement SDT probe description parsing function
2018-08-24  Francis DeslauriersAdd lttng_userspace_probe_location copy constructor
2018-08-24  Francis DeslauriersCleanup: move session saving of K(ret)probe and functio...
2018-08-24  Francis DeslauriersImplement ELF function offset extraction function
2018-08-24  Francis DeslauriersAdd utils_expand_path_keep_symlink fonction
2018-08-24  Francis DeslauriersFix: kernel adds creds on recv with SO_PASSCRED unix...
2018-08-24  Jérémie Galarneaulttng-ctl: implement listing of userspace probe locations
2018-08-24  Jérémie GalarneauAdd invalid userspace probe location error
2018-08-24  Jérémie GalarneauFix: memory is not zeroed on first set_capacity
2018-08-24  Jérémie GalarneauAdd a util to create a buffer view from a raw buffer
2018-08-24  Jérémie GalarneauFix: dynamic buffer mishandles setting capacity to 0
2018-08-24  Jérémie Galarneaulttng-ctl: send userspace probe location on enable_event
2018-08-24  Jérémie Galarneaulttng-ctl: locate extended event attributes at reception
2018-08-24  Francis DeslauriersAdd utils to send file descriptors to the sessiond
2018-08-24  Jérémie Galarneaulttng-ctl: add accessors of userspace probe location...
2018-08-24  Jérémie Galarneaulttng-ctl: add userspace probe location interface
2018-08-24  Jérémie GalarneauAdd lttng_dynamic_buffer_get_capacity_left util
2018-08-24  Jérémie GalarneauAdd ALIGN_TO util to macros.h
2018-08-24  Jérémie Galarneaulttng-ctl: add an lttng_event_extended distinct from...
2018-08-24  Jérémie Galarneaulttng-ctl: move lttng_event functions to a new file
2018-08-24  Jérémie GalarneauTests: possible NULL dereference in rotation notificati...
2018-08-24  Jérémie GalarneauClean-up: remove dead code from rotation test
2018-08-24  Jérémie GalarneauFix: size of concrete class used in memcpy of base...
2018-08-24  Jérémie GalarneauTests: add a session rotation ongoing/completed notific...
2018-08-24  Jérémie GalarneauClean-up: remove useless check of event name
2018-08-24  Jérémie GalarneauFix: mix of lttng_error_code and cmd_error_code enums
2018-08-24  Jérémie GalarneauAdd notification session rotation hooks
2018-08-24  Jérémie GalarneauImplement rotation command handlers in notification...
next
This page took 0.0404 seconds and 5 git commands to generate.