linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-10 06:16:44 to 2021-06-10 11:34:38 UTC [more...]

[PATCH v5 00/40] Add trace file compression
 2021-06-10 11:33 UTC  (3+ messages)
` [PATCH v5 04/40] trace-cmd library: Add new API to get file version of input handler
` [PATCH v5 05/40] trace-cmd library: Select the file version when writing trace file

[PATCH] trace-cmd: Add option to poll trace buffers
 2021-06-10  8:20 UTC  (4+ messages)

[PATCH] libtraceevent: Workaround address sanitizer warnings
 2021-06-09 21:44 UTC 

[PATCH 1/4] libtracefs: Fix enable_disable_all() return value
 2021-06-09 17:00 UTC  (5+ messages)
` [PATCH 2/4] libtracefs: Fix event_enable_disable() "
` [PATCH 3/4] libtracefs: Fix typo in function name
` [PATCH 4/4] libtracefs: Propagate the return value of the callback function

[PATCH] trace-cmd: Do not require --verbose to have an argument
 2021-06-09 15:23 UTC 

[PATCH] libtracefs: Do not free filter regex if it was not created in update_filter()
 2021-06-09 13:24 UTC 

[PATCH v2] libtraceevent: Handle parsing of "(REC)->" case
 2021-06-09 11:07 UTC  (3+ messages)

[PATCH] libtraceevent: Handle parsing of "(REC)->" case
 2021-06-08 21:24 UTC 

Tracing busy processes/threads freezes/stalls the whole machine
 2021-05-31 15:39 UTC  (6+ messages)

[PATCH] libtracefs: Fix event_enable_disable() return value
 2021-05-28 11:37 UTC 

[PATCH] libtraceevent: Fix a typo in the log man page
 2021-05-20  3:42 UTC 

[PATCH v4 00/29] Add trace file compression
 2021-05-20  3:19 UTC  (30+ messages)
` [PATCH v4 01/29] trace-cmd library: Remove unused private APIs for creating trace files
` [PATCH v4 02/29] trace-cmd library: Remove unused API tracecmd_update_option
` [PATCH v4 03/29] trace-cmd: Check if file version is supported
` [PATCH v4 04/29] trace-cmd library: Add new API to get file version of input handler
` [PATCH v4 05/29] trace-cmd library: Select the file version when writing trace file
` [PATCH v4 06/29] trace-cmd: Add APIs for library initialization and free
` [PATCH v4 07/29] trace-cmd library: Add support for compression algorithms
` [PATCH v4 08/29] trace-cmd list: Show supported "
` [PATCH v4 09/29] trace-cmd library: Bump the trace file version to 7
` [PATCH v4 10/29] trace-cmd library: Compress part of the trace file
` [PATCH v4 11/29] trace-cmd library: Read compressed "
` [PATCH v4 12/29] trace-cmd library: Add new API to get compression of input handler
` [PATCH v4 13/29] trace-cmd library: Inherit compression algorithm from input file
` [PATCH v4 14/29] trace-cmd library: Extend the create file APIs to support different compression
` [PATCH v4 15/29] trace-cmd record: Add new parameter --compression
` [PATCH v4 16/29] trace-cmd dump: Add support for trace files version 7
` [PATCH v4 17/29] trace-cmd library: Add support for zlib compression library
` [PATCH v4 18/29] trace-cmd library: Hide the logic for updating buffer offset
` [PATCH v4 19/29] trace-cmd: Move buffers description outside of options
` [PATCH v4 20/29] trace-cmd library: Track the offset in the option section in the trace file
` [PATCH v4 21/29] trace-cmd library: Add compression of the option section of "
` [PATCH v4 22/29] trace-cmd library: Refactor the logic for writing trace data in the file
` [PATCH v4 23/29] trace-cmd library: Add APIs for read and write compressed data in chunks
` [PATCH v4 24/29] trace-cmd: Compress trace data
` [PATCH v4 25/29] trace-cmd: Read compressed "
` [PATCH v4 26/29] trace-cmd library: Reuse within the library the function that checks file state
` [PATCH v4 27/29] trace-cmd library: New internal API to set file state of output handler
` [PATCH v4 28/29] trace-cmd library: Make tracecmd_copy_headers() to work with "
` [PATCH v4 29/29] trace-cmd: Do not use trace file compression with streams

[RFC v2] Simple tool for VMEnters/VMExits matching and trace validation
 2021-05-19 12:34 UTC  (2+ messages)

[ANNOUNCE] libtracefs 1.1.0
 2021-05-18 14:23 UTC  (2+ messages)
