lttng-dev.lists.lttng.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-08 15:10:06 to 2023-03-22 08:25:27 UTC [more...]

[lttng-dev] [PATCH 0/7] Replace the custom code with gcc/clang __atomic builtins
 2023-03-22  8:24 UTC  (30+ messages)
` [lttng-dev] [PATCH 1/7] Require __atomic builtins to build
` [lttng-dev] [PATCH 2/7] Use gcc __atomic builtis for <urcu/uatomic.h> implementation
` [lttng-dev] [PATCH 3/7] Use __atomic_thread_fence() for cmm_barrier()
` [lttng-dev] [PATCH 4/7] Replace the internal pointer manipulation with __atomic builtins
` [lttng-dev] [PATCH 5/7] Use __atomic builtins to implement CMM_{LOAD, STORE}_SHARED
` [lttng-dev] [PATCH 6/7] Fix: uatomic_or() need retyping to uintptr_t in rculfhash.c
` [lttng-dev] [PATCH 7/7] Experiment: Add explicit memory barrier in free_completion()
            ` [lttng-dev] TSAN and the tests

[lttng-dev] ThreadSanitizer: data race between urcu_mb_synchronize_rcu and urcu_adaptative_wake_up
 2023-03-22  8:02 UTC 

[lttng-dev] how to disable local file writing in relayd?
 2023-03-22  6:39 UTC  (3+ messages)
` [lttng-dev] Fwd: "

[lttng-dev] [PATCH 7/7] Fix: uatomic_or() need retyping to uintptr_t in rculfhash.c
 2023-03-21 20:20 UTC  (2+ messages)

[lttng-dev] (no subject)
 2023-03-21 20:19 UTC  (11+ messages)
` [lttng-dev] [PATCH 1/7] Require __atomic builtins to build
` [lttng-dev] [PATCH 2/7] Use gcc __atomic builtis for <urcu/uatomic.h> implementation
` [lttng-dev] [PATCH 3/7] Use __atomic_signal_fence() for cmm_barrier()
` [lttng-dev] [PATCH 4/7] Replace the internal pointer manipulation with __atomic builtins
` [lttng-dev] [PATCH 5/7] Replace the arch-specific memory barriers "
` [lttng-dev] [PATCH 6/7] Use __atomic builtins to implement CMM_{LOAD, STORE}_SHARED
` [lttng-dev] [PATCH 7/7] Fix: uatomic_or() need retyping to uintptr_t in rculfhash.c

[lttng-dev] TSAN branch vs main branch - short_bench results
 2023-03-21 15:02 UTC 

[lttng-dev] userspace-rcu and ThreadSanitizer
 2023-03-17 18:56 UTC  (7+ messages)

[lttng-dev] Tracing a docker containerized java application from the host
 2023-03-17 16:17 UTC  (3+ messages)

[lttng-dev] UST context field "ip" is now in decimal since 2.13 instead of hexadecimal as before
 2023-03-16 16:22 UTC  (2+ messages)

[lttng-dev] urcu/rculist.h clarifications - for implementing LRU
 2023-03-14 11:28 UTC  (5+ messages)

[lttng-dev] [RELEASE] LTTng-modules 2.12.13 and 2.13.9 (Linux kernel tracer)
 2023-03-03 19:38 UTC 

[lttng-dev] Filtering tracing by process name or PID/TID
 2023-02-15 19:33 UTC  (2+ messages)

[lttng-dev] LTTng bugs repository - pending administrator approval
 2023-02-15 16:07 UTC  (2+ messages)

[lttng-dev] [RELEASE] Userspace RCU 0.14.0, 0.13.3, 0.12.5 [EOL]
 2023-02-14 16:45 UTC 

[lttng-dev] LTTng UST structure support
 2023-02-10 18:12 UTC  (8+ messages)

[lttng-dev] lttng-consumerd crash on aarch64 due to x86 arch specific optimization
 2023-02-06 16:39 UTC  (8+ messages)

[lttng-dev] [PATCH v2] Tests: select_poll_epoll: Add support for _time64
 2023-01-31  8:56 UTC  (4+ messages)

[lttng-dev] lttng-consumerd crash on aarch64 due to x86 arch specific optimization
 2023-01-26 19:47 UTC  (3+ messages)

[lttng-dev] Statically linking LTTng to an application built with MUSL toolchain
 2023-01-19 11:48 UTC  (2+ messages)

[lttng-dev] [RELEASE] LTTng-modules 2.12.12 and 2.13.8 (Linux kernel tracer)
 2023-01-13 21:20 UTC 

[lttng-dev] [PATCH] lttv: C99 compatibility fix
 2023-01-11 11:01 UTC  (3+ messages)
` [lttng-dev] lttv: Document project status as unmaintained

[lttng-dev] [RELEASE] LTTng-tools 2.12.13 - (Ta) Meilleure
 2023-01-06 19:12 UTC 

[lttng-dev] [RELEASE] LTTng-tools 2.13.9 - Nordicité
 2023-01-06 19:10 UTC 

[lttng-dev] Suspected Bug in lttng-tools
 2022-12-23 13:24 UTC 

[lttng-dev] Suspected Bug in lttng-tools
 2022-12-27 11:56 UTC  (2+ messages)

[lttng-dev] README issue of liburcu
 2022-11-10 15:28 UTC  (2+ messages)

[lttng-dev] lttng list --userspace is null
 2022-11-04 15:01 UTC  (2+ messages)

[lttng-dev] [RELEASE] Babeltrace 1.5.11
 2022-11-02 15:23 UTC 

[lttng-dev] [PATCH] Fix incorrect number of tests in test_callstack
 2022-10-24  8:08 UTC  (3+ messages)

[lttng-dev] [PATCH] lttng: Add CONFIG_PREEMPTIRQ_TRACEPOINTS as a preemptirq condition
 2022-10-20  9:13 UTC 

[lttng-dev] Shared memory circular buffer and K8s pods
 2022-10-18 18:40 UTC  (3+ messages)

[lttng-dev] [PATCH lttng-tools 1/2] README: Update the Userspace RCU requirements
 2022-10-13  7:08 UTC  (5+ messages)
` [lttng-dev] [PATCH lttng-tools 2/2] Tests: select_poll_epoll: Add support for _time64

