Store the version of the tracer in the UID registry
[lttng-tools.git] / src / bin /
2016-03-11  Julien DesfossezStore the version of the tracer in the UID registry
2016-03-11  Julien DesfossezStore the instance id and packet_seq_num in indexes
2016-03-10  Julien DesfossezDisplay discarded and lost events at destroy and stop
2016-03-09  Jérémie GalarneauFix: session_find_by_id can return NULL legitimately
2016-03-09  Jérémie GalarneauFix: mark ltt_sessions_ht_destroy as static
2016-03-09  Jérémie GalarneauDocs: Missing locking assumptions in function headers
2016-03-08  Jérémie GalarneauFix: hold session list lock during delete_ust_app
2016-03-08  Jérémie GalarneauMissing void in function signature
2016-03-08  Jérémie GalarneauCLI: Show filter expression associated to a syscall
2016-03-08  Jérémie GalarneauFix: missing dereference when computing extended info...
2016-03-08  Jérémie GalarneauFix: Only save kernel enablers in session configuration
2016-03-08  Jérémie GalarneauFix: Only list kernel enablers when listing events
2016-03-08  Jérémie GalarneauFix: syscalls hash table leaks when listing kernel...
2016-03-08  Jérémie GalarneauInitialize command header to zero
2016-03-08  Jérémie GalarneauRename filter string to filter expression in liblttng-ctl
2016-03-08  Jérémie GalarneauClean-up: remove unreachable goto
2016-03-08  Jérémie Galarneaulttng enable-channel memsets lttng_channel to -1
2016-03-08  Jérémie GalarneauClean-up: missing space between cast operator and operand
2016-03-08  Jérémie GalarneauEnsure UST channel output mode is LTTNG_UST_MMAP
2016-03-08  Julien DesfossezExtract the lost packets and discarded events counters
2016-03-07  Jérémie GalarneauSend extended channel payload to client
2016-03-04  Jérémie GalarneauReuse constant string instead of duplicate literal
2016-03-04  Jérémie GalarneauClean-up: simplify computation of string position
2016-03-04  Jérémie GalarneauOptimization: lttng UI uses sprintf instead of strcpy
2016-03-03  Philippe ProulxCLI: show event exclusion names
2016-03-03  Philippe ProulxTransfer UST exclusion names from sessiond to client
2016-03-03  Jérémie GalarneauFix: return negative error code in list_lttng_ust_globa...
2016-03-03  Jérémie GalarneauCLI: show agent event filter string
2016-03-03  Philippe ProulxCLI: show event filter string
2016-03-03  Philippe ProulxAdd lttng_event_get_filter_string() to liblttng-ctl
2016-02-26  Philippe ProulxTransfer filter strings from sessiond to client
2016-02-25  Philippe ProulxRefactor setup_lttng_msg() to include cmd header
2016-02-25  Julien DesfossezMetadata for instance_id and packet_seq_num
2016-02-25  Julien DesfossezAdd a HT to lookup sessions by id
2016-02-25  Julien DesfossezExplicitly stop the session on lttng destroy
2016-02-24  Mathieu DesnoyersFix: per-pid ust buffers flush race with application...
2016-02-14  Jérémie GalarneauFix: report already enabled event error to client
2016-02-14  Jérémie GalarneauDocs: add comment to cmd_add_context()
2016-02-14  Jérémie GalarneauFix: application context leak when enabling context
2016-02-14  Jérémie GalarneauFix: string leak when processing of client message...
2016-02-14  Jérémie GalarneauFix: missing return code initialization on error
2016-02-14  Jérémie GalarneauFix: unchecked return value in _lttng_variant_statedump()
2016-02-14  Jérémie GalarneauFix: Possible use-after-free in create_ctx_type()
2016-02-12  Jérémie GalarneauFix: Don't notify agent of non-app context addition
2016-02-12  Jérémie GalarneauCreate agent on channel creation
2016-02-12  Jérémie GalarneauIntroduce application contexts to session configuration...
2016-02-12  Jérémie GalarneauEnable agent application contexts if filter has such...
2016-02-12  Jérémie GalarneauCompare provider and context names in trace_ust_match_c...
2016-02-12  Mathieu DesnoyersAllow $app.provider:ctxname in filter, enum, variant...
2016-02-12  Mathieu DesnoyersAdd variant type support to ust registry and metadata
2016-02-12  Jérémie GalarneauNotify java agent of enabled application contexts
2016-02-12  Jérémie GalarneauAdd app context support to lttng client
2016-02-12  Jérémie GalarneauRemove superflous domain check in context_ust_add
2016-02-12  Jérémie GalarneauRemove superflous domain check in add_uctx_to_channel
2016-02-12  Jérémie GalarneauUse lttng_domain_type enum instead of bare integer
2016-02-12  Jérémie GalarneauAdd application context support to lttng-ctl lttng_add_...
2016-02-11  Mathieu Desnoyersclock offset: print negative value in metadata for...
2016-02-11  Mathieu DesnoyersFix: handle negative clock offset for lttng-ust metadata
2016-01-14  Jérémie GalarneauBump lttng-ust protocol version to 6.1
2016-01-14  Mathieu DesnoyersAdd CTF enum type support for UST registry
2015-11-19  Jérémie GalarneauClarify error message on "add context" failure
2015-11-19  Jérémie GalarneauFix: Don't spam session daemon logs on invalid UST...
2015-11-12  Jérémie GalarneauFix: redefinition of _GNU_SOURCE
2015-11-11  Philippe Proulxlttng: add status command
2015-11-11  Philippe Proulxlttng: factor out declaration of commands
2015-11-04  Philippe ProulxWarn when exclusion names are truncated
2015-11-04  Philippe ProulxIgnore exclusion names order when matching events
2015-11-04  Philippe ProulxDisallow duplicate event exclusion names
2015-11-03  Philippe ProulxAdd LTTNG_EVENT_EXCLUSION_NAME_AT() helper macro
2015-11-03  Philippe ProulxFix: lay out names in exclusion structure correctly
2015-11-02  Jérémie GalarneauFix: Check for NULL hash tables on relay daemon teardown
2015-10-24  Mathieu DesnoyersLoad x86-exceptions lttng-modules probe
2015-10-24  Mathieu DesnoyersLoad x86-irq-vectors lttng-modules probe
2015-10-23  Jérémie GalarneauAgent: Make the agent protocol consistently network...
2015-10-23  Jérémie GalarneauFix: Unchecked NULL string in logging statement
2015-10-22  Alexandre MontplaisirFix: include the filter expression in agent events...
2015-10-22  Alexandre MontplaisirAdd the filter expression to the enable_event agent...
2015-10-19  Jonathan RajotteSelect which binaries/extras to build at configure...
2015-10-19  Jonathan RajotteMove libconsumer under common/consumer/
2015-10-19  Mathieu DesnoyersRelay protocol: check string lengths
2015-10-19  Michael JeansonFix: Silence warning formating pid_t as int
2015-10-19  Michael JeansonRename config.h to session-config.h
2015-10-19  Michael JeansonPort: Remove _GNU_SOURCE, defined in config.h
2015-10-19  Michael JeansonPort: Add Solaris string compat
2015-10-19  Michael JeansonPort: Use LTTNG_HOST_NAME_MAX instead of HOST_NAME_MAX
2015-10-19  Michael JeansonPort: Use LTTNG_NAME_MAX instead of NAME_MAX
2015-09-24  Jérémie GalarneauFix: Handle EINTR of waitpid when spawning a session...
2015-09-22  Jérémie GalarneauReword warning on event disable
2015-09-22  Jonathan RajotteHelp: add -j -l -p option to help string
2015-09-22  Jonathan RajotteUse empty event name on disable -a for ust and agent...
2015-09-22  Jonathan RajotteFix: disable kernel event based on name and event type
2015-09-21  Jérémie GalarneauFix: Break out of loop when searching for a domain...
2015-09-18  Jérémie GalarneauFix: Perform rcu barrier before tearing down the run...
2015-09-18  Jérémie GalarneauFix: Only log app handle release on failure
2015-09-18  Jérémie GalarneauFix: Wrong format specifier used in debug statement
2015-09-18  Mathieu DesnoyersFix: relayd: don't call lttng_ht_destroy in RCU read...
2015-09-18  Mathieu DesnoyersFix: libc internal mutex races with run_as
2015-09-16  Jonathan RajotteReport error if any disable action fails
2015-09-16  Jonathan RajotteFix: disable all ust events
2015-09-16  Jonathan RajotteBring back event_ust_disable_all_tracepoints
next
This page took 0.046861 seconds and 7 git commands to generate.