linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-15 06:19:32 to 2021-03-25 20:56:47 UTC [more...]

[PATCH v32 0/5]Timestamp synchronization of host - guest tracing session
 2021-03-25 20:55 UTC  (15+ 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 v2] libtracecmd: Rewrite Makefile for Documentation directory
 2021-03-25 19:22 UTC 

[PATCH] trace-cmd: Use open() and not fopen() for set_plugin_instance()
 2021-03-25 19:10 UTC 

[PATCH] libtracecmd: Rewrite Makefile for Documentation directory
 2021-03-25 18:03 UTC 

[PATCH v3 00/23] TSC trace clock to nanosecond conversion
 2021-03-25 13:41 UTC  (45+ 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 v2] libtracefs: Prefer using "const char *" arguments
 2021-03-25 12:29 UTC 

[PATCH v3] trace-cmd: Remove all die()s from trace-cmd library
 2021-03-25  8:39 UTC 

[PATCH v2] trace-cmd: Remove all die()s from trace-cmd library
 2021-03-25  7:50 UTC  (3+ messages)

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

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


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