linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-05 12:16:30 to 2021-11-12 13:40:37 UTC [more...]

[PATCH v4 00/10] user_events: Enable user processes to create and write to trace events
 2021-11-12 13:40 UTC  (38+ messages)
` [PATCH v4 02/10] user_events: Add minimal support for trace_event into ftrace
` [PATCH v4 03/10] user_events: Add print_fmt generation support for basic types
` [PATCH v4 04/10] user_events: Handle matching arguments from dyn_events
` [PATCH v4 09/10] user_events: Optimize writing events by only copying data once

[PATCH v6 00/12] libtracefs dynamic events support
 2021-11-12 12:35 UTC  (17+ messages)
` [PATCH v6 01/12] libtracefs: New APIs for dynamic events
` [PATCH v6 02/12] libtracefs: New APIs for kprobe allocation
` [PATCH v6 03/12] libtracefs: Remove redundant kprobes APIs
` [PATCH v6 04/12] libtracefs: Reimplement kprobe raw APIs
` [PATCH v6 05/12] libtracefs: Extend kprobes unit test
` [PATCH v6 06/12] libtracefs: Rename tracefs_synth_init API
` [PATCH v6 07/12] libtracefs: Use the internal dynamic events API when creating synthetic events
` [PATCH v6 08/12] libtracefs: Remove instance parameter from synthetic events APIs
` [PATCH v6 09/12] libtracefs: Add unit test for synthetic events
` [PATCH v6 10/12] libtracefs: Update kprobes man pages
` [PATCH v6 11/12] libtracefs: Document dynamic events APIs
` [PATCH v6 12/12] libtracefs: Do not clean sqlhist man page source

[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 v2] libtraceevent: A new API for trace page size
 2021-11-12  4:12 UTC 

[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 10/25] trace-cmd library: Add section header before flyrecord trace data
 2021-11-11 15:11 UTC  (10+ 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-11 15:09 UTC 

[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 04/25] trace-cmd library: Add internal helper function for writing headers 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 01/25] trace-cmd library: Define trace file version 7
 2021-11-11 15:08 UTC 

[PATCH v5 00/25] Trace file version 7 - sections
 2021-11-11 15:07 UTC 

[PATCH v3 0/4] Refactor the logic for writing trace data in the file
 2021-11-11 15:08 UTC  (5+ 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

[PATCH v2 10/10] trace-cmd library: Remove deprecated APIs for creating an output handler
 2021-11-11 15:07 UTC 

[PATCH v2 09/10] trace-cmd: Use the new flow when creating 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 

[PATCH v2 07/10] trace-cmd library: New API to write headers of a trace file
 2021-11-11 15:07 UTC 

[PATCH v2 06/10] trace-cmd library: New API tracecmd_output_write_init
 2021-11-11 15:07 UTC 

[PATCH v2 05/10] trace-cmd library: New API to inherit parameters from an existing trace file
 2021-11-11 15:07 UTC 

[PATCH v2 04/10] trace-cmd library: New API for setting a custom kallsyms to an output handler
 2021-11-11 15:06 UTC 

[PATCH v5 5/6] trace-cmd library: Set the correct file state when reading file with no kallsyms
 2021-11-11 15:06 UTC 

[PATCH v5 6/6] trace-cmd library: Set the correct file state when reading file with no ftrace printk data
 2021-11-11 15:06 UTC 

[PATCH v2 00/10] Refactor APIs for creating output handler
 2021-11-11 15:03 UTC  (4+ 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 v2 03/10] trace-cmd library: New API for setting a custom trace directory "

[PATCH v5 0/6] trace-cmd fixes and clean-ups
 2021-11-11 15:03 UTC  (5+ messages)
` [PATCH v5 1/6] trace-cmd library: Do not use local variables when reading CPU stat option
` [PATCH v5 2/6] trace-cmd library: Track maximum CPUs count in input handler
` [PATCH v5 3/6] trace-cmd library: Fix possible memory leak in read_event_files()
` [PATCH v5 4/6] trace-cmd library: Fix possible memory leak in read_ftrace_files()

[PATCH v2] kernel-shark: Add 'Requires' to libkshark.pc
 2021-11-11 14:27 UTC 

[PATCH] trace-cmd: Add Requires: libtracefs to libtracecmd.pc file
 2021-11-11 14:12 UTC  (5+ messages)

[PATCH 0/2] tracefs: Make minor updates to histograms
 2021-11-10 23:10 UTC  (3+ messages)
` [PATCH 1/2] tracefs Documentation: Fix tracefs_hist_add_sort_key() example
` [PATCH 2/2] tracefs: Rename tracefs_hist_reset_sort_key() tracefs_hist_set_sort_key()

[PATCH v2 0/4] Modifications of some 'hist' APIs
 2021-11-10 22:43 UTC  (5+ messages)
` [PATCH v2 2/4] libtracefs: Transform tracefs_hist_add_sort_key()

[PATCH 1/5] kernel-shark: Silence a warning from 'cmake_clean.sh'
 2021-11-10 16:29 UTC  (6+ messages)
` [PATCH 2/5] kernel-shark: Fix a warning from 'KsUtils.cpp'
` [PATCH 3/5] kernel-shark: Update the README file
` [PATCH 4/5] kernel-shark: Add 'Requires' to libkshark.pc
` [PATCH 5/5] kernel-shark: Always run 'ldconfig' after installing libkshark

[PATCH] trace-cmd: Move the .m and .html ignore into Documentation file
 2021-11-10  2:39 UTC 

[PATCH] trace-cmd dump: Free frac field of cpus_data
 2021-11-09 16:17 UTC 

[PATCH v2 0/4] trace-cmd: Align guest TSC calculation with the kernel
 2021-11-09 16:07 UTC  (3+ messages)
` [PATCH v2 4/4] trace-cmd: Dump fraction bits from TRACECMD_OPTION_TIME_SHIFT

[PATCH] trace-cmd: Update the libaudit warning
 2021-11-08  8:32 UTC 

[PATCH v5 00/12] libtracefs dynamic events support
 2021-11-05 15:27 UTC  (23+ messages)
` [PATCH v5 01/12] libtracefs: New APIs for dynamic events
` [PATCH v5 02/12] libtracefs: New APIs for kprobe allocation
` [PATCH v5 03/12] libtracefs: Remove redundant kprobes APIs
` [PATCH v5 04/12] libtracefs: Reimplement kprobe raw APIs
` [PATCH v5 05/12] libtracefs: Extend kprobes unit test
` [PATCH v5 06/12] libtracefs: Rename tracefs_synth_init API
` [PATCH v5 07/12] libtracefs: Use the internal dynamic events API when creating synthetic events
` [PATCH v5 08/12] libtracefs: Add unit test for "
` [PATCH v5 09/12] libtracefs: Update kprobes man pages
` [PATCH v5 10/12] libtracefs: Document dynamic events APIs
` [PATCH v5 11/12] libtracefs: Remove man page compile artifact
` [PATCH v5 12/12] libtracefs: Fix duplication in synthetic events man page

[PATCH v4 00/10] libtracefs dynamic events support
 2021-11-05 12:33 UTC  (5+ messages)
` [PATCH v4 08/10] libtracefs: Use the internal dynamic events API when creating synthetic events


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