linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-18 16:50:08 to 2021-11-01 09:09:15 UTC [more...]

[PATCH v2 00/12] libtracefs dynamic events support
 2021-11-01  9:08 UTC  (5+ messages)
` [PATCH v2 01/12] libtracefs: Add new internal APIs for dynamic events
` [PATCH v2 02/12] libtracefs: Rename tracefs_get_kprobes API
` [PATCH v2 03/12] libtracefs: New kprobes APIs
` [PATCH v2 04/12] libtracefs: Remove redundant "

[PATCH V9 0/9] osnoise: Support multiple instances (for RTLA)
 2021-10-31 18:05 UTC  (10+ messages)
` [PATCH V9 1/9] tracing/osnoise: Do not follow tracing_cpumask
` [PATCH V9 2/9] tracing/osnoise: Improve comments about barrier need for NMI callbacks
` [PATCH V9 3/9] tracing/osnoise: Split workload start from the tracer start
` [PATCH V9 4/9] tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
` [PATCH V9 5/9] tracing/osnoise: Support a list of trace_array *tr
` [PATCH V9 6/9] tracing/osnoise: Remove TIMERLAT ifdefs from inside functions
` [PATCH V9 7/9] tracing/osnoise: Allow multiple instances of the same tracer
` [PATCH V9 8/9] tracing/osnoise: Remove STACKTRACE ifdefs from inside functions
` [PATCH V9 9/9] tracing/osnoise: Remove PREEMPT_RT "

[PATCH V7 00/14] RTLA: An interface for osnoise/timerlat tracers
 2021-10-29 19:26 UTC  (15+ messages)
` [PATCH V7 01/14] rtla: Real-Time Linux Analysis tool
` [PATCH V7 02/14] rtla: Helper functions for rtla
` [PATCH V7 03/14] rtla: Add osnoise tool
` [PATCH V7 04/14] rtla/osnoise: Add osnoise top mode
` [PATCH V7 05/14] rtla/osnoise: Add the hist mode
` [PATCH V7 06/14] rtla: Add timerlat tool and timelart top mode
` [PATCH V7 07/14] rtla/timerlat: Add timerlat hist mode
` [PATCH V7 08/14] rtla: Add Documentation
` [PATCH V7 09/14] rtla: Add rtla osnoise man page
` [PATCH V7 10/14] rtla: Add rtla osnoise top documentation
` [PATCH V7 11/14] rtla: Add rtla osnoise hist documentation
` [PATCH V7 12/14] rtla: Add rtla timerlat documentation
` [PATCH V7 13/14] rtla: Add rtla timerlat top documentation
` [PATCH V7 14/14] rtla: Add rtla timerlat hist documentation

[PATCH V8 0/9] tracing/osnoise: Support multiple instances (for RTLA)
 2021-10-29 19:00 UTC  (10+ messages)
` [PATCH V8 1/9] tracing/osnoise: Do not follow tracing_cpumask
` [PATCH V8 2/9] tracing/osnoise: Improve comments about barrier need for NMI callbacks
` [PATCH V8 3/9] tracing/osnoise: Split workload start from the tracer start
` [PATCH V8 4/9] tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
` [PATCH V8 5/9] tracing/osnoise: Support a list of trace_array *tr
` [PATCH V8 6/9] tracing/osnoise: Remove TIMERLAT ifdefs from inside functions
` [PATCH V8 7/9] tracing/osnoise: Allow multiple instances of the same tracer
` [PATCH V8 8/9] tracing/osnoise: Remove STACKTRACE ifdefs from inside functions
` [PATCH V8 9/9] tracing/osnoise: Remove PREEMPT_RT "

[PATCH V6 00/20] RTLA: An interface for osnoise/timerlat tracers
 2021-10-29 16:04 UTC  (34+ messages)
