messages from 2022-01-17 14:11:33 to 2022-01-26 09:49:37 UTC [more...]
[PATCH v8 00/20] Trace file version 7 - compression
2022-01-26 9:49 UTC (20+ messages)
` [PATCH v8 01/20] trace-cmd library: Add support for compression algorithms
` [PATCH v8 02/20] trace-cmd library: Internal helpers for compressing data
` [PATCH v8 03/20] trace-cmd library: Internal helpers for uncompressing data
` [PATCH v8 04/20] trace-cmd library: Inherit compression algorithm from input file
` [PATCH v8 05/20] trace-cmd library: New API to configure compression on an output handler
` [PATCH v8 06/20] trace-cmd library: Write compression header in the trace file
` [PATCH v8 07/20] trace-cmd library: Compress part of "
` [PATCH v8 08/20] trace-cmd library: Add local helper function for data compression
` [PATCH v8 09/20] trace-cmd library: Compress the trace data
` [PATCH v8 10/20] trace-cmd library: Decompress the options section, if it is compressed
` [PATCH v8 11/20] trace-cmd library: Read compression header
` [PATCH v8 12/20] trace-cmd library: Extend the input handle with trace data decompression context
` [PATCH v8 13/20] trace-cmd library: Initialize CPU data decompression logic
` [PATCH v8 14/20] trace-cmd library: Add logic for in-memory decompression
` [PATCH v8 15/20] trace-cmd library: Read compressed latency data
` [PATCH v8 16/20] trace-cmd library: Decompress file sections on reading
` [PATCH v8 17/20] trace-cmd library: Add zlib compression algorithm
` [PATCH v8 18/20] trace-cmd list: Show supported compression algorithms
` [PATCH v8 19/20] trace-cmd record: Add compression to the trace context
[PATCH v7 00/20] Trace file version 7 - compression
2022-01-26 4:56 UTC (32+ messages)
` [PATCH v7 01/20] trace-cmd library: Add support for compression algorithms
` [PATCH v7 02/20] trace-cmd library: Internal helpers for compressing data
` [PATCH v7 03/20] trace-cmd library: Internal helpers for uncompressing data
` [PATCH v7 04/20] trace-cmd library: Inherit compression algorithm from input file
` [PATCH v7 05/20] trace-cmd library: New API to configure compression on an output handler
` [PATCH v7 06/20] trace-cmd library: Write compression header in the trace file
` [PATCH v7 07/20] trace-cmd library: Compress part of "
` [PATCH v7 08/20] trace-cmd library: Add local helper function for data compression
` [PATCH v7 09/20] trace-cmd library: Compress the trace data
` [PATCH v7 10/20] trace-cmd library: Decompress the options section, if it is compressed
` [PATCH v7 11/20] trace-cmd library: Read compression header
` [PATCH v7 12/20] trace-cmd library: Extend the input handler with trace data decompression context
` [PATCH v7 13/20] trace-cmd library: Initialize CPU data decompression logic
` [PATCH v7 14/20] trace-cmd library: Add logic for in-memory decompression
` [PATCH v7 15/20] trace-cmd library: Read compressed latency data
` [PATCH v7 16/20] trace-cmd library: Decompress file sections on reading
` [PATCH v7 17/20] trace-cmd library: Add zlib compression algorithm
` [PATCH v7 18/20] trace-cmd list: Show supported compression algorithms
` [PATCH v7 19/20] trace-cmd record: Add compression to the trace context
` [PATCH v7 20/20] trace-cmd report: Add new parameter for trace file compression
[PATCH] libtracefs: Initialized func_list in tracefs_filter_functions()
2022-01-26 2:53 UTC
[PATCH] trace-cruncher: Add support for event probes
2022-01-25 13:28 UTC (2+ messages)
[PATCH] docs: Hook the RTLA documents into the kernel docs build
2022-01-25 8:33 UTC (3+ messages)
[PATCH] libtraceevent: Fix backward compatibility with tep_print_arg_string
2022-01-24 17:37 UTC
[PATCH 1/8] rtla: Follow kernel version
2022-01-24 14:24 UTC (8+ messages)
` [PATCH 2/8] rtla/utils: Fix session duration parsing
` [PATCH 3/8] rtla/osnoise_top: Fix segmentation fault when failing to enable -t
` [PATCH 4/8] rtla/osnoise_hist: "
` [PATCH 5/8] rtla/timerlat_top: "
` [PATCH 6/8] rtla/timerlat_hist: "
` [PATCH 7/8] rtla/osnoise: Fix error message when failing to enable trace instance
` [PATCH 8/8] rtla/trace: Error message fixup
[PATCH] libtracefs: fix cleaning of sqlhist.txt.html
2022-01-24 11:10 UTC
[PATCH 1/2] libtracefs: clean also docs by default
2022-01-24 10:52 UTC (2+ messages)
` [PATCH 2/2] libtracefs: fix utest linking path
[PATCH] libtracefs/Documentation: correct instances-affinity section body
2022-01-24 9:50 UTC (2+ messages)
[PATCH] libtracefs: Fix libtracefs-instance-affinity.txt document
2022-01-24 9:50 UTC (2+ messages)
[PATCH 00/10] trace-cruncher: Synthetic events
2022-01-24 8:56 UTC (11+ messages)
` [PATCH 01/10] trace-cruncher: Define Python type for synthetic events
` [PATCH 02/10] trace-cruncher: APIs for adding start/end fields to synth. event
` [PATCH 03/10] trace-cruncher: APIs for adding arithmetic fields to synth. events
` [PATCH 04/10] trace-cruncher: APIs for registering/unregistering "
` [PATCH 05/10] trace-cruncher: APIs for enabling "
` [PATCH 06/10] trace-cryncher: Add static methods for manipulating filters
` [PATCH 07/10] trace-cruncher: APIs for filtering synth. events
` [PATCH 08/10] trace-cruncher: API to show descriptor of the synth. event
` [PATCH 09/10] trace-cruncher: Add synthetic event example
` [PATCH 10/10] trace-cruncher: Add synth. events tests
[PATCH 0/2] (Trivial) README fix and libtracecmd SONAME
2022-01-23 2:08 UTC (4+ messages)
` [PATCH 1/2] README: remove stale mention to libparsevent
` [PATCH 2/2] libtracecmd: use major version as SONAME
[PATCH v10 00/12] user_events: Enable user processes to create and write to trace events
2022-01-21 19:28 UTC (15+ messages)
` [PATCH v10 01/12] user_events: Add minimal support for trace_event into ftrace
` [PATCH v10 02/12] user_events: Add print_fmt generation support for basic types
` [PATCH v10 03/12] user_events: Handle matching arguments from dyn_events
` [PATCH v10 04/12] user_events: Add basic perf and eBPF support
` [PATCH v10 05/12] user_events: Optimize writing events by only copying data once
` [PATCH v10 06/12] user_events: Validate user payloads for size and null termination
` [PATCH v10 07/12] user_events: Add self-test for ftrace integration
` [PATCH v10 08/12] user_events: Add self-test for dynamic_events integration
` [PATCH v10 09/12] user_events: Add self-test for perf_event integration
` [PATCH v10 10/12] user_events: Add self-test for validator boundaries
` [PATCH v10 11/12] user_events: Add sample code for typical usage
` [PATCH v10 12/12] user_events: Add documentation file
[PATCH 0/4] libtracefs: Address the comments that Tzvetomir had for the get affinity functions
2022-01-19 15:57 UTC (5+ messages)
` [PATCH 1/4] libtracefs: Add the get_affinity functions to the main libtracefs man page
` [PATCH 2/4] libtracefs: Fix typos and grammar in get_affinity "
` [PATCH 3/4] libtracefs: Fix grammar in tracefs_instance_get_affinity() comment
` [PATCH 4/4] libtracefs: Do not count CPUs beyond set size in get_affinity
[PATCH 0/2] libtracefs: Add get affinity API
2022-01-19 15:40 UTC (5+ messages)
` [PATCH 1/2] libtracefs: Add tracefs_instance_get_affinity() APIs
` [PATCH 2/2] libtracefs: Fix libtracefs-instance-affinity example
[PATCH] kernel-shark: Add plugin for handling Xenomai cobalt_context_switch
2022-01-19 12:24 UTC (3+ messages)
[RFC PATCH 0/2] Allow GUI plugins to build standalone
2022-01-19 12:10 UTC (4+ messages)
` [RFC PATCH 1/2] kernel-shark: Add KsPluginsGUI.hpp/.cpp
` [RFC PATCH 2/2] kernel-shark: Install missing headers
[PATCH v3] trace-cruncher: Add API to set tracing CPU affinity
2022-01-19 10:30 UTC (6+ messages)
[PATCH v5 0/2] Get trace buffer page size from kernel
2022-01-19 8:34 UTC (3+ messages)
` [PATCH v5 1/2] trace-cmd library: Use the real trace buffer page size
` [PATCH v5 2/2] trace-cmd library: Introduce buffer page size per instance
[PATCH v7 0/4] trace-cmd documentation update for v7 files
2022-01-19 8:32 UTC (5+ messages)
` [PATCH v7 1/4] trace-cmd: Update bash completion
` [PATCH v7 2/4] tarce-cmd: Man page for "trace-cmd convert"
` [PATCH v7 3/4] tarce-cmd: Update record man page
` [PATCH v7 4/4] trace-cmd: Document trace file version 7
[PATCH v7 00/11] trace-cmd dump - v7 update
2022-01-19 8:30 UTC (12+ messages)
` [PATCH v7 01/11] trace-cmd dump: Add helpers for processing trace file version 7
` [PATCH v7 02/11] trace-cmd dump: Print compression header
` [PATCH v7 03/11] trace-cmd dump: Add helpers for processing trace file sections
` [PATCH v7 04/11] trace-cmd dump: Read recursively all options sections
` [PATCH v7 05/11] trace-cmd dump: Read extended BUFFER option
` [PATCH v7 06/11] trace-cmd dump: Dump sections
` [PATCH v7 07/11] trace-cmd dump: Dump trace file version 7
` [PATCH v7 08/11] trace-cmd dump: Read strings sections from v7 trace files
` [PATCH v7 09/11] trace-cmd dump: Dump sections content
` [PATCH v7 10/11] trace-cmd dump: Add new argument --sections
` [PATCH v7 11/11] trace-cmd dump: Align better the output of flyrecord dump
[PATCH v7 0/9] trace-cmd convert
2022-01-19 8:28 UTC (10+ messages)
` [PATCH v7 1/9] trace-cmd library: Use output handler when copying data from input file
` [PATCH v7 2/9] trace-cmd library: Handle version 7 files when copying headers between files
` [PATCH v7 3/9] trace-cmd library: Copy CPU count between trace files
` [PATCH v7 4/9] trace-cmd library: New API to copy buffer description "
` [PATCH v7 5/9] trace-cmd library: New API to copy options "
` [PATCH v7 6/9] trace-cmd library: New API to copy trace data "
` [PATCH v7 7/9] trace-cmd library: Avoid memory leak when setting trace clock
` [PATCH v7 8/9] trace-cmd library: Extend tracecmd_copy() API
` [PATCH v7 9/9] trace-cmd: Add new subcommand "convert"
[PATCH v8 00/25] Trace file version 7 - sections
2022-01-19 8:25 UTC (26+ messages)
` [PATCH v8 01/25] trace-cmd library: Define trace file version 7
` [PATCH v8 02/25] trace-cmd library: Add cache functionality to network message handler
` [PATCH v8 03/25] trace-cmd library: New APIs to get and set version of output handler
` [PATCH v8 04/25] trace-cmd library: Add strings section in trace file version 7
` [PATCH v8 05/25] trace-cmd library: Add internal helper function for writing headers before file sections
` [PATCH v8 06/25] trace-cmd library: Write header "
` [PATCH v8 07/25] trace-cmd library: Add multiple options sections in trace file version 7
` [PATCH v8 08/25] trace-cmd library: Do not write CPU count section in trace files "
` [PATCH v8 09/25] trace-cmd library: Move CPU flyrecord trace metadata into the buffer option, for trace file "
` [PATCH v8 10/25] trace-cmd library: Add section header before flyrecord trace data
` [PATCH v8 11/25] trace-cmd library: Fit CPU latency trace data in the new trace file version 7 format
` [PATCH v8 12/25] trace-cmd library: Add macro to check file state on reading
` [PATCH v8 13/25] trace-cmd library: Introduce sections in trace file reading logic
` [PATCH v8 14/25] trace-cmd library: Initialize internal sections database on file read
` [PATCH v8 15/25] trace-cmd library: Use sections database when reading parts of the trace file
` [PATCH v8 16/25] trace-cmd library: Read headers from trace file version 7
` [PATCH v8 17/25] trace-cmd library: Read strings sections on file load
` [PATCH v8 18/25] trace-cmd library: Read extended BUFFER option
` [PATCH v8 19/25] trace-cmd library: Handle the extended DONE option
` [PATCH v8 20/25] trace-cmd library: Initialize CPU data for reading from version 7 trace files
` [PATCH v8 21/25] trace-cmd library: Handle latency trace in version 7 files
` [PATCH v8 22/25] trace-cmd library: Handle buffer trace data init for "
` [PATCH v8 23/25] trace-cmd report: Use the new latency API to read data
` [PATCH v8 24/25] trace-cmd: Write buffers metadata in trace files version 6
` [PATCH v8 25/25] trace-cmd record: Add new parameter for trace file version
[PATCH v2] trace-cruncher: Add API to set tracing CPU affinity
2022-01-18 1:16 UTC (2+ messages)
[PATCH v9 00/12] user_events: Enable user processes to create and write to trace events
2022-01-18 1:02 UTC (5+ messages)
` [PATCH v9 01/12] user_events: Add minimal support for trace_event into ftrace
[PATCH 0/3] libtracefs/Documentation: Fix up man pages
2022-01-17 23:22 UTC (4+ messages)
` [PATCH 1/3] libtracefs: Split up libtracefs-hist.txt man page
` [PATCH 2/3] libtracefs: Split up libtracefs-synth2.txt "
` [PATCH 3/3] libtracefs/Documentation: Referencing commands should be bold not underlined
[PATCH v7 00/25] Trace file version 7 - sections
2022-01-17 17:12 UTC (20+ messages)
` [PATCH v7 04/25] trace-cmd library: Add strings section in trace file version 7
` [PATCH v7 07/25] trace-cmd library: Add multiple options sections "
` [PATCH v7 11/25] trace-cmd library: Fit CPU latency trace data in the new trace file version 7 format
` [PATCH v7 16/25] trace-cmd library: Read headers from trace file version 7
` [PATCH v7 17/25] trace-cmd library: Read strings sections on file load
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).