messages from 2021-11-11 15:07:31 to 2021-11-24 19:32:59 UTC [more...]
[PATCH v5 10/25] trace-cmd library: Add section header before flyrecord trace data
 2021-11-24 19:32 UTC  (12+ messages)
` [PATCH v5 11/25] trace-cmd library: Fit CPU latency trace data in the new trace file version 7 format
` [PATCH v5 12/25] trace-cmd library: Do not write CPUs with empty trace data
` [PATCH v5 13/25] trace-cmd library: Add macro to check file state on reading
` [PATCH v5 14/25] trace-cmd library: Introduce sections in trace file reading logic
` [PATCH v5 15/25] trace-cmd library: Initialize internal sections database on file read
` [PATCH v5 16/25] trace-cmd library: Use sections database when reading parts of the trace file
` [PATCH v5 17/25] trace-cmd library: Read headers from trace file version 7
` [PATCH v5 18/25] trace-cmd library: Read extended BUFFER option
` [PATCH v5 19/25] trace-cmd library: Handle the extended DONE option
[PATCH v5 09/25] trace-cmd record: Append trace options after the trace data are written
 2021-11-24 19:27 UTC  (2+ messages)
[PATCH v5 01/25] trace-cmd library: Define trace file version 7
 2021-11-24 19:17 UTC  (3+ messages)
[PATCH v5 04/25] trace-cmd library: Add internal helper function for writing headers before file sections
 2021-11-24 19:15 UTC  (2+ messages)
[PATCH v3 0/4] Refactor the logic for writing trace data in the file
 2021-11-24 17:22 UTC  (7+ messages)
` [PATCH v3 1/4] trace-cmd library: Add internal database for trace buffers
` [PATCH v3 2/4] trace-cmd: Use the new trace buffers API
` [PATCH v3 3/4] trace-cmd library: Helper logic to update the trace buffer offset
` [PATCH v3 4/4] trace-cmd library: Refactor the logic for writing trace data in the file
[RFC PATCH 1/2] arm64/tracing: add cntvct based trace clock
 2021-11-24  9:45 UTC  (2+ messages)
[PATCH v2 09/10] trace-cmd: Use the new flow when creating output handler
 2021-11-24  4:07 UTC  (2+ messages)
[PATCH v2 04/10] trace-cmd library: New API for setting a custom kallsyms to an output handler
 2021-11-24  3:46 UTC  (2+ messages)
[PATCH v2 00/10] Refactor APIs for creating output handler
 2021-11-24  3:41 UTC  (6+ messages)
` [PATCH v2 01/10] trace-cmd library: New API for allocating an "
` [PATCH v2 02/10] trace-cmd library: New API for setting a message context to "
[PATCH] libtraceevent: Do not read non printable characters
 2021-11-23 22:10 UTC 
[PATCH 0/3] libtracefs: Update hist example
 2021-11-23 21:59 UTC  (4+ messages)
` [PATCH 1/3] libtracefs/sqlhist: Add -B option to use instances for histograms
` [PATCH 2/3] libtracefs/Documentation: Clean up libtracefs-hist man pages
` [PATCH 3/3] libtracefs/Documentation: Modify the hist man page example
[PATCH] libtracefs: Rename *_show() to *_echo_cmd()
 2021-11-23 18:33 UTC 
[PATCH] trace-cmd report: Avoid crash on unknown event
 2021-11-23 15:38 UTC  (4+ messages)
[PATCH] libtraceevent: Add __rel_loc support
 2021-11-23 14:49 UTC  (6+ messages)
` [PATCH] libtraceevent: Add __rel_loc relative location attribute support
    ` [PATCH v2] "
[PATCH v2] libtraceevent: A new API for trace page size
 2021-11-23  3:30 UTC  (2+ messages)
[PATCH 00/11] libtracefs: Have all man page examples be executable
 2021-11-22 23:49 UTC  (12+ messages)