` [PATCH V6 01/20] trace/osnoise: Do not follow tracing_cpumask
` [PATCH V6 02/20] trace/osnoise: Improve comments about barrier need for NMI callbacks
` [PATCH V6 03/20] trace/osnoise: Split workload start from the tracer start
` [PATCH V6 04/20] trace/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
` [PATCH V6 05/20] trace/osnoise: Support a list of trace_array *tr
` [PATCH V6 06/20] trace/osnoise: Allow multiple instances of the same tracer
` [PATCH V6 07/20] rtla: Real-Time Linux Analysis tool
` [PATCH V6 08/20] rtla: Helper functions for rtla
` [PATCH V6 09/20] rtla: Add osnoise tool
` [PATCH V6 10/20] rtla/osnoise: Add osnoise top mode
` [PATCH V6 11/20] rtla/osnoise: Add the hist mode
` [PATCH V6 12/20] rtla: Add timerlat tool and timelart top mode
` [PATCH V6 13/20] rtla/timerlat: Add timerlat hist mode
` [PATCH V6 14/20] rtla: Add Documentation
` [PATCH V6 15/20] rtla: Add rtla osnoise man page
` [PATCH V6 16/20] rtla: Add rtla osnoise top documentation
` [PATCH V6 17/20] rtla: Add rtla osnoise hist documentation
` [PATCH V6 18/20] rtla: Add rtla timerlat documentation
` [PATCH V6 19/20] rtla: Add rtla timerlat top documentation
` [PATCH V6 20/20] rtla: Add rtla timerlat hist documentation

[PATCH V7 0/9] osnoise: Support multiple instances (for RTLA)
 2021-10-29 13:01 UTC  (13+ messages)