` [ANNOUNCE] KernelShark 2.0

[PATCH v2 0/7] Final fixes before KS 2.0
 2021-05-18 13:44 UTC  (14+ messages)
` [PATCH v2 1/7] kernel-shark: Preserve markers when appending data
` [PATCH v2 2/7] kernel-shark: Preserve open graphs "
` [PATCH v2 3/7] kernel-shark: Clear before loading new session
` [PATCH v2 4/7] kernel-shark: Better handling of plugins when appending data file
` [PATCH v2 5/7] kernel-shark: Do draw the combo point of the mark
` [PATCH v2 6/7] kernel-shark: Fix the checking if "trace_seq" was destroyed
` [PATCH v2 7/7] kernel-shark: No slash at the end of KS_PLUGIN_INSTALL_PREFIX

[PATCH] libtracefs: Add support for setting tracers
 2021-05-18 15:26 UTC  (2+ messages)

[PATCH] libtracefs: Add support for setting tracers
 2021-05-18 15:18 UTC  (4+ messages)

[PATCH v2 0/6] Changes to trace-cmd logs
 2021-05-17 13:40 UTC  (7+ messages)
` [PATCH v2 1/6] trace-cmd library: Add log levels
` [PATCH v2 2/6] trace-cmd library: Document the API for "
` [PATCH v2 3/6] trace-cmd library: Renamed tracecmd_fatal() to tracecmd_critical()
` [PATCH v2 4/6] trace-cmd library: Set debug log level in debug mode
` [PATCH v2 5/6] trace-cmd report: Set the log level with -V and -q options
` [PATCH v2 6/6] trace-cmd: Add new function to set log level

[PATCH 0/7] Final fixes before KS 2.0
 2021-05-17 13:04 UTC  (18+ messages)
` [PATCH 1/7] kernel-shark: Preserve markers when appending data
` [PATCH 2/7] kernel-shark: Preserve open graphs "
` [PATCH 3/7] kernel-shark: Clear before loading new session
` [PATCH 4/7] kernel-shark: Better handling of plugins when appending data file
` [PATCH 5/7] kernel-shark: Do draw the combo point of the mark
` [PATCH 6/7] kernel-shark: Check if "trace_seq" was destroyed before using it
` [PATCH 7/7] kernel-shark: Quiet the warning printing from libtraceevent

[PATCH] libtracefs: Add support for setting tracers
 2021-05-16 14:59 UTC  (2+ messages)

[PATCH 0/3] libtraceevent: Add __tep_vprint() for overrides
 2021-05-14 20:50 UTC  (4+ messages)
` [PATCH 1/3] libtraceevent: Add include of event-parse.h into event-utils.h
` [PATCH 2/3] libtraceevent: Have the header protection be more name space safe
` [PATCH 3/3] libtraceevent: Add __tep_vprint() for overrides to use

[PATCH v4 0/2] trace-cmd: Use vsock tracing to find cids and threads
 2021-05-14 18:29 UTC  (3+ messages)
` [PATCH v4 1/2] trace-cmd: Find PID of host-guest task from tracing vsock connection
` [PATCH v4 2/2] trace-cmd: Trace timesync to find pids that map vCPUs

[PATCH v3 0/2] trace-cmd: Use vsock tracing to find cids and threads
 2021-05-14 14:00 UTC  (7+ messages)
` [PATCH v3 1/2] trace-cmd: Find PID of host-guest task from tracing vsock connection
` [PATCH v3 2/2] trace-cmd: Trace timesync to find pids that map vCPUs

[PATCH] libtraceevent: Add new line to trace-seq warnings
 2021-05-14 13:38 UTC 

[PATCH] libtraceevent: Better warning print-out
 2021-05-14 13:18 UTC  (2+ messages)

[PATCH] kernel-shark: Add check for return of ksmodel_get_cpu_front()
 2021-05-14 11:50 UTC  (5+ messages)

trace-cmd profile is not working
 2021-05-14 10:44 UTC  (6+ messages)

[PATCH] trace-cmd: Fix broken profile command
 2021-05-14  7:52 UTC 

[PATCH v2] trace-cmd: Auto discover running KVM VMs using virsh
 2021-05-14  4:11 UTC 

[PATCH] trace-cmd: Auto discover running KVM VMs using virsh
 2021-05-14  3:40 UTC 

[PATCH v2 0/8] Changes to trace-cmd logs
 2021-05-14  3:19 UTC  (10+ messages)
` [PATCH v2 2/8] trace-cmd library: Add tracecmd_info() log function
` [PATCH v2 3/8] trace-cmd library: Add log levels
` [PATCH v2 8/8] trace-cmd: Add new function to set log level

trace-cmd record: Update filter_command() to use tracefs_instance_file_append()
 2021-05-13 21:03 UTC 

[RFC][PATCH] vhost/vsock: Add vsock_list file to map cid with vhost tasks
 2021-05-13 16:08 UTC  (3+ messages)

[PATCH] trace-cmd: Up the min version of libtraceevent to 1.3 and libtracefs to 1.2
 2021-05-13 13:30 UTC 

[PATCH v3] libtraceevent: Add back log functions for backward compatibility
 2021-05-13  2:22 UTC 

[PATCH v2] libtraceevent: Add back log functions for backward compatibility
 2021-05-13  1:56 UTC 

[PATCH v2 0/4] Add severity to library logs
 2021-05-13  1:52 UTC  (3+ messages)
` [PATCH v2 3/4] libtraceevent: Rename tep_vwarning() to tep_vprint()

