linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-04 09:12:27 to 2020-05-04 18:58:05 UTC [more...]

[PATCH v2 0/3] kernel-shark: Have "stop" button for multi-threaded searches
 2020-05-04 18:58 UTC  (6+ messages)
` [PATCH v2 1/3] kernel-shark: Simplify the search methods in class KsTraceViewer
` [PATCH v2 2/3] kernel-shark: Change the mechanism of the multi-threaded search
` [PATCH v2 3/3] kernel-shark: Make the "stop search" button always visible

[PATCH v2 0/4] Few small trace-cmd fixes
 2020-05-04 13:41 UTC  (6+ messages)
` [PATCH v2 1/4] trace-cmd: Fix trace-cmd report crash while displaying trace.dat in specific use case
` [PATCH v2 2/4] trace-cmd: Add "main" in the output of trace-cmd stat when displaying main instance
` [PATCH v2 3/4] trace-cmd: Create ftrace instances before using them
` [PATCH v2 4/4] trace-cmd: Do not try to update parent's memory from a fork()-ed child

[PATCH] trace-cmd: Update "trace-cmd list" man page
 2020-05-04  8:20 UTC 

[PATCH] trace-cmd: Add option "-s" to list subcommand, to display available event systems
 2020-05-04  8:06 UTC 

[PATCH v2] trace-cmd: Handle filtered PIDs per ftarce instance
 2020-05-04  6:28 UTC 

[PATCH 0/3] Have "stop" button for multi-threaded searches
 2020-05-02 18:48 UTC  (11+ messages)
` [PATCH 1/3] kernel-shark: Simplify the search methods in class KsTraceViewer
` [PATCH 2/3] kernel-shark: Change the mechanism of the multi-threaded search
` [PATCH 3/3] kernel-shark: Make the "stop search" button always visible

[PATCH] trace-cmd: Handle filtered PIDs per ftarce instance
 2020-04-30 12:22 UTC 

[PATCH 0/4] Few small trace-cmd fixes
 2020-04-30 12:22 UTC  (5+ messages)
` [PATCH 1/4] trace-cmd: Fix trace-cmd report crash while displaying trace.dat in specific use case
` [PATCH 2/4] trace-cmd: Add "main" in the output of trace-cmd stat when displaying main instance
` [PATCH 3/4] trace-cmd: Create ftrace instances before using them
` [PATCH 4/4] trace-cmd: Do not try to update parent's memory from a fork()-ed child

[PATCH v2 0/3] kernel-shark: Command line options for selecting plots
 2020-04-27 15:41 UTC  (4+ messages)
` [PATCH v2 1/3] kernel-shark: Add methods for selecting the plots to be shown
` [PATCH v2 2/3] kernel-shark: Add command line options for selecting "
` [PATCH v2 3/3] kernel-shark: Set a maximum number of plots to be shown by default

[PATCH v4] kernel-shark-2.alpha: Restructure KVMCombo plugin to use CPU mapping information from the trace files
 2020-04-27 14:46 UTC  (2+ messages)

preemptirq_delay_test module can trigger crash on arm64 vm
 2020-04-24 22:19 UTC  (3+ messages)

[PATCH v2] trace-cmd: Stop recording when processes traced with -P exit
 2020-04-24 17:44 UTC 

[PATCH 0/2] Command line options for selecting plots
 2020-04-24 13:25 UTC  (3+ messages)
` [PATCH 1/2] kernel-shark: Add methods for selecting the plots to be shown
` [PATCH 2/2] kernel-shark: Add command line options for selecting "

[PATCH] trace-cmd: Do not enable timestamps synchronization by default
 2020-04-24  9:27 UTC 

[PATCH v3 0/5] Various enhancements, related to reading trace.dat file
 2020-04-22 14:42 UTC  (9+ messages)
` [PATCH v3 1/5] kernel-shark-2.alpha: Adjust the width of marker buttons
` [PATCH v3 2/5] kernel-shark-2.alpha: Use new tracecmd APIs to open guest tracing file
` [PATCH v3 3/5] kernel-shark-2.alpha: Print the plugin's file name in case of loading error
` [PATCH v3 4/5] kernel-shark-2.alpha: Force trace-cmd.h to be used as plain C
` [PATCH v3 5/5] kernel-shark-2.alpha: Restructure KVMCombo plugin to use CPU mapping information from the trace files

