linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-13 12:42:16 to 2021-09-27 09:57:03 UTC [more...]

[PATCH] kernel-shark: Handle traces with sched_wakeup but not sched_waking
 2021-09-27  9:56 UTC  (2+ messages)

[PATCH v2 0/4] Modifications of some 'hist' APIs
 2021-09-24 16:56 UTC  (10+ messages)
` [PATCH v2 1/4] libtracefs: Add new constructors for histograms
` [PATCH v2 2/4] libtracefs: Transform tracefs_hist_add_sort_key()
` [PATCH v2 3/4] libtracefs: Add new 'hist' APIs
` [PATCH v2 4/4] libtracefs: Update 'hist' documentation

[PATCH v2] libtracefs: Fix code indentation
 2021-09-24 14:57 UTC 

[PATCH 0/2] tracing: Have trace_pid_list be a sparse array
 2021-09-24 14:18 UTC  (8+ messages)
` [PATCH 1/2] tracing: Place trace_pid_list logic into abstract functions
` [PATCH 2/2] tracing: Create a sparse bitmask for pid filtering

[PATCH 0/2 v2] tracing: Have trace_pid_list be a sparse array
 2021-09-24 10:29 UTC  (3+ messages)
` [PATCH 1/2 v2] tracing: Place trace_pid_list logic into abstract functions
` [PATCH 2/2 v2] tracing: Create a sparse bitmask for pid filtering

[PATCH] trace-cruncher: Fix the install instructions in README
 2021-09-24  9:31 UTC 

[PATCH 0/3] trace-cmd: Align guest TSC calculation with the kernel
 2021-09-23  9:45 UTC  (4+ 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] libtracefs: Fix add_sort_key()
 2021-09-23  9:21 UTC 

[PATCH] trace-cruncher: Fix the class 'event' constructor
 2021-09-23  8:25 UTC 

[PATCH v3 1/4] perf: Enable libtracefs dynamic linking
 2021-09-23  0:10 UTC  (4+ messages)
` [PATCH v3 2/4] perf: Add define for libtraceevent version
` [PATCH v3 3/4] perf: Add define for libtracefs version
` [PATCH v3 4/4] libtraceevent: Increase libtraceevent logging when verbose

[PATCH v2 1/4] perf: Enable libtracefs dynamic linking
 2021-09-22 21:10 UTC  (5+ messages)
` [PATCH v2 2/4] perf: Add define for libtraceevent version
` [PATCH v2 3/4] perf: Add define for libtracefs version
` [PATCH v2 4/4] libtraceevent: Increase libtraceevent logging when verbose

[PATCH] libtraceevent: Fix for print_field
 2021-09-20 18:37 UTC 

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

[PATCH 1/2] trace-cruncher: Fix get_comm_from_pid()
 2021-09-17 15:21 UTC  (2+ messages)
