linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-01 17:25:56 to 2021-03-03 00:12:25 UTC [more...]

[PATCH 0/8] trace-cmd: Fixes for trace-cmd restore
 2021-03-02  8:10 UTC  (11+ messages)
` [PATCH 1/8] trace-cmd restore: Fix to add saved cmdlines after calling tracecmd_create_init_file_override()
` [PATCH 2/8] trace-cmd: Create API tracecmd_read_pre_headers()
` [PATCH 3/8] trace-cmd: Move tracecmd_write_cmdlines() out of tracecmd_append_cpu_data()
` [PATCH 4/8] trace-cmd: Move the output state updates into the functions that change the state
` [PATCH 5/8] trace-cmd: Move the input "
` [PATCH 6/8] trace-cmd output: Set file_state of output handle after copy of headers
` [PATCH 7/8] trace-cmd input: Validate the input handle when copying from it
` [PATCH 8/8] trace-cmd input: Add validation updates to the copy of a handle

[PATCH] libtracefs: An API to set the filtering of functions
 2021-03-03  1:16 UTC  (6+ messages)

[PATCH v4 0/5] Fix listener and add trace file validation
 2021-02-26 19:43 UTC  (7+ messages)
` [PATCH v4 1/5] trace-cmd Add API to save command lines in trace file
` [PATCH v4 2/5] trace-cmd: Update long size in the tep handler right after it is read from the "
` [PATCH v4 3/5] trace-cmd: Do not use trace plugins when reading partial trace files
` [PATCH v4 4/5] trace-cmd: Add validation for reading and writing trace.dat files
` [PATCH v4 5/5] trace-cmd: Fix broken listener and add error checks

[PATCH v2 0/2] Fix listener and add trace file validation
 2021-02-26  5:02 UTC  (9+ messages)
` [PATCH v2 1/2] trace-cmd: Add validation for reading and writing trace.dat files
` [PATCH v2 2/2] trace-cmd: Fix broken listener and add error checks

[PATCH v3 0/3] Fix listener and add trace file validation
 2021-02-26  4:06 UTC  (4+ messages)
` [PATCH v3 1/3] trace-cmd: Add validation for reading and writing trace.dat files
` [PATCH v3 2/3] trace-cmd: Do not use trace plugins when reading partial trace files
` [PATCH v3 3/3] trace-cmd: Fix broken listener and add error checks

[PATCH v30 0/7] Timestamp synchronization of host - guest tracing session
 2021-02-25 16:24 UTC  (8+ messages)
` [PATCH v30 1/7] trace-cmd: Add timestamp synchronization per vCPU
` [PATCH v30 2/7] trace-cmd: Add dummy function to initialize timestamp sync logic
` [PATCH v30 3/7] trace-cmd: Move time sync logic in the trace-cmd library
` [PATCH v30 4/7] trace-cmd: Wait for first time sync before the trace
` [PATCH v30 5/7] trace-cmd: [POC] PTP-like algorithm for host - guest timestamp synchronization
` [PATCH v30 6/7] trace-cmd: Debug scripts for "
` [PATCH v30 7/7] trace-cmd [POC]: Add KVM timestamp synchronization plugin

[PATCH] libtracefs: Add new API for open trace marker file
 2021-02-25  1:24 UTC  (6+ messages)

[PATCH v29 0/5] Timestamp synchronization of host - guest tracing session
 2021-02-24 23:19 UTC  (9+ messages)
` [PATCH v29 1/5] trace-cmd: Add timestamp synchronization per vCPU
` [PATCH v29 2/5] trace-cmd: Add dummy function to initialize timestamp sync logic
` [PATCH v29 3/5] trace-cmd: [POC] PTP-like algorithm for host - guest timestamp synchronization
` [PATCH v29 4/5] trace-cmd: Debug scripts for "
` [PATCH v29 5/5] trace-cmd [POC]: Add KVM timestamp synchronization plugin

Adding latency tracking to trace-cmd
 2021-02-24 20:10 UTC  (3+ messages)

[PATCH] trace-cmd record: Disable all tracing after recording data
 2021-02-24 18:03 UTC 