[lttng-dev] LTTng and containers
 2022-10-12 10:25 UTC  (3+ messages)

[lttng-dev] lttng-ust on arm64 getting bogged down by the getcpu syscall (taking more than 600ns per call)
 2022-10-12  9:19 UTC  (2+ messages)

[lttng-dev] [PATCH] always check pthread_create for failures
 2022-10-03 14:41 UTC  (2+ messages)

[lttng-dev] [RELEASE] LTTng-modules 2.13.7, 2.12.11 and LTTng-UST 2.13.5, 2.12.7
 2022-09-30 21:29 UTC 

[lttng-dev] [PATCH lttng-tools 1/1] Fix: Handle empty string in lttng_event_field_value_string_create_with_size
 2022-09-27 16:52 UTC 

[lttng-dev] URCU background threads vs signalfd
 2022-09-26 20:12 UTC  (8+ messages)

[lttng-dev] [RFC PATCH urcu] Disable signals in URCU background threads
 2022-09-26 15:01 UTC 

[lttng-dev] [PATCH lttng-modules] Add new tracepoints for drm_scheduler
 2022-09-23 15:53 UTC  (2+ messages)

[lttng-dev] [PATCH lttng-modules] Add new tracepoints for dma_fence
 2022-09-23 15:46 UTC  (2+ messages)

[lttng-dev] Failed to deploy lttng modules on NVIDIA jetson device
 2022-09-14  6:17 UTC 

[lttng-dev] C API message iterator example for libbabeltrace2
 2022-08-24 15:56 UTC  (4+ messages)

[lttng-dev] [RELEASE] LTTng-tools 2.12.12 - (Ta) Meilleure
 2022-08-22 20:46 UTC 

[lttng-dev] [RELEASE] LTTng-tools 2.13.8 - Nordicité
 2022-08-22 20:43 UTC 

[lttng-dev] efficios MX problems? (was: urcu 7ca7fe9c03 + _LGPL_SOURCE regression?)
 2022-08-22 14:35 UTC  (2+ messages)

[lttng-dev] urcu 7ca7fe9c03 + _LGPL_SOURCE regression?
 2022-08-20 18:51 UTC  (3+ messages)

[lttng-dev] [RELEASE] LTTng-ust 2.12.6 and 2.13.4 (Linux user-space tracer)
 2022-08-19 20:38 UTC 

[lttng-dev] [RELEASE] LTTng-modules 2.12.10 and 2.13.5 (Linux kernel tracer)
 2022-08-19 18:57 UTC 

[lttng-dev] [RELEASE] Userspace RCU 0.12.4 and 0.13.2
 2022-08-18 20:07 UTC 

[lttng-dev] [RELEASE] Userspace RCU 0.12.4 and 0.13.2
 2022-08-18 19:56 UTC 

[lttng-dev] [PATCH] compaction: make tracepoints condtional on CONFIG_COMPACTION
 2022-08-17 15:27 UTC  (4+ messages)

[lttng-dev] Change to CPU number detection breaks QNX compilation
 2022-08-16 15:20 UTC  (7+ messages)

[lttng-dev] babeltrace2 python api related question
 2022-08-16  2:29 UTC  (5+ messages)

[lttng-dev] [PATCH] Fix: revise obsolete command in README.md
 2022-08-02 20:05 UTC  (2+ messages)

[lttng-dev] [PATCH v2] Improve tracef/tracelog to use the stack for small strings
 2022-08-01 15:24 UTC  (4+ messages)

[lttng-dev] [PATCH v2 1/2] lttng_ust_init_thread: initialise cached context values
 2022-08-01 15:13 UTC  (4+ messages)
` [lttng-dev] [PATCH v2 2/2] lttng_ust_init_thread: call urcu_register_thread

[lttng-dev] [PATCH] Improve tracef/tracelog to use the stack for small strings
 2022-07-22 14:44 UTC  (2+ messages)

[lttng-dev] [PATCH 1/2] lttng_ust_init_thread: initialise cached context values
 2022-07-20 20:48 UTC  (6+ messages)
` [lttng-dev] [PATCH 2/2] lttng_ust_init_thread: call urcu_register_thread

[lttng-dev] LTTng on RHEL 7.9 with real time kernel patch
 2022-07-18 15:58 UTC  (2+ messages)

[lttng-dev] reading context fields causes syscalls
 2022-07-18 15:46 UTC  (8+ messages)

[lttng-dev] Tracing Summit 2022: Announcement and Call for Proposals, October 11th - 13th, 2022, London, United Kingdom
 2022-07-13 19:19 UTC 

[lttng-dev] CTF2-SPECRC-6.0: Common Trace Format version 2 release candidate
 2022-07-08 15:10 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).