` [PATCH 2/2] trace-cruncher: More options for stopping data iteration

[PATCH] trace-cruncher: Fix get_comm_from_pid()
 2021-09-17 15:16 UTC 

[PATCH v2] trace-cruncher: Fix PyFtrace_set_event_filter()
 2021-09-17  8:58 UTC 

[PATCH] trace-cruncher: Fix PyFtrace_set_event_filter()
 2021-09-17  7:48 UTC 

[PATCH v2 0/4] trace-cmd documentation update for v7 files
 2021-09-14 13:23 UTC  (5+ messages)
` [PATCH v2 1/4] trace-cmd: Update bash completion
` [PATCH v2 2/4] tarce-cmd: Man page for "trace-cmd convert"
` [PATCH v2 3/4] tarce-cmd: Update record man page
` [PATCH v2 4/4] trace-cmd: Document trace file version 7

[PATCH v2 00/10] trace-cmd dump - v7 update
 2021-09-14 13:21 UTC  (11+ messages)
` [PATCH v2 01/10] trace-cmd dump: Add helpers for processing trace file version 7
` [PATCH v2 02/10] trace-cmd dump: Print compression header
` [PATCH v2 03/10] trace-cmd dump: Add helpers for processing trace file sections
` [PATCH v2 04/10] trace-cmd dump: Read recursively all options sections
` [PATCH v2 05/10] trace-cmd dump: Read extended BUFFER option
` [PATCH v2 06/10] trace-cmd dump: Dump sections
` [PATCH v2 07/10] trace-cmd dump: Dump trace file version 7
` [PATCH v2 08/10] trace-cmd dump: Dump sections content
` [PATCH v2 09/10] trace-cmd dump: Add new argument --sections
` [PATCH v2 10/10] trace-cmd dump: Align better the output of flyrecord dump

[PATCH v2 0/8] trace-cmd convert
 2021-09-14 13:19 UTC  (9+ messages)
` [PATCH v2 1/8] trace-cmd library: Use output handler when copying data from input file
` [PATCH v2 2/8] trace-cmd library: Handle version 7 files when copying headers between files
` [PATCH v2 3/8] trace-cmd library: Copy CPU count between trace files
` [PATCH v2 4/8] trace-cmd library: New API to copy buffer description "
` [PATCH v2 5/8] trace-cmd library: New API to copy options "
` [PATCH v2 6/8] trace-cmd library: New API to copy trace data "
` [PATCH v2 7/8] trace-cmd library: Extend tracecmd_copy() API
` [PATCH v2 8/8] trace-cmd: Add new subcommand "convert"

[PATCH v2 00/20] Trace file version 7 - compression
 2021-09-14 13:16 UTC  (21+ messages)
` [PATCH v2 01/20] trace-cmd library: Add support for compression algorithms
` [PATCH v2 02/20] trace-cmd library: Internal helpers for compressing data
` [PATCH v2 03/20] trace-cmd library: Internal helpers for uncompressing data
` [PATCH v2 04/20] trace-cmd library: Inherit compression algorithm from input file
` [PATCH v2 05/20] trace-cmd library: New API to configure compression on an output handler
` [PATCH v2 06/20] trace-cmd library: Write compression header in the trace file
` [PATCH v2 07/20] trace-cmd library: Compress part of "
` [PATCH v2 08/20] trace-cmd library: Add local helper function for data compression
` [PATCH v2 09/20] trace-cmd library: Compress the trace data
` [PATCH v2 10/20] trace-cmd library: Decompress the options section, if it is compressed
` [PATCH v2 11/20] trace-cmd library: Read compression header
` [PATCH v2 12/20] trace-cmd library: Extend the input handler with trace data decompression context
` [PATCH v2 13/20] trace-cmd library: Initialize CPU data decompression logic
` [PATCH v2 14/20] trace-cmd library: Add logic for in-memory decompression
` [PATCH v2 15/20] trace-cmd library: Read compressed latency data
` [PATCH v2 16/20] trace-cmd library: Decompress file sections on reading
` [PATCH v2 17/20] trace-cmd library: Add zlib compression algorithm
` [PATCH v2 18/20] trace-cmd list: Show supported compression algorithms
` [PATCH v2 19/20] trace-cmd record: Add compression to the trace context
` [PATCH v2 20/20] trace-cmd report: Add new parameter for trace file compression

[PATCH v3 00/25] Trace file version 7 - sections
 2021-09-14 13:14 UTC  (26+ messages)
` [PATCH v3 01/25] trace-cmd library: Define trace file version 7
` [PATCH v3 02/25] trace-cmd library: Add cache functionality to network message handler
` [PATCH v3 03/25] trace-cmd library: New APIs to get and set version of output handler
` [PATCH v3 04/25] trace-cmd library: Add internal helper function for writing headers before file sections
` [PATCH v3 05/25] trace-cmd library: Write header "
` [PATCH v3 06/25] trace-cmd library: Add multiple options sections in trace file version 7
` [PATCH v3 07/25] trace-cmd library: Do not write CPU count section in trace files "
` [PATCH v3 08/25] trace-cmd library: Move CPU flyrecord trace metadata into the buffer option, for trace file "
` [PATCH v3 09/25] trace-cmd record: Append trace options after the trace data are written
` [PATCH v3 10/25] trace-cmd library: Add section header before flyrecord trace data
` [PATCH v3 11/25] trace-cmd library: Fit CPU latency trace data in the new trace file version 7 format
` [PATCH v3 12/25] trace-cmd library: Do not write CPUs with empty trace data
` [PATCH v3 13/25] trace-cmd library: Add macro to check file state on reading
` [PATCH v3 14/25] trace-cmd library: Introduce sections in trace file reading logic
` [PATCH v3 15/25] trace-cmd library: Initialize internal sections database on file read
` [PATCH v3 16/25] trace-cmd library: Use sections database when reading parts of the trace file
` [PATCH v3 17/25] trace-cmd library: Read headers from trace file version 7
` [PATCH v3 18/25] trace-cmd library: Read extended BUFFER option
` [PATCH v3 19/25] trace-cmd library: Handle the extended DONE option
` [PATCH v3 20/25] trace-cmd library: Initialize CPU data for reading from version 7 trace files
` [PATCH v3 21/25] trace-cmd library: Handle latency trace in version 7 files
` [PATCH v3 22/25] trace-cmd library: Handle buffer trace data init for "
` [PATCH v3 23/25] trace-cmd report: Use the new latency API to read data
` [PATCH v3 24/25] trace-cmd: Call additional APIs when creating trace file
` [PATCH v3 25/25] trace-cmd report: Add new parameter for trace file version

[PATCH v3 00/21] trace-cmd fixes and clean-ups
 2021-09-14 13:12 UTC  (22+ messages)