[PATCH] trace-cmd: Stop recording when processes traced with -P exit
 2020-04-21 13:26 UTC  (5+ messages)

[PATCH 0/2] Display more ftrace configuration by trace-cmd stat
 2020-04-21 10:47 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd: Add helper function to print content of a trace file
` [PATCH 2/2] trace-cmd: Print configured filtered PIDs in trace-cmd stat command

[PATCH] trace-cmd: Fix build with gcc-10
 2020-04-20 22:37 UTC  (4+ messages)

[PATCH RESEND] trace-cmd: Stop recording when processes traced with -P exit
 2020-04-18 23:30 UTC 

[PATCH v2] kernel-shark-2.alpha: Restructure KVMCombo plugin to use CPU mapping information from the trace files
 2020-04-16 13:24 UTC 

[PATCH 0/2] Enhancements of the "trace-cmd stat" command
 2020-04-16  7:22 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd: Update tarce-cmd stat man page with instances list
` [PATCH 2/2] trace-cmd: Add error_log dump to trace-cmd stat command

[PATCH v2] tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation
 2020-04-15  7:12 UTC  (5+ messages)
    ` [v2] "

[PATCH v5 0/3] Extend coverage of "trace-cmd reset" command
 2020-04-14 15:56 UTC  (4+ messages)
` [PATCH v5 1/3] trace-cmd: Add new tracefs APIs for checking if a ftrace file / directory exists
` [PATCH v5 2/3] trace-cmd: Unit tests for new libtracefs APIs
` [PATCH v5 3/3] trace-cmd: Clear error log on reset subcommand

[PATCH v3] kernel-shark-2.alpha: Use new tracecmd APIs to open guest tracing file
 2020-04-14 15:24 UTC 

[PATCH 0/2] trace-cmd: Some more minor updates
 2020-04-14 14:16 UTC  (4+ messages)
` [PATCH 1/2] trace-cmd: Use "exists" instead of "exist"
` [PATCH 2/2] trace-cmd: Optimize check_file_exists()

[PATCH 0/2] trace-cmd: Minor updates to tracecmd_unpair_peer() function
 2020-04-14 14:15 UTC  (4+ messages)
` [PATCH 1/2] trace-cmd: Fix cut and paste header comment of tracecmd_unpair_peer()
` [PATCH 2/2] trace-cmd: Make tracecmd_unpair_peer() return void

Repo with all POC time sync patches
 2020-04-14 11:41 UTC 

[PATCH v2] tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation
 2020-04-14  1:51 UTC 

[PATCH] tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation
 2020-04-14  1:59 UTC  (3+ messages)

[PATCH v2 0/2] Useful APIs for merging tracing files
 2020-04-13  8:23 UTC  (3+ messages)
` [PATCH v2 1/2] trace-cmd: Add new APIs to pair and unpair tracing peers
` [PATCH v2 2/2] trace-cmd: Validate input parameters of tracecmd_get_guest_cpumap() API

[PATCH 0/2] Useful APIs for merging tracing files
 2020-04-13  7:05 UTC  (5+ messages)
` [PATCH 1/2] trace-cmd: Add new API tracecmd_set_merge_peer()
` [PATCH 2/2] trace-cmd: Validate input parameters of tracecmd_get_guest_cpumap() API

[PATCH v4 0/4] Extend coverage of "trace-cmd reset" command
 2020-04-13  6:52 UTC  (4+ messages)
