kernctl commands to extract the stream instance id
[lttng-tools.git] / src / common /
2016-03-11  Julien Desfossezkernctl commands to extract the stream instance id
2016-03-11  Julien DesfossezAccount the lost packets in snapshot mode
2016-03-08  Jérémie GalarneauRename filter string to filter expression in liblttng-ctl
2016-03-08  Jérémie GalarneauFix: use of unsigned variable to check for negative...
2016-03-08  Jérémie GalarneauFix: missing static inline breaks --without-lttng-ust...
2016-03-08  Julien DesfossezExtract the lost packets and discarded events counters
2016-03-07  Jérémie GalarneauAdd channel discarded events and lost packets stats...
2016-03-03  Jérémie GalarneauMI: Remove boolean "exclusion" element
2016-03-03  Philippe ProulxMI: add <exclusions> (event exclusion names)
2016-03-03  Jérémie GalarneauAdd new LTTNG_ERR_OVERFLOW error code
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-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-19  Jérémie GalarneauCleanup: Remove unnecessary newline
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 GalarneauNotify java agent of enabled application contexts
2016-02-12  Jérémie GalarneauEnforce const-correctness in UNIX socket wrappers
2016-02-12  Jérémie GalarneauAdd application context support to lttng-ctl lttng_add_...
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-11  Julien DesfossezMissing cpu id kernel context in the kernel tracer ABI
2015-11-04  Philippe Proulxsessiond-comm.h: fix whitespaces
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: Verify directory's existence before calling mkdir
2015-11-02  Jérémie GalarneauClean-up: declare variables at beginning of scope
2015-10-23  Jérémie GalarneauClean-up: Remove unused variables from default.c
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
2015-10-19  Michael JeansonPort: removed unused clone() compat
2015-10-19  Michael JeansonPort: Add macro for socket linking on solaris
2015-10-19  Michael JeansonPort: Add Solaris support to mman compat
2015-10-19  Michael JeansonPort: Replace dirent->d_type by stat
2015-10-19  Michael JeansonPort: Add Solaris support to socket compat
2015-10-19  Michael JeansonPort: name clash on Solaris, rename sun to s_un
2015-10-19  Michael JeansonPort: move memset of anc_buf inside ifdef
2015-10-19  Jérémie GalarneauPort: Add Solaris fls compat
2015-10-19  Michael JeansonPort: Add Solaris string compat
2015-10-19  Michael JeansonPort: Use LTTNG_PATH_MAX instead of PATH_MAX
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-10-19  Michael JeansonPort: Add Solaris support to socket compat
2015-10-19  Michael JeansonPort: Add Solaris support to poll compat
2015-10-19  Michael JeansonPort: Add Solaris support to fcntl compat
2015-10-19  Michael JeansonPort: Add Solaris endian.h compat
2015-09-30  Jérémie GalarneauFix: Remove dependency on glibc 2.12 caused by pthread_...
2015-09-29  Jérémie GalarneauFix: Log and ignore SIGINT and SIGTERM in run_as worker
2015-09-29  Jérémie GalarneauAdd logging to the run_as worker
2015-09-24  Jérémie GalarneauFix: Handle EINTR of waipid in run-as worker
2015-09-21  Michael JeansonFix: Possible dereference of null pointers
2015-09-21  Michael JeansonFix: int printed as uint
2015-09-21  Mathieu DesnoyersFix: add subdir-objects to Makefile.am
2015-09-18  Jérémie GalarneauFix: Check use_clone() instead of worker in run_as
2015-09-18  Jérémie GalarneauFix: Perform rcu barrier before tearing down the run...
2015-09-18  Jérémie GalarneauFix: Handle hang-up gracefully in run-as
2015-09-18  Mathieu DesnoyersFix: shm-path: handling of snprintf return value
2015-09-18  Jérémie GalarneauFix: Hide run-as functions
2015-09-18  Jérémie GalarneauFix: Hide sessiond-comm functions
2015-09-18  Mathieu DesnoyersCleanup: remove duplicated implementation of rculfhash
2015-09-18  Mathieu DesnoyersFix: libc internal mutex races with run_as
2015-09-17  Jérémie GalarneauFix: Hide readwrite symbols in common lib
2015-09-17  Jérémie GalarneauFix: Hide pipe symbols in common lib
2015-09-17  Jérémie GalarneauFix: Hide daemonize symbols in common lib
2015-09-17  Jérémie GalarneauFix: Hide RCU hashtable wrapper symbols
next
This page took 0.039098 seconds and 7 git commands to generate.