` [PATCH 01/11] libtracefs: Move creation of sqlhist into new samples directory
` [PATCH 02/11] libtracefs: Fix example in the dynamic events man page to compile
` [PATCH 03/11] libtracefs/Documentation: Fix man page examples to include the proper header
` [PATCH 04/11] tracefs/Documentation: Fix example in libtracefs-eprobes.txt to compile
` [PATCH 05/11] libtracefs: Make samples easily extract man page example programs
` [PATCH 06/11] libtracefs: Add new API tracefs_dynevent_get()
` [PATCH 07/11] libtracefs/Documentation: Fix example in libtracefs-error.txt
` [PATCH 08/11] libtracefs/Documentation: Fix function-filter call to tracefs_list_free()
` [PATCH 09/11] libtracefs/Documentation: Update libtracefs-hist-cont.txt to new API
` [PATCH 10/11] libtracefs: Add all working man page examples to samples
` [PATCH 11/11] libtracefs/Documentation: Update stream example to have a parameter
[PATCH v2 0/5] tracing: Add __rel_loc support
 2021-11-22  9:30 UTC  (6+ messages)
` [PATCH v2 1/5] tracing: Support __rel_loc relative dynamic data location attribute
` [PATCH v2 2/5] tracing: Add '__rel_loc' using trace event macros
` [PATCH v2 3/5] samples/trace_event: Add '__rel_loc' using sample event
` [PATCH v2 4/5] libtraceevent: Add __rel_loc relative location attribute support
` [PATCH v2 5/5] tools/perf: Add '__rel_loc' event field parsing support
[PATCH] libtracefs: Use getpid instead of gettid
 2021-11-21 21:25 UTC  (2+ messages)
[PATCH v5 00/12] user_events: Enable user processes to create and write to trace events
 2021-11-18 20:01 UTC  (18+ messages)
` [PATCH v5 01/12] user_events: Add UABI header for user access to user_events
` [PATCH v5 02/12] user_events: Add minimal support for trace_event into ftrace
` [PATCH v5 03/12] user_events: Add print_fmt generation support for basic types
` [PATCH v5 04/12] user_events: Handle matching arguments from dyn_events
` [PATCH v5 05/12] user_events: Add basic perf and eBPF support
` [PATCH v5 06/12] user_events: Add self-test for ftrace integration
` [PATCH v5 07/12] user_events: Add self-test for dynamic_events integration
` [PATCH v5 08/12] user_events: Add self-test for perf_event integration
` [PATCH v5 09/12] user_events: Optimize writing events by only copying data once
` [PATCH v5 10/12] user_events: Add documentation file
` [PATCH v5 11/12] user_events: Add sample code for typical usage
` [PATCH v5 12/12] user_events: Validate user payloads for size and null termination
[RFC PATCH 0/3] Introduce configurable ring buffer page size
 2021-11-18  4:32 UTC  (10+ messages)
` [PATCH 1/3] [RFC] trace: Page size per ring buffer
` [PATCH 2/3] [RFC] trace: Add interface for configuring trace ring buffer size
` [PATCH 3/3] [WiP] trace: Set new size of the ring buffer page
[PATCH] trace-cmd: Fix trace_tsc2nsec_is_supported() on !x86
 2021-11-16 19:50 UTC  (2+ messages)
[PATCH] trace-cmd: Fix sizeof print warnings
 2021-11-16  4:46 UTC 
[PATCH v7 00/15] libtracefs dynamic events support
 2021-11-15 10:45 UTC  (16+ messages)
` [PATCH v7 01/15] libtracefs: New APIs for dynamic events
` [PATCH v7 02/15] libtracefs: New APIs for kprobe allocation
` [PATCH v7 03/15] libtracefs: Remove redundant kprobes APIs
` [PATCH v7 04/15] libtracefs: Reimplement kprobe raw APIs
` [PATCH v7 05/15] libtracefs: Extend kprobes unit test
` [PATCH v7 06/15] libtracefs: Rename tracefs_synth_init API
` [PATCH v7 07/15] libtracefs: Use the internal dynamic events API when creating synthetic events
` [PATCH v7 08/15] libtracefs: Remove instance parameter from synthetic events APIs
` [PATCH v7 09/15] libtracefs: Add unit test for synthetic events
` [PATCH v7 10/15] libtracefs: Update kprobes man pages
` [PATCH v7 11/15] libtracefs: Document dynamic events APIs
` [PATCH v7 12/15] libtracefs: Do not clean sqlhist man page source
` [PATCH v7 13/15] libtracefs: Introduce eprobe API
` [PATCH v7 14/15] libtracefs: Add utest for event probes
` [PATCH v7 15/15] libtracefs: Document eprobe API
[PATCH 1/2] trace-cruncher: More options for stopping data iteration
 2021-11-15  8:55 UTC  (2+ messages)
