Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
[lttng-dev] [PATCH lttng-ust] Fix: timestamp_end field should include all events within sub-buffer
 2019-04-30 17:32 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-modules] Fix: timestamp_end field should include all events within sub-buffer
 2019-04-30 16:12 UTC 

[lttng-dev] querying bt_ctf_integer_base via babeltrace 1.x
 2019-04-30 15:35 UTC  (2+ messages)

[lttng-dev] decoding tracef msg string via babeltrace API
 2019-04-30 15:14 UTC 

[lttng-dev] enable-event wildcards
 2019-04-29 16:04 UTC  (3+ messages)

[lttng-dev] running lttng 2.10 on Docker 1.13.1
 2019-04-29 15:11 UTC  (3+ messages)

[lttng-dev] Problems setting up lttng on PREEMPT_RT Raspberry Pi
 2019-04-28 13:58 UTC  (4+ messages)

[lttng-dev] Tracepoints for pthreads conditional variables
 2019-04-26 20:44 UTC 

[lttng-dev] [PATCH lttng-tools v6 0/8] Change in compat (e)poll
 2019-04-25 22:23 UTC  (9+ messages)
` [lttng-dev] [PATCH lttng-tools v6 1/8] Fix: lttng_poll_mod calls compat_(e)poll_add
` [lttng-dev] [PATCH lttng-tools v6 2/8] Add Unit test to poll compatibility layer
` [lttng-dev] [PATCH lttng-tools v6 3/8] Change LTTNG_POLL_GETNB behaviour for poll flavor
` [lttng-dev] [PATCH lttng-tools v6 4/8] Adapt poll layer behaviour to match the epoll layer
` [lttng-dev] [PATCH lttng-tools v6 5/8] Fix: hang in thread_rotation when using compat-poll
` [lttng-dev] [PATCH lttng-tools v6 6/8] Change lttng_poll_wait behaviour of compat-poll to match compat-epoll
` [lttng-dev] [PATCH lttng-tools v6 7/8] Clean code base from redundant verification
` [lttng-dev] [PATCH lttng-tools v6 8/8] Clean-up: correct typo from epoll to poll

[lttng-dev] [PATCH lttng-tools 1/5] Update macros from the autoconf archive
 2019-04-25 18:28 UTC  (6+ messages)
` [lttng-dev] [PATCH lttng-tools 2/5] Namespace check_sdt_works custom macro
` [lttng-dev] [PATCH lttng-tools 3/5] Harmonize rw_prog_cxx_works macro across projects
` [lttng-dev] [PATCH lttng-tools 4/5] Update the ac_define_dir macro from the autoconf archive
` [lttng-dev] [PATCH lttng-tools 5/5] Harmonize pprint macro across projects

[lttng-dev] [PATCH lttng-tools 1/1] Fix: relayd: handling of lttng_read errors >= 0
 2019-04-25 18:27 UTC 

[lttng-dev] [PATCH lttng-tools 1/2] Fix relayd: initialize beacon to -1ULL
 2019-04-25 18:26 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: getgrnam is not MT-Safe, use getgrnam_r
 2019-04-25 18:25 UTC 

[lttng-dev] [PATCH lttng-tools] Clean-up: Remove double buffer initialisation
 2019-04-25 18:23 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: libcompat is now part of libcommon
 2019-04-25 18:12 UTC 

[lttng-dev] [PATCH lttng-tools v5 0/8] Change in poll compat layer
 2019-04-25 14:36 UTC  (9+ messages)