` [PATCH V7 1/9] trace/osnoise: Do not follow tracing_cpumask
` [PATCH V7 2/9] trace/osnoise: Improve comments about barrier need for NMI callbacks
` [PATCH V7 3/9] trace/osnoise: Split workload start from the tracer start
` [PATCH V7 4/9] trace/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
` [PATCH V7 5/9] trace/osnoise: Support a list of trace_array *tr
` [PATCH V7 6/9] trace/osnoise: Remove TIMERLAT ifdefs from inside functions
` [PATCH V7 7/9] trace/osnoise: Allow multiple instances of the same tracer
` [PATCH V7 8/9] trace/osnoise: Remove STACKTRACE ifdefs from inside functions
` [PATCH V7 9/9] trace/osnoise: Remove PREEMPT_RT "

[PATCH 00/12] libtracefs dynamic events support
 2021-10-29  3:09 UTC  (18+ messages)
` [PATCH 01/12] libtracefs: Add new internal APIs for dynamic events
` [PATCH 02/12] libtracefs: Rename tracefs_get_kprobes API
` [PATCH 03/12] libtracefs: New kprobes APIs
` [PATCH 04/12] libtracefs: Remove redundant "
` [PATCH 05/12] libtracefs: Reimplement tracefs_kprobes_get API
` [PATCH 06/12] libtracefs: Change tracefs_kprobe_info API
` [PATCH 07/12] libtracefs: Reimplement kprobe raw APIs
` [PATCH 08/12] libtracefs: Extend kprobes unit test
` [PATCH 09/12] libtracefs: Update kprobes man pages
` [PATCH 10/12] libtracefs: Rename tracefs_synth_init API
` [PATCH 11/12] libtracefs: Use the internal dynamic events API when creating synthetic events
` [PATCH 12/12] libtracefs: Document tracefs_dynevent_list_free() API

[PATCH v3] user_events: Enable user processes to create and write to trace events
 2021-10-27 19:14 UTC  (8+ messages)

[PATCH V5 00/20] RTLA: An interface for osnoise/timerlat tracers
 2021-10-26 19:50 UTC  (32+ messages)
` [PATCH V5 01/20] trace/osnoise: Do not follow tracing_cpumask
` [PATCH V5 02/20] trace/osnoise: Improve comments about barrier need for NMI callbacks
` [PATCH V5 03/20] trace/osnoise: Split workload start from the tracer start
` [PATCH V5 04/20] trace/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
` [PATCH V5 05/20] trace/osnoise: Support a list of trace_array *tr
` [PATCH V5 06/20] trace/osnoise: Allow multiple instances of the same tracer
` [PATCH V5 07/20] rtla: Real-Time Linux Analysis tool
` [PATCH V5 08/20] rtla: Helper functions for rtla
` [PATCH V5 09/20] rtla: Add osnoise tool
` [PATCH V5 10/20] rtla/osnoise: Add osnoise top mode
` [PATCH V5 11/20] rtla/osnoise: Add the hist mode
` [PATCH V5 12/20] rtla: Add timerlat tool and timelart top mode
` [PATCH V5 13/20] rtla/timerlat: Add timerlat hist mode
` [PATCH V5 14/20] rtla: Add Documentation
` [PATCH V5 15/20] rtla: Add rtla osnoise man page
` [PATCH V5 16/20] rtla: Add rtla osnoise top documentation
` [PATCH V5 17/20] rtla: Add rtla osnoise hist documentation
` [PATCH V5 18/20] rtla: Add rtla timerlat documentation
` [PATCH V5 19/20] rtla: Add rtla timerlat top documentation
` [PATCH V5 20/20] rtla: Add rtla timerlat hist documentation

[PATCH V4 00/19] RTLA: An interface for osnoise/timerlat tracers
 2021-10-25 14:36 UTC  (32+ messages)
` [PATCH V4 01/19] trace/osnoise: Do not follow tracing_cpumask
` [PATCH V4 02/19] trace/osnoise: Split workload start from the tracer start
` [PATCH V4 03/19] trace/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
` [PATCH V4 04/19] trace/osnoise: Support a list of trace_array *tr
` [PATCH V4 05/19] trace/osnoise: Allow multiple instances of the same tracer
` [PATCH V4 06/19] rtla: Real-Time Linux Analysis tool
` [PATCH V4 07/19] rtla: Helper functions for rtla
` [PATCH V4 08/19] rtla: Add osnoise tool
` [PATCH V4 09/19] rtla/osnoise: Add osnoise top mode
` [PATCH V4 10/19] rtla/osnoise: Add the hist mode
` [PATCH V4 11/19] rtla: Add timerlat tool and timelart top mode
` [PATCH V4 12/19] rtla/timerlat: Add timerlat hist mode
` [PATCH V4 13/19] rtla: Add Documentation
` [PATCH V4 14/19] rtla: Add rtla osnoise man page
` [PATCH V4 15/19] rtla: Add rtla osnoise top documentation
` [PATCH V4 16/19] rtla: Add rtla osnoise hist documentation
` [PATCH V4 17/19] rtla: Add rtla timerlat documentation
` [PATCH V4 18/19] rtla: Add rtla timerlat top documentation
` [PATCH V4 19/19] rtla: Add rtla timerlat hist documentation

[PATCH V3 00/19] RTLA: An interface for osnoise/timerlat tracers
 2021-10-19 19:18 UTC  (25+ messages)
` [PATCH V3 06/19] rtla: Real-Time Linux Analysis tool
` [PATCH V3 11/19] rtla: Add timerlat tool and timelart top mode
` [PATCH V3 12/19] rtla/timerlat: Add timerlat hist mode
` [PATCH V3 13/19] rtla: Add Documentation
` [PATCH V3 14/19] rtla: Add rtla osnoise man page
` [PATCH V3 15/19] rtla: Add rtla osnoise top documentation
` [PATCH V3 16/19] rtla: Add rtla osnoise hist documentation
` [PATCH V3 17/19] rtla: Add rtla timerlat documentation
` [PATCH V3 18/19] rtla: Add rtla timerlat top documentation
` [PATCH V3 19/19] rtla: Add rtla timerlat hist documentation


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).