linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-23 17:03:06 to 2021-03-18 14:00:49 UTC [more...]

[PATCH 00/12] TSC trace clock to nanosecond conversion
 2021-03-18 13:59 UTC  (22+ messages)
` [PATCH 01/12] trace-cmd: Add initial perf interface in trace-cmd library
` [PATCH 02/12] trace-cmd: Add logic for TSC to nanosecond conversion
` [PATCH 03/12] trace-cmd: Append new options into guest trace file at the end of the tracing session
` [PATCH 04/12] trace-cmd: Add a new option in trace file metadata for tsc2nsec conversion
` [PATCH 05/12] trace-cmd: Save information for tsc to nanoseconds conversion in trace file
` [PATCH 06/12] trace-cmd: Read information for tsc to nanoseconds conversion from "
` [PATCH 07/12] trace-cmd: Remove unneeded multiply in events timestamp reading
` [PATCH 08/12] trace-cmd: Perform all timestamp corrections in a single function
` [PATCH 09/12] trace-cmd: Convert tsc timestamps to nanosecods when reading trace data from a file
` [PATCH 10/12] trace-cmd: Set order and priorities when applying timestamp corrections
` [PATCH 11/12] trace-cmd: Add a new flag to disable any "
` [PATCH 12/12] trace-cmd: Add new parameter "--raw-ts" to "trace-cmd report" command

[PATCH v2] libtracefs: An API to set the filtering of functions
 2021-03-18 15:30 UTC  (2+ messages)

[PATCH 0/4] kernel-shark: CMake changes
 2021-03-17 16:41 UTC  (5+ messages)
` [PATCH 1/4] kernel-shark: Allow specifying PKG_CONFIG_DIR on cmake command line
` [PATCH 2/4] kernel-shark: Allow specifying TT_FONT_FILE "
` [PATCH 3/4] kernel-shark: Allow installing polkit policy separately
` [PATCH 4/4] kernel-shark: Do not use sudo in install_gui.sh + update README