` [lttng-dev] [PATCH lttng-tools v5 1/8] Fix: lttng_poll_mod calls compat_(e)poll_add
` [lttng-dev] [PATCH lttng-tools v5 2/8] Add Unit test to poll compatibility layer
` [lttng-dev] [PATCH lttng-tools v5 3/8] Change LTTNG_POLL_GETNB behaviour for poll flavor
` [lttng-dev] [PATCH lttng-tools v5 4/8] Adapt poll layer behaviour to match the epoll layer
` [lttng-dev] [PATCH lttng-tools v5 5/8] Fix hang in thread_rotation when using compat-poll
` [lttng-dev] [PATCH lttng-tools v5 6/8] Change lttng_poll_wait behaviour of compat-poll to match compat-epoll
` [lttng-dev] [PATCH lttng-tools v5 7/8] Clean code base from redundant verification
` [lttng-dev] [PATCH lttng-tools v5 8/8] Fix typo

[lttng-dev] [PATCH lttng-tools v4 2/8] Add Unit test to poll compatibility layer
 2019-04-24 21:08 UTC  (3+ messages)
  ` [lttng-dev] [PATCH lttng-tools v4 4/8] Adapt poll layer behaviour to match the epoll layer
  ` [lttng-dev] [PATCH lttng-tools v4 6/8] Change lttng_poll_wait behaviour of compat-poll to match compat-epoll

[lttng-dev] [PATCH urcu] Fix: typo CPPLAGS in examples Makefile
 2019-04-22 16:11 UTC  (2+ messages)

[lttng-dev] [RFC PATCH lttng-tools 00/18] Improvements in sessiond-comm
 2019-04-18 19:58 UTC  (30+ messages)
` [lttng-dev] [RFC PATCH lttng-tools 01/18] Fix: Use platform-independant types in sessiond to consumerd communication
` [lttng-dev] [RFC PATCH lttng-tools 02/18] Clean-up: Switch enum fields in lttcomm_consumer_msg
` [lttng-dev] [RFC PATCH lttng-tools 03/18] Clean-up: Switch enum fields in lttcomm_consumer_status_msg
` [lttng-dev] [RFC PATCH lttng-tools 04/18] Clean-up: Switch enum fields in lttcomm_consumer_status_channel
` [lttng-dev] [RFC PATCH lttng-tools 05/18] Clean-up: Remove unused structure
` [lttng-dev] [RFC PATCH lttng-tools 06/18] Clean-up: Removed deprecated field
` [lttng-dev] [RFC PATCH lttng-tools 07/18] Add serialized versions of lttng_channel structs
` [lttng-dev] [RFC PATCH lttng-tools 08/18] Add serdes functions for lttng_channel
` [lttng-dev] [RFC PATCH lttng-tools 09/18] Integrate serialized communication in lttng-ctl and sessiond
` [lttng-dev] [RFC PATCH lttng-tools 10/18] Add serialized versions of lttng_event_context structs
` [lttng-dev] [RFC PATCH lttng-tools 11/18] Add serdes functions for lttng_event_context
` [lttng-dev] [RFC PATCH lttng-tools 12/18] Integrate serialized communication in lttng-ctl and sessiond
` [lttng-dev] [RFC PATCH lttng-tools 13/18] Add serialized versions of lttng_event structs
` [lttng-dev] [RFC PATCH lttng-tools 14/18] Add serdes functions for lttng_event_context
` [lttng-dev] [RFC PATCH lttng-tools 15/18] Integrate serialized communication in lttng-ctl and sessiond
` [lttng-dev] [RFC PATCH lttng-tools 16/18] Add serialized versions of lttng_event structs
` [lttng-dev] [RFC PATCH lttng-tools 17/18] Add serdes functions for lttng_snapshot_output
` [lttng-dev] [RFC PATCH lttng-tools 18/18] Integrate serialized communication in lttng-ctl and sessiond

[lttng-dev] [PATCH urcu] Harmonize pprint macro across projects
 2019-04-17 20:16 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-ust 1/2] Update macros from the autoconf archive
 2019-04-17 20:15 UTC  (3+ messages)
