messages from 2021-10-08 04:22:37 to 2021-10-26 22:08:52 UTC [more...]
[PATCH V6 00/20] RTLA: An interface for osnoise/timerlat tracers
2021-10-26 22:06 UTC (10+ 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 10/20] rtla/osnoise: Add osnoise top mode
[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 v3] user_events: Enable user processes to create and write to trace events
2021-10-26 8:26 UTC (7+ messages)
[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 (34+ messages)
` [PATCH V3 01/19] trace/osnoise: Do not follow tracing_cpumask
` [PATCH V3 02/19] trace/osnoise: Split workload start from the tracer start
` [PATCH V3 03/19] trace/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
` [PATCH V3 04/19] trace/osnoise: Support a list of trace_array *tr
` [PATCH V3 05/19] trace/osnoise: Allow multiple instances of the same tracer
` [PATCH V3 06/19] rtla: Real-Time Linux Analysis tool
` [PATCH V3 07/19] rtla: Helper functions for rtla
` [PATCH V3 08/19] rtla: Add osnoise tool
` [PATCH V3 09/19] rtla/osnoise: Add osnoise top mode
` [PATCH V3 10/19] rtla/osnoise: Add the hist mode
` [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
[PATCH v2 0/4] trace-cmd: Align guest TSC calculation with the kernel
2021-10-14 15:02 UTC (5+ messages)
` [PATCH v2 1/4] trace-cmd library: Do not use strncmp() when searching for KVM debug files
` [PATCH v2 2/4] trace-cmd library: Extend host-guest time sync with fraction bits
` [PATCH v2 3/4] trace-cmd library: Read and use fraction bits from TRACECMD_OPTION_TIME_SHIFT
` [PATCH v2 4/4] trace-cmd: Dump "
[PATCH] user_events: Enable user processes to create and write to trace events
2021-10-14 12:21 UTC (20+ messages)
Servicio de la flota
2021-10-14 7:41 UTC
[PATCH 1/2] trace-cruncher: Optimize get_arg_list()
2021-10-13 16:56 UTC (2+ messages)
` [PATCH 2/2] trace-cruncher: Modify the APIs for enable/disable multiple events
[PATCH 0/3] trace-cmd: Align guest TSC calculation with the kernel
2021-10-13 14:53 UTC (10+ messages)
` [PATCH 1/3] trace-cmd: Extend host-guest time sync with fraction bits
` [PATCH 2/3] trace-cmd: Read and use fraction bits from TRACECMD_OPTION_TIME_SHIFT
` [PATCH 3/3] trace-cmd: Dump "
[PATCH v2 0/4] Modifications of some 'hist' APIs
2021-10-13 2:14 UTC (3+ messages)
` [RFC] "
[PATCH] libtraceevent: Fix for print_field
2021-10-12 18:24 UTC (2+ messages)
[PATCH V2 00/19] RTLA: An interface for osnoise/timerlat tracers
2021-10-11 14:36 UTC (20+ messages)
` [PATCH V2 01/19] trace/osnoise: Do not follow tracing_cpumask
` [PATCH V2 02/19] trace/osnoise: Split workload start from the tracer start
` [PATCH V2 03/19] trace/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
` [PATCH V2 04/19] trace/osnoise: Support a list of trace_array *tr
` [PATCH V2 05/19] trace/osnoise: Allow multiple instances of the same tracer
` [PATCH V2 06/19] rtla: Real-Time Linux Analysis tool
` [PATCH V2 07/19] rtla: Helper functions for rtla
` [PATCH V2 08/19] rtla: Add osnoise tool
` [PATCH V2 09/19] rtla/osnoise: Add osnoise top mode
` [PATCH V2 10/19] rtla/osnoise: Add the hist mode
` [PATCH V2 11/19] rtla: Add timerlat tool and timelart top mode
` [PATCH V2 12/19] rtla/timerlat: Add timerlat hist mode
` [PATCH V2 13/19] rtla: Add Documentation
` [PATCH V2 14/19] rtla: Add rtla osnoise man page
` [PATCH V2 15/19] rtla: Add rtla osnoise top documentation
` [PATCH V2 16/19] rtla: Add rtla osnoise hist documentation
` [PATCH V2 17/19] rtla: Add rtla timerlat documentation
` [PATCH V2 18/19] rtla: Add rtla timerlat top documentation
` [PATCH V2 19/19] rtla: Add rtla timerlat hist documentation
[PATCH] New example for syscalls tracing
2021-10-11 12:08 UTC
[PATCH v2 0/4] Refactor the logic for writing trace data in the file
2021-10-11 4:26 UTC (5+ messages)
` [PATCH v2 1/4] trace-cmd library: Add internal database for trace buffers
` [PATCH v2 2/4] trace-cmd: Use the new trace buffers API
` [PATCH v2 3/4] trace-cmd library: Helper logic to update the trace buffer offset
` [PATCH v2 4/4] trace-cmd library: Refactor the logic for writing trace data in the file
[PATCH v3 0/4] trace-cmd documentation update for v7 files
2021-10-08 4:29 UTC (5+ messages)
` [PATCH v3 1/4] trace-cmd: Update bash completion
` [PATCH v3 2/4] tarce-cmd: Man page for "trace-cmd convert"
` [PATCH v3 3/4] tarce-cmd: Update record man page
` [PATCH v3 4/4] trace-cmd: Document trace file version 7
[PATCH v3 00/10] trace-cmd dump - v7 update
2021-10-08 4:27 UTC (11+ messages)
` [PATCH v3 01/10] trace-cmd dump: Add helpers for processing trace file version 7
` [PATCH v3 02/10] trace-cmd dump: Print compression header
` [PATCH v3 03/10] trace-cmd dump: Add helpers for processing trace file sections
` [PATCH v3 04/10] trace-cmd dump: Read recursively all options sections
` [PATCH v3 05/10] trace-cmd dump: Read extended BUFFER option
` [PATCH v3 06/10] trace-cmd dump: Dump sections
` [PATCH v3 07/10] trace-cmd dump: Dump trace file version 7
` [PATCH v3 08/10] trace-cmd dump: Dump sections content
` [PATCH v3 09/10] trace-cmd dump: Add new argument --sections
` [PATCH v3 10/10] trace-cmd dump: Align better the output of flyrecord dump
[PATCH v3 0/8] trace-cmd convert
2021-10-08 4:25 UTC (9+ messages)
` [PATCH v3 1/8] trace-cmd library: Use output handler when copying data from input file
` [PATCH v3 2/8] trace-cmd library: Handle version 7 files when copying headers between files
` [PATCH v3 3/8] trace-cmd library: Copy CPU count between trace files
` [PATCH v3 4/8] trace-cmd library: New API to copy buffer description "
` [PATCH v3 5/8] trace-cmd library: New API to copy options "
` [PATCH v3 6/8] trace-cmd library: New API to copy trace data "
` [PATCH v3 7/8] trace-cmd library: Extend tracecmd_copy() API
` [PATCH v3 8/8] trace-cmd: Add new subcommand "convert"
[PATCH v3 00/20] Trace file version 7 - compression
2021-10-08 4:22 UTC (5+ messages)
` [PATCH v3 17/20] trace-cmd library: Add zlib compression algorithm
` [PATCH v3 18/20] trace-cmd list: Show supported compression algorithms
` [PATCH v3 19/20] trace-cmd record: Add compression to the trace context
` [PATCH v3 20/20] trace-cmd report: Add new parameter for trace file compression
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).