linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-24 21:40:49 to 2021-04-08 08:09:25 UTC [more...]

[PATCH 0/2] Documentation and unit tests for new trace marker APIs
 2021-04-08  8:09 UTC  (2+ messages)
` [PATCH 1/2] libtracefs: Document "

[PATCH v2] libtracefs: Add new API for open trace marker file
 2021-04-08  8:08 UTC 

[PATCH] libtracefs: Suppress library warnings during unit test
 2021-04-08  8:05 UTC 

[PATCH v3] trace-cmd: Implement warning() in the library
 2021-04-08  4:28 UTC 

[PATCH v2] libtracefs: Implement tracefs_warning()
 2021-04-08  4:27 UTC 

[PATCH v2] libtraceevent: Add tep_warning()
 2021-04-08  4:26 UTC 

[PATCH 0/3] libtracefs: Update filtering functions
 2021-04-08  4:25 UTC  (6+ messages)
` [PATCH 1/3] libtracefs: Move most functionality into helper function for tracefs_function_filter()
` [PATCH 2/3] libtracefs: Add tracefs_function_notrace() API
` [PATCH 3/3] libtracefs: Add a pthread_mutex per instance

[PATCH] trace-cmd record: Have -d only touch the instance its for
 2021-04-07 21:54 UTC 

[PATCH] trace-cmd: Fix CONTRITUBE file, its git send-email not git --send-email
 2021-04-07 20:37 UTC 

[PATCH] trace-cmd: Set min version of libtracefs to 1.1
 2021-04-07 18:53 UTC 

[PATCH] libtracefs: Set version to 1.1.dev
 2021-04-07 18:00 UTC 

[PATCH] libtracefs: Implement tracefs_warning()
 2021-04-07 17:14 UTC  (7+ messages)

[PATCH v2] trace-cmd: Implement warning() in the library
 2021-04-07  5:13 UTC 

[PATCH] libtraceevent: Add tep_warning()
 2021-04-07  5:12 UTC 

[PATCH v2 0/4] Iterate over raw events in sorted order
 2021-04-07  3:48 UTC  (5+ messages)
` [PATCH v2 1/4] libtracefs: "
` [PATCH v2 2/4] libtracefs: Unit test for iterate "
` [PATCH v2 3/4] libtracefs: Unit test for iterate over raw events in selected CPUs
` [PATCH v2 4/4] libtracefs: tracefs_iterate_raw_events() documentation update

Adding latency tracking to trace-cmd
 2021-04-06 20:42 UTC  (6+ messages)

[PATCH] trace-cmd: Use pkg-config --atleast-version to check versions of libraries
 2021-04-06 19:58 UTC 

[PATCH 0/4] Iterate over raw events in sorted order
 2021-04-06 16:01 UTC  (6+ messages)
` [PATCH 1/4] libtracefs: "
` [PATCH 2/4] libtracefs: Unit test for iterate "
` [PATCH 3/4] libtracefs: Unit test for iterate over raw events in selected CPUs
` [PATCH 4/4] libtracefs: tracefs_iterate_raw_events() documentation update

[PATCH v2] trace-cmd: Add CODING_STYLE and CONTRIBUTE documents
 2021-04-06 15:38 UTC  (2+ messages)

[PATCH] trace-cmd: Add CODING_STYLE and CONTRIBUTE documents
 2021-04-07  0:58 UTC  (7+ messages)

[PATCH] libtracefs: Unit test for the tracing filter API
 2021-04-07  0:44 UTC  (3+ messages)

[PATCH 0/6] Refactor the APIs for tracing options
 2021-04-05 15:10 UTC  (16+ messages)
` [PATCH 1/6] libtracefs: Fix issues with tracefs_option_id()
` [PATCH 2/6] libtracefs: Modify the arguments of tracefs_option_is_set()
` [PATCH 3/6] libtracefs: Encapsulate "struct tracefs_options_mask"
` [PATCH 4/6] libtracefs: Move the "options" code to tracefs-instance.c
` [PATCH 5/6] libtracefs: Option's bit masks to be owned by the instance
` [PATCH 6/6] libtracefs: Rename tracefs_option_is_set()

[PATCH] trace-cmd: Implement warning() in the library
 2021-04-05 14:23 UTC  (3+ messages)

[PATCH v2 0/5] Refactor the APIs for tracing options
 2021-04-05 14:21 UTC  (6+ messages)
` [PATCH v2 1/5] libtracefs: Fix issues with tracefs_option_id()
` [PATCH v2 2/5] libtracefs: Modify the arguments of tracefs_option_is_set()
` [PATCH v2 3/5] libtracefs: Encapsulate "struct tracefs_options_mask"
` [PATCH v2 4/5] libtracefs: Option's bit masks to be owned by the instance
` [PATCH v2 5/5] libtracefs: Rename tracefs_option_is_set()

[PATCH v4] trace-cmd: Remove all die()s from trace-cmd library
 2021-04-05  9:21 UTC 

[PATCH] libtracecmd: Hide all non API global functions
 2021-04-01 16:23 UTC 

[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  (11+ messages)
` [PATCH v3 15/23] trace-cmd: Set order and priorities when applying timestamp corrections
` [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 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  (4+ messages)

[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 


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