` [lttng-dev] [PATCH lttng-ust 2/2] Harmonize rw_prog_cxx_works macro across projects

[lttng-dev] unable to profile example
 2019-04-17 12:57 UTC  (2+ messages)

[lttng-dev] SIG33 message
 2019-04-16 18:41 UTC  (5+ messages)

[lttng-dev] [PATCH urcu 1/2] Update macros from the autotools archive
 2019-04-16 17:51 UTC  (3+ messages)
` [lttng-dev] [PATCH urcu 2/2] Check for TLS support after CC detection

[lttng-dev] SIG33
 2019-04-16 17:37 UTC 

[lttng-dev] RFC: More flexible support for UST event collection in containers
 2018-08-27 15:26 UTC  (2+ messages)

[lttng-dev] [RELEASE] LTTng-UST 2.9.3 and 2.10.2 (Linux user-space tracer)
 2018-08-20 20:04 UTC 

[lttng-dev] [RFC] wfcqueue: allow defining CDS_WFCQ_WAIT_SLEEP to override `poll'
 2018-08-20 19:48 UTC  (5+ messages)

[lttng-dev] [CFP] Call For Presentations reminder and registration for Tracing Summit 2018 on Oct 25th in Edinburgh, UK
 2018-08-17 17:32 UTC 

[lttng-dev] Function Tracing Fails
 2018-08-16  7:29 UTC  (2+ messages)

[lttng-dev] Regarding lttng ust trace-point usage
 2018-08-14 12:06 UTC 

[lttng-dev] Using lttng for traces and (in-process) logging
 2018-08-10 20:16 UTC  (3+ messages)

[lttng-dev] [RELEASE] LTTng-modules 2.10.7 and 2.9.10 (Linux kernel tracer)
 2018-08-09 19:29 UTC 

[lttng-dev] [PATCH lttng-modules stable-2.x 1/2] Fix: Allow alphanumeric characters in SLE version
 2018-08-09 19:11 UTC  (3+ messages)
` [lttng-dev] [PATCH lttng-modules stable-2.x 2/2] Fix: adjust SLE version ranges to build with SP2 and SP3

[lttng-dev] [PATCH lttng-modules 1/2] Fix: Allow alphanumeric characters in SLE version
 2018-08-09 19:10 UTC  (3+ messages)
` [lttng-dev] [PATCH lttng-modules 2/2] Fix: adjust SLE version ranges to build with SP2 and SP3

[lttng-dev] Mixing kernel and userspace traces in a single events editor view
 2018-08-03 22:34 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-modules] Fix: Adjust range for SuSE 4.4.103-92 kernels
 2018-08-03 19:00 UTC  (2+ messages)

[lttng-dev] LTTng undefined reference while building the sample application
 2018-08-02 15:11 UTC  (3+ messages)

[lttng-dev] LTTng streams not Hung up even session is destroyed
 2018-08-01 22:28 UTC  (4+ messages)

[lttng-dev] [PATCH lttng-tools v2] mi: support "add-context --list"
 2018-02-28 21:06 UTC 

[lttng-dev] relayd with many consumer daemons
 2018-02-28 15:57 UTC  (4+ messages)

[lttng-dev] [PATCH lttng-tools] mi: support "add-context --list"
 2018-02-27 23:18 UTC  (3+ messages)

[lttng-dev] [PATCH lttng-tools] Fix: set errno with value from SO_ERROR on error
 2018-02-27 16:17 UTC 

[lttng-dev] [PATCH lttng-tools v2] Fix: error out on leftover arguments
 2018-02-27 16:15 UTC 

[lttng-dev] [PATCH lttng-tools v2] Fix: Use SOL_SOCKET level for SO_KEEPALIVE on all platform
 2018-02-27 16:14 UTC 

[lttng-dev] [PATCH lttng-tools] Fix: missing value handling for lttng_event_context_type
 2018-02-27 16:04 UTC 

[lttng-dev] [PATCH lttng-modules] Fix: version check error in btrfs instrumentation
 2017-09-29 20:51 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-modules 1/3] Fix: update block instrumentation for kernel 4.14
 2017-09-29 20:20 UTC  (4+ messages)
` [lttng-dev] [PATCH lttng-modules 2/3] Fix: update writeback "
` [lttng-dev] [PATCH lttng-modules 3/3] Fix: update btrfs "

[lttng-dev] [PATCH lttng-tools] Fix: lttng-consumerd crash due to double free metadata stream
 2017-09-28 20:57 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-tools 1/2] Fix: scope ownership of a stream for ust-consumer
 2017-09-28 20:37 UTC  (2+ messages)
` [lttng-dev] [PATCH lttng-tools 2/2] Cleanup: consumer_add_metadata_stream always return 0

