Add lttng_event_get_exclusion_name*() to liblttng-ctl
[lttng-tools.git] / src /
2016-03-03  Philippe ProulxAdd lttng_event_get_exclusion_name*() to liblttng-ctl
2016-03-03  Jérémie GalarneauTests: Consider lttng mi namespace in test_mi
2016-03-03  Jérémie GalarneauMI: Implement event context schema change
2016-03-03  Jérémie GalarneauMI: Add application context type to schema
2016-03-03  Jérémie GalarneauMI: add schemaVersion attribute to command schema
2016-03-03  Jérémie GalarneauMI: set machine interface XSD target namespace
2016-03-03  Jérémie GalarneauAdd schema information to XML MI output
2016-03-03  Jérémie GalarneauFix: libxml2 may return 0 because of buffering
2016-03-03  Jérémie GalarneauBump LTTng MI schema to 3.0
2016-03-03  Philippe ProulxMI: add <filter_expression> (event filter expression)
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  Philippe ProulxAdd command header to sessiond->client response msg
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-19  Jérémie GalarneauCleanup: Remove unnecessary newline
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 GalarneauEnforce const-correctness in UNIX socket wrappers
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-12  Jérémie GalarneauCleanup comments in lttng-ctl.c
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
2016-01-13  Jérémie GalarneauCleanup __lttng_print macro indentation
2016-01-13  Jonathan RajotteFix: do not print error and bug messages when quiet...
2015-11-27  Jérémie GalarneauFix: close indexes when rotating the trace files in...
2015-11-27  Julien DesfossezFix: close indexes when rotating the trace files in...
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-11  Julien DesfossezMissing cpu id kernel context in the kernel tracer ABI
2015-11-04  Philippe ProulxWarn when exclusion names are truncated
2015-11-04  Philippe ProulxTruncate exclusion names to have a terminal '\0'
2015-11-04  Philippe ProulxIgnore exclusion names order when matching events
2015-11-04  Philippe Proulxsessiond-comm.h: fix whitespaces
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-11-02  Jérémie GalarneauFix: Verify directory's existence before calling mkdir
2015-11-02  Jérémie GalarneauClean-up: declare variables at beginning of scope
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 GalarneauClean-up: Remove unused variables from default.c
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-21  Mikael BeckiusFix live timer calculation error
2015-10-20  Jérémie GalarneauDon't initialize defaults in library constructor
2015-10-20  Jérémie GalarneauInitialize lttng_ht_seed on hashtable creation
2015-10-20  Jérémie GalarneauCleanup: Missing space after cast operator
2015-10-19  Jérémie GalarneauFix: Retry poll on interruption
2015-10-19  Jérémie GalarneauPort: Explicitly allocate realpath() resolved buffer
2015-10-19  Jonathan RajotteSelect which binaries/extras to build at configure...
2015-10-19  Jonathan RajotteMove libconsumer under common/consumer/
2015-10-19  Michael JeansonFix: Silence warning by casting *sin_addr to *sockaddr
2015-10-19  Michael JeansonPort: fix 'ERR' conflict with Solaris regset.h
2015-10-19  Mathieu DesnoyersRelay protocol: check string lengths
2015-10-19  Michael JeansonFix: Silence warning of function having no return value
2015-10-19  Michael JeansonFix: Silence warnings when using uid_t and pid_t with...
2015-10-19  Michael JeansonPort: Add compat for platforms with no MSG_NOSIGNAL...
2015-10-19  Michael JeansonPort: Add Solaris compat to sessiond-comm/unix.c
2015-10-19  Michael JeansonPort: Add Solaris compat for netdb
2015-10-19  Michael JeansonFix: Silence warning formating pid_t as int
2015-10-19  Michael JeansonPort: Add Solaris dirent compat
2015-10-19  Michael JeansonPort: Add Solaris paths compat
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  Jérémie GalarneauPort: Don't use SIGUNUSED which is not defined on Solaris
2015-10-19  Jérémie GalarneauPort: Implement prctl wrapper
2015-10-19  Michael JeansonPort: Replace flock with fnctl
next
This page took 0.038606 seconds and 7 git commands to generate.