[PATCH] kernel-shark: Do not hardcode /usr prefix for polkit policies
 2021-03-17 12:59 UTC  (11+ messages)
    ` [PATCH v2] "

[PATCH v2 0/2] Refactoring and improvements of time sync logic
 2021-03-17 11:39 UTC  (3+ messages)
` [PATCH v2 1/2] trace-cmd: Move time sync logic in the trace-cmd library
` [PATCH v2 2/2] trace-cmd: Wait for first time sync before the trace

[PATCH 0/2] Refactoring and improvements of time sync logic
 2021-03-17  3:40 UTC  (6+ messages)
` [PATCH 1/2] trace-cmd: Move time sync logic in the trace-cmd library
` [PATCH 2/2] trace-cmd: Wait for first time sync before the trace

[PATCH 1/3] kernel-shark: Build the plugins together with the GUI
 2021-03-16 17:39 UTC  (3+ messages)
` [PATCH 2/3] kernel-shark: Build "dataplot" only if OpenGL and GLUT are found
` [PATCH 3/3] kernel-shark: Always install the pkg-config descriptor

[PATCH v1] libtracefs: An API to set the filtering of functions
 2021-03-16 17:44 UTC  (3+ messages)

[PATCH] libtraceevent: Fix build warning on 32-bit arches
 2021-03-15 13:39 UTC  (2+ messages)

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

[RFC] Open multiple trace files and, if possible, pair them
 2021-03-11 18:32 UTC  (8+ messages)

Clock sync priorities
 2021-03-11 14:55 UTC  (3+ messages)

[PATCH] kernel-shark v2: Change the logic for opening trace-cmd files
 2021-03-11 14:55 UTC  (4+ messages)

[PATCH v31 00/16] Timestamp synchronization of host - guest tracing session
 2021-03-11  8:48 UTC  (17+ messages)
` [PATCH v31 01/16] trace-cmd: Add timestamp synchronization per vCPU
` [PATCH v31 02/16] trace-cmd: Add dummy function to initialize timestamp sync logic
` [PATCH v31 03/16] trace-cmd: Move time sync logic in the trace-cmd library
` [PATCH v31 04/16] trace-cmd: Wait for first time sync before the trace
` [PATCH v31 05/16] trace-cmd: PTP-like algorithm for host - guest timestamp synchronization
` [PATCH v31 06/16] trace-cmd: Debug scripts for "
` [PATCH v31 07/16] trace-cmd [POC]: Add KVM timestamp synchronization plugin
` [PATCH v31 08/16] trace-cmd: Add initial perf interface in trace-cmd library
` [PATCH v31 09/16] trace-cmd: Add logic for TSC to nanosecond conversion
` [PATCH v31 10/16] trace-cmd: Append new options into guest trace file at the end of the tracing session
` [PATCH v31 11/16] trace-cmd: Add a new option in trace file metadata for tsc2nsec conversion
` [PATCH v31 12/16] trace-cmd: Save information for tsc to nanoseconds conversion in trace file
` [PATCH v31 13/16] trace-cmd: Read information for tsc to nanoseconds conversion from "
` [PATCH v31 14/16] trace-cmd: Remove unneeded multiply in events timestamp reading
` [PATCH v31 15/16] trace-cmd: Perform all timestamp corrections in a single function
` [PATCH v31 16/16] trace-cmd: Convert tsc timestamps to nanosecods when reading trace data from a file

[PATCH] trace-cmd: Fix mmap error path in allocate_page_map()
 2021-03-10 17:16 UTC  (2+ messages)

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

[PATCH] trace-cmd: Update make-trace-cmd.sh to handle pkg-config without --with-path
 2021-03-09 17:22 UTC 

[PATCH] libtracefs: An API to set the filtering of functions
 2021-03-08 23:53 UTC  (10+ messages)

[PATCH 0/9 v2] trace-cmd: Fixes for trace-cmd restore
 2021-03-05 22:52 UTC  (10+ messages)
` [PATCH 1/9 v2] trace-cmd restore: Fix to add saved cmdlines after calling tracecmd_create_init_file_override()
` [PATCH 2/9 v2] trace-cmd: Move tracecmd_write_cmdlines() out of tracecmd_append_cpu_data()
` [PATCH 3/9 v2] trace-cmd: Move the output state updates into the functions that change the state
` [PATCH 4/9 v2] trace-cmd: Move the input "
` [PATCH 5/9 v2] trace-cmd input: Validate the input handle when copying from it
` [PATCH 6/9 v2] trace-cmd: Have tracecmd_read_headers() specify the state to read up to
` [PATCH 7/9 v2] trace-cmd: Have tracecmd_get_file_state() return the enum
` [PATCH 8/9 v2] trace-cmd input: Add validation updates to the copy of a handle
` [PATCH 9/9 v2] trace-cmd: Have tracecmd_copy_headers() have a start and stop state

[PATCH 0/2] trace-cmd: Fixes for instance recording and reporting
 2021-03-05 22:47 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd record: Allow tracecmd_write_cpu_data() be called multiple times
` [PATCH 2/2] trace-cmd report: Add last_timestamp array for instances

trace-cmd and host-guest tracing
 2021-03-04 22:31 UTC  (3+ messages)

[PATCH 0/2] trace-cmd: Apply time stamp corrections by default
 2021-03-04 13:11 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd: Enable TS correction "
` [PATCH 2/2] trace-cmd: Remove APIs for pairing a tracing peer

[PATCH] libtracefs: An API to set the filtering of functions
 2021-03-04  9:43 UTC  (9+ messages)

[PATCH 0/8] trace-cmd: Fixes for trace-cmd restore
 2021-03-02 19:59 UTC  (18+ 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] trace-cmd: Fix trace-cmd split command
 2021-03-02 10:16 UTC 

[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  (8+ messages)
` [PATCH v2 1/2] trace-cmd: Add validation for reading and writing trace.dat files

[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  (5+ messages)

[PATCH v29 0/5] Timestamp synchronization of host - guest tracing session
 2021-02-24 23:19 UTC  (5+ messages)
` [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)
`  "


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