Fw: [Bug 210643] libtracefs: Add ways to set the filtering of function tracing
 2021-02-24 14:19 UTC  (6+ messages)
`  "

[PATCH] libtracefs: New API to trace only specific functions by instance
 2021-02-22 14:52 UTC  (4+ messages)

[PATCH 0/5] Initial trace-cmd perf support
 2021-02-19 19:11 UTC  (9+ messages)
` [PATCH 5/5] [WIP] trace-cmd: Add new subcomand "trace-cmd perf"

[PATCH v2 0/7] New libtracefs APIs
 2021-02-19  3:07 UTC  (3+ messages)
` [PATCH v2 3/7] libtracefs: New APIs for enable / disable tracing

[PATCH 0/2] Fix listener and add trace file validation
 2021-02-18 14:23 UTC  (9+ messages)
` [PATCH 1/2] trace-cmd: Add validation for reading and writing trace.dat files
` [PATCH 2/2] trace-cmd: Fix broken listener and add error checks

[PATCH 0/2] Documentation for new libtracefs APIs
 2021-02-18  3:38 UTC  (3+ messages)
` [PATCH 1/2] libtracefs: Document new instance APIs
` [PATCH 2/2] libtracefs: Document APIs for trace options

[PATCH v28 0/8] Timestamp synchronization of host - guest tracing session
 2021-02-17 20:55 UTC  (25+ messages)
` [PATCH v28 1/8] trace-cmd: Save command lines in VM agent
` [PATCH v28 2/8] trace-cmd: Fix bug in getting tracing dir in trace-cmd agent
` [PATCH v28 3/8] trace-cmd: Removed unused s64 define
` [PATCH v28 4/8] trace-cmd: Add timestamp synchronization per vCPU
` [PATCH v28 5/8] trace-cmd: Add dummy function to initialize timestamp sync logic
` [PATCH v28 6/8] trace-cmd: [POC] PTP-like algorithm for host - guest timestamp synchronization
` [PATCH v28 7/8] trace-cmd: Debug scripts for "
` [PATCH v28 8/8] trace-cmd [POC]: Add KVM timestamp synchronization plugin

[PATCH] trace-cmd/timesync: Remove double check of finding the protocol
 2021-02-17 20:50 UTC 

[PATCH] trace-cmd: Add check to return of calloc() for tsync
 2021-02-16 21:00 UTC 

[PATCH v2 00/27] Complete the KernelShark v2 transformation
 2021-02-11 15:02 UTC  (29+ messages)
` [PATCH v2 01/27] kernel-shark: Add get_stream_object()
` [PATCH v2 02/27] kernel-shark: Do proper reset in kshark_close_all()
` [PATCH v2 03/27] kernel-shark: Restore the counting of event handlers
` [PATCH v2 04/27] kernel-shark: Fix a misleading comment
` [PATCH v2 05/27] kernel-shark: Count the number of readout interfaces
` [PATCH v2 06/27] kernel-shark: Update KsUtils
` [PATCH v2 07/27] kernel-shark: Update KsModels and KsSearchFSM
` [PATCH v2 08/27] kernel-shark: Add trace data files for CI testing
` [PATCH v2 09/27] kernel-shark: Add plugin tests
` [PATCH v2 10/27] kernel-shark: Add model tests
` [PATCH v2 11/27] kernel-shark: Update KsWidgetsLib
` [PATCH v2 12/27] kernel-shark: Add combo point to Mark
` [PATCH v2 13/27] kernel-shark: Add new methods to KsPlot::Mark
` [PATCH v2 14/27] kernel-shark: Update the plotting example
` [PATCH v2 15/27] kernel-shark: Search for font with Cmake at pre-build
` [PATCH v2 16/27] kernel-shark: Update KsDualMarker and KsGLWidget
` [PATCH v2 17/27] kernel-shark: Update KsTraceGraph and KsQuickContextMenu
` [PATCH v2 18/27] kernel-shark: Update KsTraceViewer
` [PATCH v2 19/27] kernel-shark: Update KsAdvFilteringDialog
` [PATCH v2 20/27] kernel-shark: Update KsCaptureDialog
` [PATCH v2 21/27] kernel-shark: Update KsSession
` [PATCH v2 22/27] kernel-shark: Update MissedEvents plugin
` [PATCH v2 23/27] kernel-shark: Update KsMainWindow and kernelshark.cpp
` [PATCH v2 24/27] kernel-shark: Clickable sched_event plugin shapes
` [PATCH v2 25/27] kernel-shark: Show Task plots from command lime
` [PATCH v2 26/27] kernel-shark: Add pkg-config configuration for libkshark
` [PATCH v2 27/27] kernel-shark: Install libkshark-tepdata.h