` [PATCH v4 1/4] trace-cmd: Add new tracefs APIs for checking if a ftrace file / directory exists

[PATCH] kernel-shark-2.alpha: Force trace-cmd.h to be used as plain C
 2020-04-09 14:25 UTC  (5+ messages)
` [PATCH] kernel-shark-2.alpha: Print the plugin's file name in case of loading error
` [PATCH] kernel-shark-2.alpha: Restructure KVMCombo plugin to use CPU mapping information from the trace files
` [PATCH] KernelShark: Adjust the width of marker buttons
` [PATCH v2] kernel-shark-2.alpha: Use new tracecmd APIs to open guest tracing file

[PATCH v4 0/3] Timestamp offsets calculation per host CPU
 2020-04-09 13:28 UTC  (4+ messages)
` [PATCH v4 1/3] trace-cmd: Time stamp offset "
` [PATCH v4 2/3] trace-cmd: Add a define to enable per CPU timestamps synchronization
` [PATCH v4 3/3] trace-cmd: Use per CPU synchronization data when calculating timestamps offsets

[PATCH 0/2] Split reading the trace.dat options from trace data
 2020-04-09 13:28 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd: Move reading of trace.dat options to tracecmd_read_headers()
` [PATCH 2/2] trace-cmd: Add new API tracecmd_open_head()

[PATCH 0/2] Small trace-cmd fixes
 2020-04-09 13:27 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd: Fix possible usage of not null-terminated string
` [PATCH 2/2] trace-cmd: Fix reading of the traceid option from trace.dat file

[PATCH] kernel-shark-2.alpha: Use new tracecmd API to open guest tracing file
 2020-04-06 14:33 UTC  (8+ messages)

[PATCH 1/2] kernel-shark-2.alpha: Allow appending multiple datafiles from command line
 2020-04-03 16:02 UTC  (2+ messages)
` [PATCH 2/2] kernel-shark-2.alpha: Show the file name in the time offset dialog

[PATCH v23 0/2] Timestamp synchronization of host - guest tracing session
 2020-04-02 15:06 UTC  (3+ messages)
` [PATCH v23 1/2] trace-cmd: [POC] PTP-like algorithm for host - guest timestamp synchronization
` [PATCH v23 2/2] trace-cmd: Debug scripts for "

[PATCH] trace-cmd: Fix possible usage of not null-terminated string
 2020-04-02 11:00 UTC 

[PATCH v3 0/5] Timestamp offsets calculation per host CPU
 2020-04-02 10:58 UTC  (6+ messages)
` [PATCH v3 1/5] trace-cmd: Time stamp offset "
` [PATCH v3 2/5] trace-cmd: Fix reading of the traceid option from trace.dat file
` [PATCH v3 3/5] trace-cmd: Add new API to merge two trace files
` [PATCH v3 4/5] trace-cmd: Add a define to enable per CPU timestamps synchronization
` [PATCH v3 5/5] trace-cmd: Use per CPU synchronization data when calculating timestamps offsets

[PATCH v2 0/5] Timestamp offsets calculation per host CPU
 2020-04-01 16:44 UTC  (6+ messages)
` [PATCH v2 1/5] trace-cmd: Time stamp offset "
` [PATCH v2 2/5] trace-cmd: Fix reading of the traceid option from trace.dat file
` [PATCH v2 3/5] trace-cmd: Add new API to merge two trace files
` [PATCH v2 4/5] trace-cmd: Add a define to enable per CPU timestamps synchronization
` [PATCH v2 5/5] trace-cmd: Use per CPU synchronization data when calculating timestamps offsets

[PATCH v2 0/6] kernel-shark: Optimize the logic of the filtering menus
 2020-03-30 16:06 UTC  (7+ messages)
` [PATCH v2 1/6] kernel-shark: Add method for checking if a given ID filter is set
` [PATCH v2 2/6] kernel-shark: Fix bug in bool kshark_export_all_cpu_filters()
` [PATCH v2 3/6] kernel-shark: Add two helper methods to KsUtils
` [PATCH v2 4/6] kernel-shark: Add getIds() to class KsCheckBoxWidget
` [PATCH v2 5/6] kernel-shark: Remove unused methods from KsMainWindow class
` [PATCH v2 6/6] kernel-shark: Optimize the logic of the filtering menus

[PATCH 0/3] Fix applying triggers to multiple events
 2020-03-25 14:08 UTC  (4+ messages)
` [PATCH 1/3] trace-cmd: Fix check for trigger file in create_event()
` [PATCH 2/3] trace-cmd: Fix double free error when triggers are configured on multiple events
` [PATCH 3/3] trace-cmd: Fix setting triggers to all events from given system