` [PATCH 2/2] trace-cruncher: Make the tracing of a process stoppable
[PATCH v4 00/10] user_events: Enable user processes to create and write to trace events
 2021-11-12 13:40 UTC  (11+ messages)
` [PATCH v4 02/10] user_events: Add minimal support for trace_event into ftrace
[PATCH v6 00/12] libtracefs dynamic events support
 2021-11-12 12:35 UTC  (7+ messages)
` [PATCH v6 01/12] libtracefs: New APIs for dynamic events
` [PATCH v6 11/12] libtracefs: Document dynamic events APIs
[PATCH v2 0/2] Get trace buffer page size from kernel
 2021-11-12  4:13 UTC  (3+ messages)
` [PATCH v2 1/2] trace-cmd library: Use the real trace buffer page size
` [PATCH v2 2/2] trace-cmd library: Introduce buffer page size per instance
[PATCH] libtracefs: Fix example in the dynamic events man page to compile
 2021-11-11 20:16 UTC 
[PATCH] libtracecmd: don't ignore LDFLAGS when linking the shared libs
 2021-11-11 18:24 UTC  (3+ messages)
[PATCH 0/2] Get trace buffer page size from kernel
 2021-11-11 15:44 UTC  (4+ messages)
` [PATCH 1/2] trace-cmd library: Use the real trace buffer page size
` [PATCH 2/2] trace-cmd library: Introduce buffer page size per instance
[PATCH] libtraceevent: A new API for trace page size
 2021-11-11 15:25 UTC  (2+ messages)
[PATCH v4 0/4] trace-cmd documentation update for v7 files
 2021-11-11 15:13 UTC  (5+ messages)
` [PATCH v4 1/4] trace-cmd: Update bash completion
` [PATCH v4 2/4] tarce-cmd: Man page for "trace-cmd convert"
` [PATCH v4 3/4] tarce-cmd: Update record man page
` [PATCH v4 4/4] trace-cmd: Document trace file version 7
[PATCH v4 00/10] trace-cmd dump - v7 update
 2021-11-11 15:12 UTC  (11+ messages)
` [PATCH v4 01/10] trace-cmd dump: Add helpers for processing trace file version 7
` [PATCH v4 02/10] trace-cmd dump: Print compression header
` [PATCH v4 03/10] trace-cmd dump: Add helpers for processing trace file sections
` [PATCH v4 04/10] trace-cmd dump: Read recursively all options sections
` [PATCH v4 05/10] trace-cmd dump: Read extended BUFFER option
` [PATCH v4 06/10] trace-cmd dump: Dump sections
` [PATCH v4 07/10] trace-cmd dump: Dump trace file version 7
` [PATCH v4 08/10] trace-cmd dump: Dump sections content
` [PATCH v4 09/10] trace-cmd dump: Add new argument --sections
` [PATCH v4 10/10] trace-cmd dump: Align better the output of flyrecord dump
[PATCH v4 0/8] trace-cmd convert
 2021-11-11 15:12 UTC  (9+ messages)