[PATCH] kernel-shark: Adopt modifications in the API of libtracecmd
 2021-02-11 12:08 UTC 

[PATCH][WIP]libtracefs:New API to enable the filtering of functions
 2021-02-12  3:09 UTC  (7+ messages)

[PATCH] trace-cmd: Fix last_timestamp logic to handle multiple files
 2021-02-10 21:45 UTC 

Kernelshark v2 all-black plots area
 2021-02-10 16:23 UTC  (8+ messages)

[PATCH] trace-cmd: Fix create_recorder() path assignment
 2021-02-09  0:36 UTC 

[PATCH 00/24] Complete the KernelShark v2 transformation
 2021-02-08 10:36 UTC  (14+ messages)
` [PATCH 14/24] kernel-shark: Update the plotting example
` [PATCH 15/24] kernel-shark: Update KsDualMarker and KsGLWidget
` [PATCH 16/24] kernel-shark: Update KsTraceGraph and KsQuickContextMenu
` [PATCH 17/24] kernel-shark: Update KsTraceViewer
` [PATCH 18/24] kernel-shark: Update KsAdvFilteringDialog
` [PATCH 19/24] kernel-shark: Update KsCaptureDialog
` [PATCH 20/24] kernel-shark: Update KsSession
` [PATCH 21/24] kernel-shark: Update MissedEvents plugin
` [PATCH 22/24] kernel-shark: Update KsMainWindow and kernelshark.cpp
` [PATCH 23/24] kernel-shark: Clickable sched_event plugin shapes
` [PATCH 24/24] kernel-shark: Show Task plots from command lime

[PATCH] kernel-shark: Fix compile error: ‘string’ in namespace ‘std’ does not name a type
 2021-02-08 10:34 UTC  (2+ messages)

[PATCH] trace-cmd: Add flags to APIs for opening trace file
 2021-02-05 14:45 UTC  (2+ messages)

[PATCH] [WIP] Add new kprobe on tracepoint
 2021-02-05 17:37 UTC 

[PATCH] trace-cmd: Add missing APIs to libtracecmd main man page
 2021-02-05  7:57 UTC 

Move "load_plugins" out of the opening code
 2021-02-04 14:31 UTC  (4+ messages)

[PATCH v27 0/5] Timestamp synchronization of host - guest tracing session
 2021-02-04 12:31 UTC  (6+ messages)
` [PATCH v27 1/5] trace-cmd: Add timestamp synchronization per vCPU
` [PATCH v27 5/5] trace-cmd [POC]: Add KVM timestamp synchronization plugin

[PATCH] trace-cmd: Do not load ftrace function event plugins if plugins are disabled
 2021-02-04 10:52 UTC 

Use instance->name for guests and not tracefs instance name
 2021-02-03 22:29 UTC 

[PATCH] trace-cmd: Fix SEGFAULT when no tsync_protos are supplied
 2021-02-03 22:10 UTC 

[PATCH] trace-cmd: Fix plist allocation check in trace-msg.c
 2021-02-03 21:54 UTC 

[PATCH 0/2] libtracefs: Minor formating updates to options code
 2021-02-02 19:55 UTC  (3+ messages)
` [PATCH 1/2] tracefs: Use new BUILD_BUG_ON() and ARRAY_SIZE() macros for options_map intergity
` [PATCH 2/2] libtracefs: Have the options_map elements be each on their own line


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