linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 11:55:24 to 2021-04-01 02:42:15 UTC [more...]

[PATCH 00/13 v2] libtracefs: Add tracefs_function_filter()
 2021-04-02  1:59 UTC  (27+ messages)
` [PATCH 01/13 v2] libtracefs: An API to set the filtering of functions
` [PATCH 02/13 v2] libtracefs: Document function_filter API
` [PATCH 03/13 v2] libtracefs: Fix notations of tracefs_function_filter() and module parameter
` [PATCH 04/13 v2] libtracefs: Move opening of file out of controlled_write()
` [PATCH 05/13 v2] libtracefs: Add add_errors() helper function for control_write()
` [PATCH 06/13 v2] libtracefs: Add checking of available_filter_functions to tracefs_function_filter()
` [PATCH 07/13 v2] libtracefs: Add write_filter() helper function
` [PATCH 08/13 v2] libtracefs: Allow for setting filters with regex expressions
` [PATCH 09/13 v2] libtracefs: Add indexing to set functions in tracefs_function_filter()
` [PATCH 10/13 v2] libtracefs: Pass in reset via flags to tracefs_function_filter()
` [PATCH 11/13 v2] libtracefs: Add pthread_mutex_lock() around tracefs_function_filter()
` [PATCH 12/13 v2] libtracefs: Move struct tracefs_instance to tracefs-local.h
` [PATCH 13/13 v2] libtracefs: Add CONTINUE to tracefs_function_filter()
` [RFC][PATCH 14/13 v2] libtracefs: Just past one filter in for tracefs_function_filter()

[PATCH 0/3] trace-cmd: Fix the memory mangement of trace-cmd agent
 2021-03-31 23:06 UTC  (4+ messages)
` [PATCH 1/3] trace-cmd agent: Clean up tsync_agent_thread() and tsync_host_thread()
` [PATCH 2/3] trace-cmd: Have tracecmd_tsync_free() free even with no context
` [PATCH 3/3] trace-cmd: Do not free tsync from thread

[PATCH] trace-cmd: Fix double free in tsync_agent_thread()
 2021-03-31 21:48 UTC  (2+ messages)

[PATCH] trace-cmd: Only support tsc2nsec if multiplier or shift is non-zero
 2021-03-31 17:24 UTC 

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

[PATCH 0/4] Documented new trace-cmd options
 2021-03-30 21:37 UTC  (6+ messages)
` [PATCH 1/4] trace-cmd: Add internal API to check if tsc2nsec is supported
` [PATCH 2/4] trace-cmd: Add tsc2nsec clock to "list -C" command
` [PATCH 3/4] trace-cmd: Document --tsc2nsec option
` [PATCH 4/4] trace-cmd: Document --raw-ts option

[PATCH 0/4] libtracefs: More updates to tracefs_function_filter()
 2021-03-30 18:33 UTC  (5+ messages)
` [PATCH 1/4] libtracefs: Only allow RESET flag if file is not already opened
` [PATCH 2/4] libtracefs: Allow filter be NULL if RESET flag is set
` [PATCH 3/4] libtracefs: Allow filter to be NULL if module is set in tracefs_function_filter()
` [PATCH 4/4] libtracefs: Add TRACEFS_FL_FUTURE flag for future module filtering

[PATCH 0/2] libtracefs: Some clean ups
 2021-03-30  0:30 UTC  (3+ messages)
` [PATCH 1/2] libtracefs: Fix dependencies in Documentation Makefile
` [PATCH 2/2] libtracefs: Add .gitignore files

Mutual debugging of 2 processes can stuck in unkillable stopped state
 2021-03-29 17:44 UTC  (5+ messages)

[PATCH v33 0/5] Timestamp synchronization of host - guest tracing session
 2021-03-26 22:17 UTC  (7+ 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-26 21:21 UTC  (26+ 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 v3] trace-cmd: Remove all die()s from trace-cmd library
 2021-03-26 18:22 UTC  (2+ messages)

[PATCH 0/3] trace-cmd: Start 3.0 development and remove libraries
 2021-03-26 16:48 UTC  (4+ messages)
` [PATCH 1/3] trace-cmd: Start on development of v3.0
` [PATCH 2/3] trace-cmd: Remove libtraceevent code
` [PATCH 3/3] trace-cmd: Remove libtracefs code

[ANNOUNCE] KernelShark 1.3
 2021-03-25 21:42 UTC 

[ANNOUNCE] trace-cmd 2.9.2
 2021-03-25 21:23 UTC 

[PATCH v32 0/5]Timestamp synchronization of host - guest tracing session
 2021-03-25 20:55 UTC  (10+ messages)

[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 v2] trace-cmd: Remove all die()s from trace-cmd library
 2021-03-25  7:50 UTC  (3+ messages)

[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  (25+ messages)
` [PATCH v2 01/18] trace-cmd: Add initial perf interface in trace-cmd library
` [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 08/18] trace-cmd: Save tsc2nsec clock in trace.dat file
` [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 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  (2+ messages)

[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  (3+ 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).