linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-07 08:33:36 to 2021-02-11 10:38:25 UTC [more...]

[PATCH v2 00/27] Complete the KernelShark v2 transformation
 2021-02-11 10:31 UTC  (13+ 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 12/27] kernel-shark: Add combo point to Mark
` [PATCH v2 14/27] kernel-shark: Update the plotting example

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

[PATCH v28 0/8] Timestamp synchronization of host - guest tracing session
 2021-02-10 23:35 UTC  (23+ 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: 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  (27+ messages)
` [PATCH 01/24] kernel-shark: Add get_stream_object()
` [PATCH 02/24] kernel-shark: Do proper reset in kshark_close_all()
` [PATCH 03/24] kernel-shark: Restore the counting of event handlers
` [PATCH 04/24] kernel-shark: Fix a misleading comment
` [PATCH 05/24] kernel-shark: Count the number of readout interfaces
` [PATCH 06/24] kernel-shark: Update KsUtils
` [PATCH 07/24] kernel-shark: Update KsModels and KsSearchFSM
` [PATCH 08/24] kernel-shark: Add trace data files for CI testing
` [PATCH 09/24] kernel-shark: Add plugin tests
` [PATCH 10/24] kernel-shark: Add model tests
` [PATCH 11/24] kernel-shark: Update KsWidgetsLib
` [PATCH 12/24] kernel-shark: Add combo point to Mark
` [PATCH 13/24] kernel-shark: Add new methods to KsPlot::Mark
` [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  (9+ messages)
` [PATCH v27 1/5] trace-cmd: Add timestamp synchronization per vCPU
` [PATCH v27 2/5] trace-cmd: Add dummy function to initialize timestamp sync logic
` [PATCH v27 3/5] trace-cmd: [POC] PTP-like algorithm for host - guest timestamp synchronization
` [PATCH v27 4/5] trace-cmd: Debug scripts for "
` [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

Test
 2021-02-01 15:18 UTC 

[PATCH v26 00/15] Timestamp synchronization of host - guest tracing session
 2021-01-28 22:44 UTC  (18+ messages)
` [PATCH v26 01/15] trace-cmd: Replace time sync protocol ID with string
` [PATCH v26 02/15] trace-cmd: Add trace-cmd library APIs for ftrace clock name
` [PATCH v26 03/15] trace-cmd: Move VM related logic in a separate file
` [PATCH v26 04/15] trace-cmd: Add clock parameter to timestamp synchronization plugins
` [PATCH v26 05/15] trace-cmd: Add role "
` [PATCH v26 06/15] trace-cmd: Add host / guest role in timestamp synchronization context
` [PATCH v26 07/15] trace-cmd: Add guest CPU count PID in tracecmd_time_sync struct
` [PATCH v26 08/15] trace-cmd: Add scaling ratio for timestamp correction
` [PATCH v26 09/15] trace-cmd: Add time sync protocol flags
` [PATCH v26 10/15] trace-cmd: Add timestamp synchronization per vCPU
` [PATCH v26 11/15] trace-cmd: Define a macro for packed structures
` [PATCH v26 12/15] trace-cmd: Add dummy function to initialize timestamp sync logic
` [PATCH v26 13/15] trace-cmd: [POC] PTP-like algorithm for host - guest timestamp synchronization
` [PATCH v26 14/15] trace-cmd: Debug scripts for "
` [PATCH v26 15/15] trace-cmd [POC]: Add KVM timestamp synchronization plugin

[PATCH] libtraceevent: Move plugin_dir define logic to top level Makefile
 2021-01-28 21:31 UTC 

libtracefs: New APIS to write/erase 'set_ftrace_filter' and 'set_ftrace_notrace' Inbox
 2021-01-28 17:59 UTC  (2+ messages)

[PATCH] libtracefs: Add missing system includes
 2021-01-26 16:58 UTC  (2+ messages)

[PATCH 0/1] kernel-shark v1 changed
 2021-01-25 14:05 UTC  (2+ messages)
` [PATCH 1/1] kernel-shark: Use mouse wheel to scroll the graphs

[PATCH 0/4] trace-cmd libaray APIs and man pages
 2021-01-21 10:36 UTC  (5+ messages)
` [PATCH 1/4] trace-cmd library: Export 2 APIs for opening trace file
` [PATCH 2/4] trace-cmd: Remove tracecmd_unpair_peer() from internal header
` [PATCH 3/4] trace-cmd library man pages: Documented APIs for opening trace file
` [PATCH 4/4] trace-cmd library man pages: Extend the examples of reading host-guest trace data

[PATCH v2 0/5] New libtracefs APIs for trace options and trace dir
 2021-01-20 15:12 UTC  (6+ messages)
` [PATCH v2 1/5] libtracefs: New APIs for trace options
` [PATCH v2 2/5] libtracefs: Unit tests for tracing options APIs
` [PATCH v2 3/5] libtracefs: Add information about top tracing directory in instance structure
` [PATCH v2 4/5] libtracefs: New APIs for getting existing trace instance
` [PATCH v2 5/5] libtracefs: Unit tests for working with non default tracing dir

[PATCH 0/5] New libtracefs APIs for trace options and trace dir
 2021-01-19 22:18 UTC  (8+ messages)
` [PATCH 1/5] libtracefs: New APIs for trace options
` [PATCH 2/5] libtracefs: Unit tests for tracing options APIs
` [PATCH 3/5] libtracefs: Add information about top tracing directory in instance structure
` [PATCH 4/5] libtracefs: New APIs for getting existing trace instance
` [PATCH 5/5] libtracefs: Unit tests for working with non default tracing dir

[PATCH] libtracefs: Enhance error checking when reading a number from trace file
 2021-01-15  5:03 UTC 

[PATCH v2] libtracefs: Link unit test to use static local library
 2021-01-15  5:03 UTC 

[PATCH 0/6] libtracecmd man pages
 2021-01-15  5:02 UTC  (6+ messages)
` [PATCH 3/6] trace-cmd library man pages: Read recorded events from a trace file
` [PATCH 5/6] trace-cmd library man pages: Manage trace session with multiple trace peers

[PATCH 0/2] Split reading the trace.dat options from trace data
 2021-01-15  4:54 UTC  (4+ messages)
` [PATCH 2/2] trace-cmd: Add new API tracecmd_open_head()

[PATCH] trace-cmd: Fix lib audit warning message
 2021-01-14  6:44 UTC  (2+ messages)

[PATCH] trace-cmd: Fix lib audit warning message
 2021-01-13 16:10 UTC  (4+ messages)

[PATCH] libtracefs: Link unit test to use static local library
 2021-01-12 21:32 UTC  (2+ messages)

[PATCH v2 0/7] New libtracefs APIs
 2021-01-12  9:20 UTC  (8+ messages)
` [PATCH v2 1/7] libtracefs: tracefs_instance_file_read() get a const file name
` [PATCH v2 2/7] libtracefs: New APIs for opening and reading ftrace files
` [PATCH v2 3/7] libtracefs: New APIs for enable / disable tracing
` [PATCH v2 4/7] libtracefs: Documentation for the new APIs for opening and reading ftrace files
` [PATCH v2 5/7] libtracefs: Documentation for enable / disable tracing APIs
` [PATCH v2 6/7] libtracefs: Unit tests for the new APIs for opening and reading ftrace files
` [PATCH v2 7/7] libtracefs: Unit tests for enable / disable tracing APIs

[PATCH v3 0/6] kernel-shark: Visualization plugin tools
 2021-01-08 14:31 UTC  (7+ messages)
` [PATCH v3 1/6] kernel-shark: Add KS_DOUBLE_SIZE macro
` [PATCH v3 2/6] kernel-shark: Add kshark_data_container to libkshark
` [PATCH v3 3/6] kernel-shark: Add KS_DEFINE_PLUGIN_CONTEXT macro
` [PATCH v3 4/6] kernel-shark: Start using C++17
` [PATCH v3 5/6] kernel-shark: Add plotting methods to KsPlugins
` [PATCH v3 6/6] kernel-shark: Speed-up the sched_events plugin

[PATCH v2 0/6] kernel-shark: Visualization plugin tools
 2021-01-07 22:26 UTC  (10+ messages)
` [PATCH v2 1/6] kernel-shark: Add KS_DOUBLE_SIZE macro
` [PATCH v2 2/6] kernel-shark: Add kshark_data_container to libkshark
` [PATCH v2 3/6] kernel-shark: Add KS_DEFINE_PLUGIN_CONTEXT macro
` [PATCH v2 4/6] kernel-shark: Start using C++17
` [PATCH v2 5/6] kernel-shark: Add plotting methods to KsPlugins
` [PATCH v2 6/6] kernel-shark: Speed-up the sched_events plugin

[PATCH 0/6] New libtracefs APIs
 2021-01-07 16:37 UTC  (10+ messages)
` [PATCH 1/6] libtracefs: New APIs for opening and reading ftrace files
` [PATCH 2/6] libtracefs: New APIs for enable / disable tracing
` [PATCH 3/6] libtracefs: Documentation for the new APIs for opening and reading ftrace files
` [PATCH 4/6] libtracefs: Documentation for enable / disable tracing APIs
` [PATCH 5/6] libtracefs: Unit tests for the new APIs for opening and reading ftrace files
` [PATCH 6/6] libtracefs: Unit tests for enable / disable tracing APIs

[PATCH] libtraceevent: Set correct libtraceevent version in the HTML documentation
 2021-01-07  8:33 UTC 


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