` [PATCH v4 1/8] trace-cmd library: Use output handler when copying data from input file
` [PATCH v4 2/8] trace-cmd library: Handle version 7 files when copying headers between files
` [PATCH v4 3/8] trace-cmd library: Copy CPU count between trace files
` [PATCH v4 4/8] trace-cmd library: New API to copy buffer description "
` [PATCH v4 5/8] trace-cmd library: New API to copy options "
` [PATCH v4 6/8] trace-cmd library: New API to copy trace data "
` [PATCH v4 7/8] trace-cmd library: Extend tracecmd_copy() API
` [PATCH v4 8/8] trace-cmd: Add new subcommand "convert"
[PATCH v4 00/20] Trace file version 7 - compression
 2021-11-11 15:11 UTC  (21+ messages)
` [PATCH v4 01/20] trace-cmd library: Add support for compression algorithms
` [PATCH v4 02/20] trace-cmd library: Internal helpers for compressing data
` [PATCH v4 03/20] trace-cmd library: Internal helpers for uncompressing data
` [PATCH v4 04/20] trace-cmd library: Inherit compression algorithm from input file
` [PATCH v4 05/20] trace-cmd library: New API to configure compression on an output handler
` [PATCH v4 06/20] trace-cmd library: Write compression header in the trace file
` [PATCH v4 07/20] trace-cmd library: Compress part of "
` [PATCH v4 08/20] trace-cmd library: Add local helper function for data compression
` [PATCH v4 09/20] trace-cmd library: Compress the trace data
` [PATCH v4 10/20] trace-cmd library: Decompress the options section, if it is compressed
` [PATCH v4 11/20] trace-cmd library: Read compression header
` [PATCH v4 12/20] trace-cmd library: Extend the input handler with trace data decompression context
` [PATCH v4 13/20] trace-cmd library: Initialize CPU data decompression logic
` [PATCH v4 14/20] trace-cmd library: Add logic for in-memory decompression
` [PATCH v4 15/20] trace-cmd library: Read compressed latency data
` [PATCH v4 16/20] trace-cmd library: Decompress file sections on reading
` [PATCH v4 17/20] trace-cmd library: Add zlib compression algorithm
` [PATCH v4 18/20] trace-cmd list: Show supported compression algorithms
` [PATCH v4 19/20] trace-cmd record: Add compression to the trace context
` [PATCH v4 20/20] trace-cmd report: Add new parameter for trace file compression
[PATCH v5 20/25] trace-cmd library: Initialize CPU data for reading from version 7 trace files
 2021-11-11 15:11 UTC  (6+ messages)
` [PATCH v5 21/25] trace-cmd library: Handle latency trace in version 7 files
` [PATCH v5 22/25] trace-cmd library: Handle buffer trace data init for "
` [PATCH v5 23/25] trace-cmd report: Use the new latency API to read data
` [PATCH v5 24/25] trace-cmd: Call additional APIs when creating trace file
` [PATCH v5 25/25] trace-cmd report: Add new parameter for trace file version
[PATCH v5 08/25] trace-cmd library: Move CPU flyrecord trace metadata into the buffer option, for trace file version 7
 2021-11-11 15:09 UTC 
[PATCH v5 07/25] trace-cmd library: Do not write CPU count section in trace files version 7
 2021-11-11 15:09 UTC 
[PATCH v5 06/25] trace-cmd library: Add multiple options sections in trace file version 7
 2021-11-11 15:09 UTC 
[PATCH v5 05/25] trace-cmd library: Write header before file sections
 2021-11-11 15:09 UTC 
[PATCH v5 03/25] trace-cmd library: New APIs to get and set version of output handler
 2021-11-11 15:08 UTC 
[PATCH v5 02/25] trace-cmd library: Add cache functionality to network message handler
 2021-11-11 15:08 UTC 
[PATCH v5 00/25] Trace file version 7 - sections
 2021-11-11 15:07 UTC 
[PATCH v2 10/10] trace-cmd library: Remove deprecated APIs for creating an output handler
 2021-11-11 15:07 UTC 
[PATCH v2 08/10] trace-cmd library: Use the new flow when creating output handler
 2021-11-11 15:07 UTC 
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).