[lttng-dev] [RFC PATCH lttng-modules] Use call_rcu_sched for pid untrack
 2017-09-28 18:12 UTC 

[lttng-dev] Missing discarded events message in live-reading mode
 2017-09-28 14:04 UTC  (2+ messages)

[lttng-dev] [PATCH babeltrace-1.5] lttng-live: print discarded event and packet lost warnings on stderr
 2017-09-28 14:00 UTC 

[lttng-dev] [PATCH lttng-modules] Fix: vmalloc wrapper on kernel < 2.6.38
 2017-09-26 18:16 UTC 

[lttng-dev] [PATCH lttng-modules] Fix: vmalloc wrapper on kernel >= 4.12
 2017-09-26 18:00 UTC  (2+ messages)

[lttng-dev] [RFC lttng-modules v4] Add kmalloc failover to vmalloc
 2017-09-26 16:03 UTC  (8+ messages)

[lttng-dev] Are arrays allowed in event payload?
 2017-09-25 19:56 UTC  (2+ messages)

[lttng-dev] [RFC lttng-modules v3] Add kmalloc failover to vmalloc
 2017-09-22 21:50 UTC  (2+ messages)

[lttng-dev] Check if userland tracing enabled
 2017-09-22 14:59 UTC  (2+ messages)

[lttng-dev] [RFC v2] Add kmalloc failover to vmalloc
 2017-09-21 20:43 UTC  (6+ messages)

[lttng-dev] [PATCH lttng-modules] RFC: Add kmalloc failover to vmalloc
 2017-09-21 15:18 UTC  (2+ messages)

[lttng-dev] Babeltrace performance issue in live-reading mode
 2017-09-21 15:03 UTC  (6+ messages)

[lttng-dev] [PATCH babeltrace 1/1] Fix: use tabs rather than spaces in makefile
 2017-09-20 17:58 UTC 

[lttng-dev] LTTng on Docker
 2017-09-19 22:26 UTC 

[lttng-dev] [PATCH babeltrace] Port: do not depend on GNU readlink
 2017-09-19 20:26 UTC 

[lttng-dev] [PATCH lttng-ust 1/2] Fix: lttng-gen-tp: only replace file extension
 2017-09-19 17:08 UTC  (4+ messages)
` [lttng-dev] [PATCH lttng-ust 2/2] lttng-gen-tp: formatting

[lttng-dev] Bug in lttng-ust tool lttng-gen-tp which replaces all ".c" with ".h" in the path
 2017-09-19  3:35 UTC 

[lttng-dev] [RFC PATCH v2 00/13] Sessiond teardown overhaul
 2017-09-18 22:52 UTC  (6+ messages)
` [lttng-dev] [RFC PATCH v2 09/13] Perform ust_app_unregister on thread_manage_apps teardown
` [lttng-dev] [RFC PATCH v2 10/13] Teardown apps_notify_thread before thread_manage_apps
` [lttng-dev] [RFC PATCH v2 11/13] Comments update
` [lttng-dev] [RFC PATCH v2 12/13] Fix: delay termination on consumerd to allow metadata flushing
` [lttng-dev] [RFC PATCH v2 13/13] Fix: quit early if instructed to

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox