linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-11 08:49:18 to 2021-03-25 05:15:16 UTC [more...]

[PATCH v3 00/23] TSC trace clock to nanosecond conversion
 2021-03-25  5:13 UTC  (42+ messages)
` [PATCH v3 01/23] trace-cmd: Add initial perf interface in trace-cmd library
` [PATCH v3 02/23] trace-cmd: Extend trace-cmd dump subcommand to display the clock
` [PATCH v3 03/23] trace-cmd: Save only the selected clock in the trace.dat file
` [PATCH v3 04/23] trace-cmd: Internal refactoring, move logic for local tep handler in its own function
` [PATCH v3 05/23] trace-cmd: Add new local function to check if a trace clock is supported
` [PATCH v3 06/23] trace-cmd: Add new trace-cmd clock tsc2nsec
` [PATCH v3 07/23] trace-cmd: Define a new option for tsc2nsec conversion
` [PATCH v3 08/23] trace-cmd: Save information for tsc to nanoseconds conversion in trace file
` [PATCH v3 09/23] trace-cmd: Read information for tsc to nanoseconds conversion from "
` [PATCH v3 10/23] trace-cmd: Save tsc2nsec clock in trace.dat file
` [PATCH v3 11/23] trace-cmd: Append new options into guest trace file at the end of the tracing session
` [PATCH v3 12/23] trace-cmd: Remove unneeded multiply in events timestamp reading
` [PATCH v3 13/23] trace-cmd: Perform all timestamp corrections in a single function
` [PATCH v3 14/23] trace-cmd: Convert tsc timestamps to nanosecods when reading trace data from a file
` [PATCH v3 15/23] trace-cmd: Set order and priorities when applying timestamp corrections
` [PATCH v3 16/23] trace-cmd: Add a new flag to disable any "
` [PATCH v3 17/23] trace-cmd: Change "--nodate" option to affect "--date" option only
` [PATCH v3 18/23] trace-cmd: Add new parameter "--raw-ts" to "trace-cmd report" command
` [PATCH v3 19/23] trace-cmd: Print times in TimeShift options as unsigned in trace-cmd dump
` [PATCH v3 20/23] trace-cmd: Use tsc clock for host-guest tracing, if available
` [PATCH v3 21/23] trace-cmd: Get current clock for host-guest tracing session
` [PATCH v3 22/23] trace-cmd: Save the trace clocks in TRACECLOCK option
` [PATCH v3 23/23] trace-cmd: Read at least 8 bytes trace-id option

[PATCH] libtracefs: Document function_filter API
 2021-03-26  0:43 UTC 

[PATCH 0/7] libtracfes: Add tracefs_function_filter()
 2021-03-26  0:25 UTC  (13+ messages)
` [PATCH 1/7] libtracefs: An API to set the filtering of functions
` [PATCH 2/7] libtracefs: Move opening of file out of controlled_write()
` [PATCH 3/7] libtracefs: Add add_errors() helper function for control_write()
` [PATCH 4/7] libtracefs: Add checking of available_filter_functions to tracefs_function_filter()
` [PATCH 5/7] libtracefs: Add write_filter() helper function
` [PATCH 6/7] libtracefs: Allow for setting filters with regex expressions
` [PATCH 7/7] libtracefs: Add indexing to set functions in tracefs_function_filter()

[PATCH] libtracefs: Document function_filter API
 2021-03-26  0:24 UTC  (3+ messages)

[PATCH] trace-cmd: Test for NULL pointer in tracecmd_tsync_free()
 2021-03-24 22:00 UTC 

[PATCH v2] trace-cmd: Remove all die()s from trace-cmd library
 2021-03-24 21:53 UTC  (2+ messages)

[PATCH] libtraceevent: Allow for decimal time stamps less than zero
 2021-03-24 18:14 UTC 

[PATCH v2 00/18] TSC trace clock to nanosecond conversion
 2021-03-24 12:15 UTC  (33+ messages)
` [PATCH v2 01/18] trace-cmd: Add initial perf interface in trace-cmd library
` [PATCH v2 02/18] trace-cmd: Extend trace-cmd dump subcommand to display the clock
` [PATCH v2 03/18] trace-cmd: Save only the selected clock in the trace.dat file
` [PATCH v2 04/18] trace-cmd: Add new trace-cmd clock tsc2nsec
` [PATCH v2 05/18] trace-cmd: Add a new option in trace file metadata for tsc2nsec conversion
` [PATCH v2 06/18] trace-cmd: Save information for tsc to nanoseconds conversion in trace file
` [PATCH v2 07/18] trace-cmd: Read information for tsc to nanoseconds conversion from "
` [PATCH v2 08/18] trace-cmd: Save tsc2nsec clock in trace.dat file
` [PATCH v2 09/18] trace-cmd: Append new options into guest trace file at the end of the tracing session
` [PATCH v2 10/18] trace-cmd: Remove unneeded multiply in events timestamp reading
` [PATCH v2 11/18] trace-cmd: Perform all timestamp corrections in a single function
` [PATCH v2 12/18] trace-cmd: Convert tsc timestamps to nanosecods when reading trace data from a file
` [PATCH v2 13/18] trace-cmd: Set order and priorities when applying timestamp corrections
` [PATCH v2 14/18] trace-cmd: Add a new flag to disable any "
` [PATCH v2 15/18] trace-cmd: Add new parameter "--raw-ts" to "trace-cmd report" command
` [PATCH v2 16/18] trace-cmd: Print times in TimeShift options as unsigned in trace-cmd dump
` [PATCH v2 17/18] trace-cmd: Use tsc clock for host-guest tracing, if available
` [PATCH v2 18/18] trace-cmd: Get current clock for host-guest tracing session

[PATCH 0/4] kernel-shark: CMake changes
 2021-03-23 13:45 UTC  (6+ 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] libtracefs: Prefer using const pointer arguments
 2021-03-23 13:06 UTC  (6+ messages)

[PATCH] trace-cmd: Remove all die()s from trace-cmd library
 2021-03-22 15:39 UTC  (3+ messages)

[PATCH v32 0/5]Timestamp synchronization of host - guest tracing session
 2021-03-22 14:56 UTC  (12+ 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

[PATCH v3] libtracefs: An API to set the filtering of functions
 2021-03-22 13:39 UTC  (4+ messages)

[PATCH v2] libtracefs: An API to set the filtering of functions
 2021-03-19 16:50 UTC  (3+ messages)

[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] 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)

[RFC] Open multiple trace files and, if possible, pair them
 2021-03-11 18:32 UTC  (6+ 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  (12+ messages)
` [PATCH v31 05/16] trace-cmd: PTP-like algorithm for host - guest timestamp synchronization
` [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


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