Fix: userspace probe accessors are not const-correct
[lttng-tools.git] / src / bin /
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...
2018-05-09  Jérémie GalarneauFix: agent thread poll set creation failure results...
2018-05-08  Jérémie GalarneauRename kernel_consumer_send_channel_stream()
2018-05-08  Jérémie GalarneauRename consumer_init_channel_comm_msg()
2018-05-08  Jérémie GalarneauCleanup: send_fds functions are not const-correct
2018-05-03  Jérémie GalarneauRemove unused ltt_session look-up result
2018-05-03  Jérémie GalarneauClean-up: reduce indentation level of create_channel_pe...
2018-05-03  Jérémie GalarneauEnforce locking assumptions during channel creation
2018-05-02  Jérémie GalarneauCleanup: misleading create_ust_app_session() name
2018-05-02  Jérémie GalarneauRename rotate_count to current_archive_id
2018-05-01  Jonathan RajotteFix: relayd streams can be leaked on connection error
2018-05-01  Jérémie GalarneauCleanup: fix typo in relayd comment
2018-04-30  Jonathan RajotteCleanup: ret is unused in relay_process_data_receive_he...
2018-04-27  Jérémie GalarneauFix: partial writes of padding are not checked
2018-04-27  Jérémie GalarneauPropagate whether a connection was closed cleanly or...
2018-04-27  Jonathan RajotteFix: relayd protocol field present from minor 8 is...
2018-04-27  Jonathan RajotteAdd DBG statement for TCP keep-alive options
2018-04-27  Jérémie GalarneauFix: relay_recv_metadata does not check for partial...
2018-04-27  Jérémie GalarneauUse non-blocking recvmsg() for data/ctrl connections...
2018-04-25  Jérémie GalarneauFix: unprivilieged sessiond agent port clashes with...
2018-04-24  Jérémie GalarneauFix: failure to launch agent thread is not reported
2018-04-24  Jérémie GalarneauFix: agent may not be ready on launch
2018-04-24  Jérémie GalarneauCleanup: misleading variable name
2018-04-24  Jérémie GalarneauFix: checking for existing session daemon is done after...
next
This page took 0.041228 seconds and 8 git commands to generate.