` [PATCH v3 01/21] trace-cmd library: Read option id with correct endian
` [PATCH v3 02/21] trace-cmd report: Fix typos in error messages
` [PATCH v3 03/21] trace-cmd library: Fix version string memory leak
` [PATCH v3 04/21] trace-cmd library: Fixed a memory leak on input handler close
` [PATCH v3 05/21] trace-cmd library: Do not pass guests list to a buffer instance
` [PATCH v3 06/21] trace-cmd library: Set long size to the input tep handler when it is read from the file
` [PATCH v3 07/21] trace-cmd library: Do not use local variables when reading CPU stat option
` [PATCH v3 08/21] trace-cmd library: Reuse within the library the function that checks file state
` [PATCH v3 09/21] trace-cmd library: Fix possible memory leak in read_ftrace_files()
` [PATCH v3 10/21] trace-cmd library: Fix possible memory leak in read_event_files()
` [PATCH v3 11/21] trace-cmd library: Fix possible memory leak in read_proc_kallsyms()
` [PATCH v3 12/21] trace-cmd library: Fix possible memory leak in read_ftrace_printk()
` [PATCH v3 13/21] trace-cmd library: Fix possible memory leak in read_and_parse_cmdlines()
` [PATCH v3 14/21] trace-cmd library: Set input handler default values in allocation function
` [PATCH v3 15/21] trace-cmd library: Track maximum CPUs count in input handler
` [PATCH v3 16/21] trace-cmd report: Close input file handlers on exit
` [PATCH v3 17/21] trace-cmd report: Do not print empty buffer name
` [PATCH v3 18/21] trace-cmd library: Set correct CPU to the record, retrieved with tracecmd_peek_data
` [PATCH v3 19/21] trace-cmd library: Refactor APIs for creating output handler
` [PATCH v3 20/21] trace-cmd library: Refactor the logic for writing trace data in the file
` [PATCH v3 21/21] trace-cmd report: Init the top trace instance earlier

[RFC PATCH 0/4] Modifications of some 'hist' APIs
 2021-09-13 17:56 UTC  (5+ messages)
` [RFC PATCH 2/4] libtracefs: Transform tracefs_hist_add_sort_key()

[PATCH 1/2] trace-cruncher: Add generic methods for printing
 2021-09-13 13:56 UTC  (2+ messages)
` [PATCH 2/2] trace-cruncher: Provide short kprobe info print

[PATCH 0/4] trace-cmd documentation update for v7 files
 2021-09-13 12:53 UTC  (5+ messages)
` [PATCH 1/4] trace-cmd: Update bash completion
` [PATCH 2/4] tarce-cmd: Man page for "trace-cmd convert"
` [PATCH 3/4] tarce-cmd: Update record man page
` [PATCH 4/4] trace-cmd: Document trace file version 7

[PATCH 00/10] trace-cmd dump - v7 update
 2021-09-13 12:50 UTC  (11+ messages)
` [PATCH 01/10] trace-cmd dump: Add helpers for processing trace file version 7
` [PATCH 02/10] trace-cmd dump: Print compression header
` [PATCH 03/10] trace-cmd dump: Add helpers for processing trace file sections
` [PATCH 04/10] trace-cmd dump: Read recursively all options sections
` [PATCH 05/10] trace-cmd dump: Read extended BUFFER option
` [PATCH 06/10] trace-cmd dump: Dump sections
` [PATCH 07/10] trace-cmd dump: Dump trace file version 7
` [PATCH 08/10] trace-cmd dump: Dump sections content
` [PATCH 09/10] trace-cmd dump: Add new argument --sections
` [PATCH 10/10] trace-cmd dump: Align better the output of flyrecord dump

[PATCH 0/8] trace-cmd convert
 2021-09-13 12:47 UTC  (9+ messages)
` [PATCH 1/8] trace-cmd library: Use output handler when copying data from input file
` [PATCH 2/8] trace-cmd library: Handle version 7 files when copying headers between files
` [PATCH 3/8] trace-cmd library: Copy CPU count between trace files
` [PATCH 4/8] trace-cmd library: New API to copy buffer description "
` [PATCH 5/8] trace-cmd library: New API to copy options "
` [PATCH 6/8] trace-cmd library: New API to copy trace data "
` [PATCH 7/8] trace-cmd library: Extend tracecmd_copy() API
` [PATCH 8/8] trace-cmd: Add new subcommand "convert"

[PATCH 00/20] Trace file version 7 - compression
 2021-09-13 12:42 UTC  (13+ messages)
` [PATCH 06/20] trace-cmd library: Write compression header in the trace file
` [PATCH 08/20] trace-cmd library: Add local helper function for data compression
` [PATCH 11/20] trace-cmd library: Read compression header
` [PATCH 12/20] trace-cmd library: Extend the input handler with trace data decompression context
` [PATCH 13/20] trace-cmd library: Initialize CPU data decompression logic
` [PATCH 14/20] trace-cmd library: Add logic for in-memory decompression
` [PATCH 15/20] trace-cmd library: Read compressed latency data
` [PATCH 16/20] trace-cmd library: Decompress file sections on reading
` [PATCH 17/20] trace-cmd library: Add zlib compression algorithm
` [PATCH 18/20] trace-cmd list: Show supported compression algorithms
` [PATCH 19/20] trace-cmd record: Add compression to the trace context
` [PATCH 20/20] trace-cmd report: Add new parameter for trace file compression


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