[PATCH 0/3] tool lib traceevent: Fix some parsing errors
 2020-03-24 20:08 UTC  (4+ messages)
` [PATCH 1/3] tools lib traceevent: Add append() function helper for appending strings
` [PATCH 2/3] tools lib traceevent: Handle __attribute__((user)) in field names
` [PATCH 3/3] tools lib traceevent: Add handler for __builtin_expect()

[PATCH] trace-cmd: Time stamp offset per host CPU
 2020-03-23 17:35 UTC 

[PATCH 0/5] kernel-shark: Optimize the logic of the filtering menus
 2020-03-19 14:10 UTC  (6+ messages)
` [PATCH 1/5] kernel-shark: Add method for checking if a given ID filter is set
` [PATCH 2/5] kernel-shark: Fix bug in bool kshark_export_all_cpu_filters()
` [PATCH 3/5] kernel-shark: Add two helper methods to KsUtils
` [PATCH 4/5] kernel-shark: Remove unused methods from KsMainWindow class
` [PATCH 5/5] kernel-shark: Optimize the logic of the filtering menus

[PATCH 0/2] trace-cmd: A couple of clean up patches
 2020-03-09 19:04 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd: Its DEFAULT_INPUT_FILE not DEFAUT_INPUT_FILE
` [PATCH 2/2] trace-cmd: Have instances include a copy of its output file

[PATCH 0/2] KernelShark2.0: Use libtracefs APIs to access tracefs
 2020-03-09 16:30 UTC  (9+ messages)
` [PATCH 1/2] KernelShark2.0: Link KernelShark to libtracefs
` [PATCH 2/2] KernelShark2.0: Use libtracefs APIs to access tracefs

[PATCH] trace-cmd: Have trace-cmd stat show instances
 2020-03-09 11:48 UTC 

KernelShark 2.0 alpha and host - guest timestamp synchronization
 2020-03-06 11:18 UTC 

[PATCH v22 00/13] Timestamp synchronization of host - guest tracing session
 2020-03-05 18:44 UTC  (18+ messages)
` [PATCH v22 01/13] trace-cmd: Find and store pids of tasks, which run virtual CPUs of given VM
` [PATCH v22 02/13] trace-cmd: Implement new API tracecmd_add_option_v()
` [PATCH v22 03/13] trace-cmd: Add new API to generate a unique ID of the tracing session
` [PATCH v22 04/13] trace-cmd: Store the session tracing ID in the trace.dat file
` [PATCH v22 05/13] trace-cmd: Add definitions of htonll() and ntohll()
  ` [PATCH] trace-cmd: Make functions in trace-write-local.h inline
` [PATCH v22 06/13] trace-cmd: Exchange tracing IDs between host and guest
` [PATCH v22 07/13] trace-cmd: Implement new option in trace.dat file: TRACECMD_OPTION_TIME_SHIFT
  ` [PATCH] trace-cmd: Adjust host_trace_info structure to be better packed
` [PATCH v22 08/13] trace-cmd: Add guest information in host's trace.dat file
  ` [PATCH] trace-cmd: Make name and cpu_pid into const pointers to tracecmd_get_guest_cpumap()
` [PATCH v22 09/13] trace-cmd: Add host trace clock as guest trace argument
` [PATCH v22 10/13] trace-cmd: Refactor few trace-cmd internal functions
` [PATCH v22 11/13] trace-cmd: Basic infrastructure for host - guest timestamp synchronization
` [PATCH v22 12/13] trace-cmd: [POC] PTP-like algorithm "
` [PATCH v22 13/13] trace-cmd: Debug scripts for "

[PATCH v2 0/2] trace-cmd record: add --cpu-list option
 2020-03-04 18:19 UTC  (2+ messages)


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