Rename sessiond-timer.[hc] to timer.[hc]
[lttng-tools.git] / src / bin /
2018-10-02  Jérémie GalarneauRename sessiond-timer.[hc] to timer.[hc]
2018-10-02  Jérémie GalarneauFix: rotation may never complete in per-PID buffering...
2018-09-18  Jonathan RajotteFix: double put on error path
2018-09-18  Jonathan RajotteFix: skip uid registry when metadata key is 0
2018-09-17  Jérémie GalarneauDocs: document the meaning of a ust app channel key...
2018-09-17  Jonathan RajotteFix: skip closed session on viewer listing
2018-09-17  Jonathan RajotteFix: use LTTNG_VIEWER_ATTACH_UNK to report a closed...
2018-08-31  Jérémie GalarneauFix: leak of event attributes on copy failure
2018-08-30  Jérémie GalarneauFix: ret variable is used instead of cmd_ret in disable...
2018-08-30  Jérémie GalarneauCleanup: unused assignation on rotation error
2018-08-30  Jérémie GalarneauCleanup: unused assignation on rotation already pending
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 GalarneauFix: passing null to closedir() on error
2018-08-30  Jérémie GalarneauFix: leak on agent event listing error
2018-08-29  Francis DeslauriersFix: leak in error handling of userspace param parsing
2018-08-29  Francis DeslauriersFix: memory leak in userspace probe param parsing
2018-08-28  Jérémie GalarneauHide lttng_event_copy symbol
2018-08-24  Jérémie GalarneauFix: userspace probe accessors are not const-correct
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 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 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 DeslauriersCleanup: move session saving of K(ret)probe and functio...
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...
2018-08-24  Jérémie GalarneauAdd a trace archive location accessor to the session API
2018-08-24  Jérémie GalarneauImplement rotation ongoing/completed commands
2018-08-24  Jérémie GalarneauFix: remove session_info from sessions_ht on destruction
2018-08-24  Jérémie GalarneauBind newly registered triggers to session or channel...
2018-08-24  Jérémie GalarneauDocs: clarify the contents of channel_infos_ht
2018-08-24  Jérémie GalarneauAdd a hashing function for session rotation conditions
2018-08-24  Jérémie GalarneauBuild a list of triggers applying to a given session...
2018-08-24  Jérémie GalarneauAdd a comment clarifying the ownership of triggers
2018-08-24  Jérémie GalarneauFix: use condition's type to compute its hash
2018-08-24  Jérémie GalarneauCleanup: enforce const-correctness in notification...
2018-08-24  Jérémie GalarneauFix: add session_info object to sessions_ht
2018-08-24  Jérémie GalarneauAdd session rotation ongoing/completed notification...
2018-08-23  Jérémie GalarneauCleanup: remove superfluous argument to consumed size...
2018-08-22  Jérémie GalarneauUse the dynamic buffer to serialize notification objects
2018-08-20  Jérémie GalarneauFix: client_list_element leak on failure to evaluate...
2018-08-20  Jérémie GalarneauFix: unchecked return value of cds_lfht_destroy
2018-08-20  Jérémie GalarneauFix: clean-up sessiond condig structure on initializati...
2018-08-20  Jérémie GalarneauFix: unchecked return value in sessiond path configuration
2018-08-20  Jérémie GalarneauFix: path leak on formatting error
2018-08-20  Jérémie GalarneauFix: unreported error on rotate timer stop failure
2018-08-17  Jérémie Galarneausave/load: support session rotation schedule descriptors
2018-08-17  Jérémie Galarneaumi: serialize relay rotation locations
2018-08-16  Jérémie GalarneauRemove generic error reporting from the lttng client
2018-08-15  Jérémie Galarneaurotation-api: introduce rotation schedule descriptors
2018-08-01  Jérémie Galarneaurotation-api: pass session name explicitly
2018-07-20  Jérémie GalarneauSet consumer's verbosity to the max level on --verbose...
2018-06-13  Jérémie GalarneauFix: check for removal of session's shm_path in destroy()
2018-06-12  Jérémie GalarneauDocument the contents of the shm_path fields of the...
2018-06-11  Francis DeslauriersImplement MI and save/load support for callstack contexts
2018-06-11  Francis GiraldeauAdd kernel and userspace callstack event context
2018-06-06  Mathieu DesnoyersFilter: document ust app ctx limitation
2018-06-05  Jérémie GalarneauUse https in links to the lttng.org website
2018-06-05  Jérémie GalarneauLog the session to which a ROTATE_PENDING command applies
2018-06-05  Jérémie GalarneauInitialize relay_stream chunk_id to its session's curre...
2018-06-05  Jérémie GalarneauPass the consumerd stream's trace archive id to the...
2018-06-05  Jérémie GalarneauFix: propagate archive id to the consumer daemon on...
2018-06-04  Jonathan RajotteUse dynamic payload for the add stream realyd command
2018-06-04  Jonathan RajotteDynamic payload for relayd create session command
2018-06-01  Jonathan RajotteCleanup: sobjd is never used by reply_ust_register_chan...
2018-06-01  Jonathan RajotteCleanup: chan is never used by save_agent_events()
2018-06-01  Jérémie GalarneauRemove unnecessary inclusions of version.h
2018-06-01  Jonathan RajotteCleanup: ua_sess is never used create_ust_app_channel_c...
2018-06-01  Jonathan RajotteCleanup: consumer_data is never used by update_kernel_s...
2018-06-01  Jonathan RajotteCleanup: app is never used by alloc_ust_app_session()
2018-06-01  Jonathan RajotteCleanup: ust_session_id unused by buffer_reg_uid_consum...
2018-06-01  Jonathan RajotteCleanup: wpipe already contain kernel_tracer_fd
2018-06-01  Jonathan RajotteCleanup: domain type is never used by send_consumer_rel...
2018-05-30  Jonathan RajottePrint consumerd32/64/kernel configuration
2018-05-30  Francis DeslauriersFix: calling ht_{hash, match}_enum with wrong argument
2018-05-30  Francis DeslauriersFix: probes should be compared strictly by events metadata
2018-05-26  Jonathan Rajottemi: support "add-context --list"
2018-05-26  Jonathan RajotteFix: cmd line options overwrite env variable config...
2018-05-18  Jérémie GalarneauFix: perform the initialization memory barrier out...
2018-05-18  Jérémie GalarneauClean-up: explicit mb before decrementing lttng_session...
2018-05-18  Jérémie GalarneauClean-up: use a define for support thread count
2018-05-17  Michael JeansonPort: fix format warnings on Cygwin
2018-05-17  Jérémie GalarneauFix: don't wait for the load thread before serving...
2018-05-09  Jérémie GalarneauClean-up: kernel_consumer_add_stream() does not need...
2018-05-09  Jérémie GalarneauFix: sessiond fails to launch on --without-ust configur...
next
This page took 0.041912 seconds and 8 git commands to generate.