[PoC PATCH v3 00/25] Add trace file compression
 2021-05-12  6:38 UTC  (26+ messages)
` [PATCH v3 01/25] trace-cmd library: Remove unused private APIs for creating trace files
` [PATCH v3 02/25] trace-cmd library: Remove unused API tracecmd_update_option
` [PATCH v3 03/25] trace-cmd: Check if file version is supported
` [PATCH v3 04/25] trace-cmd library: Add new API to get file version of input handler
` [PATCH v3 05/25] trace-cmd library: Select the file version when writing trace file
` [PATCH v3 06/25] trace-cmd: Add APIs for library initialization and free
` [PATCH v3 07/25] trace-cmd library: Add support for compression algorithms
` [PATCH v3 08/25] trace-cmd list: Show supported "
` [PATCH v3 09/25] trace-cmd library: Bump the trace file version to 7
` [PATCH v3 10/25] trace-cmd library: Compress part of the trace file
` [PATCH v3 11/25] trace-cmd library: Read compressed "
` [PATCH v3 12/25] trace-cmd library: Add new API to get compression of input handler
` [PATCH v3 13/25] trace-cmd library: Inherit compression algorithm from input file
` [PATCH v3 14/25] trace-cmd library: Extend the create file APIs to support different compression
` [PATCH v3 15/25] trace-cmd record: Add new parameter --compression
` [PATCH v3 16/25] trace-cmd dump: Add support for trace files version 7
` [PATCH v3 17/25] trace-cmd library: Add support for zlib compression library
` [PATCH v3 18/25] trace-cmd library: Hide the logic for updating buffer offset
` [PATCH v3 19/25] trace-cmd: Move buffers description outside of options
` [PATCH v3 20/25] trace-cmd library: Track the offset in the option section in the trace file
` [PATCH v3 21/25] trace-cmd library: Add compression of the option section of "
` [PATCH v3 22/25] trace-cmd library: Refactor the logic for writing trace data in the file
` [PATCH v3 23/25] trace-cmd library: Add APIs for read and write compressed data in chunks
` [PATCH v3 24/25] trace-cmd: Compress trace data
` [PATCH v3 25/25] trace-cmd: Read compressed "

[PATCH] kernel-shark: Add KVMCombo plugin
 2021-05-11 13:39 UTC 

[PATCH] kernel-shark: Fix bug in filter clearing
 2021-05-11 13:36 UTC 

[PATCH v2 0/9] (Not so) Minor fixes toward KS 2.0
 2021-05-11 13:30 UTC  (14+ messages)
` [PATCH v2 3/9] kernel-shark: Fix KS_DEFINE_PLUGIN_CONTEXT macro
` [PATCH v2 7/9] kernel-shark: Remove kvm_combo from the list of default plugins

[PATCH v2 0/7] Bump trace file version
 2021-05-10  6:22 UTC  (2+ messages)

[PoC PATCH v2 00/21] Add trace file compression
 2021-05-10  6:16 UTC  (20+ messages)
` [PATCH v2 03/21] trace-cmd: Check if file version is supported
` [PATCH v2 04/21] trace-cmd library: Add new API to get file version of input handler
` [PATCH v2 05/21] trace-cmd library: Select the file version when writing trace file
` [PATCH v2 06/21] trace-cmd: Add APIs for library initialization and free
` [PATCH v2 07/21] trace-cmd library: Add support for compression algorithms
` [PATCH v2 08/21] trace-cmd list: Show supported "
` [PATCH v2 09/21] trace-cmd library: Bump the trace file version to 7
` [PATCH v2 10/21] trace-cmd library: Compress part of the trace file
` [PATCH v2 11/21] trace-cmd library: Read compressed "
` [PATCH v2 12/21] trace-cmd library: Add new API to get compression of input handler
` [PATCH v2 13/21] trace-cmd library: Inherit compression algorithm from input file
` [PATCH v2 14/21] trace-cmd library: Extend the create file APIs to support different compression
` [PATCH v2 15/21] trace-cmd record: Add new parameter --compression
` [PATCH v2 16/21] trace-cmd dump: Add support for trace files version 7
` [PATCH v2 17/21] trace-cmd library: Add support for zlib compression library
` [PATCH v2 18/21] trace-cmd library: Hide the logic for updating buffer offset
` [PATCH v2 19/21] trace-cmd: Move buffers description outside of options
` [PATCH v2 20/21] trace-cmd library: Track the offset in the option section in the trace file
` [PATCH v2 21/21] trace-cmd library: Add compression of the option section of "


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