linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-30 08:31:10 to 2020-11-17 07:46:02 UTC [more...]

[PATCH v4 0/8] libtracefs fixes and improvements
 2020-11-17  7:45 UTC  (2+ messages)
` [PATCH v4 1/8] trace-cmd: Change tracefs.h include path

[PATCH v3 00/20] Start KernelShark v2 transformation
 2020-11-13 15:08 UTC  (30+ messages)
` [PATCH v3 01/20] kernel-shark: Use only signed types in kshark_entry
` [PATCH v3 02/20] kernel-shark: Add stream_id to kshark_entry
` [PATCH v3 03/20] kernel-shark: Introduce libkshark-hash
` [PATCH v3 04/20] kernel-shark: Introduce Data streams
` [PATCH v3 05/20] kernel-shark: Rename static methods in libkshark
` [PATCH v3 06/20] kernel-shark: Add basic methods for Data streams
` [PATCH v3 07/20] kernel-shark: Housekeeping before implementing stream interface
` [PATCH v3 08/20] kernel-shark: Add stream interface for trace-cmd data
` [PATCH v3 09/20] kernel-shark: Start introducing KernelShark 2.0
` [PATCH v3 10/20] kernel-shark: Start using data streams
` [PATCH v3 11/20] kernel-shark: Remove dead code
` [PATCH v3 12/20] kernel-shark: Redesign the plugin interface
` [PATCH v3 13/20] kernel-shark: Complete the stream integration
` [PATCH v3 14/20] kernel-shark: Provide merging of multiple data streams
` [PATCH v3 15/20] kernel-shark: Integrate the stream definitions with data model
` [PATCH v3 16/20] kernel-shark: Use only signed types for model defs
` [PATCH v3 17/20] kernel-shark: Add ksmodel_get_bin()
` [PATCH v3 18/20] kernel-shark: Protect ksmodel_set_in_range_bining()
` [PATCH v3 19/20] kernel-shark: Add methods for time calibration
` [PATCH v3 20/20] kernel-shark: Integrate streams with libkshark-configio

[PATCH] trace-cmd libtraceevent: Fix bprint '#' parsing
 2020-11-13 14:25 UTC  (2+ messages)

[PATCH v3 0/6] libtracefs fixes and improvements
 2020-11-12 19:23 UTC  (11+ messages)
` [PATCH v3 1/6] trace-cmd: Change tracefs.h include path
` [PATCH v3 2/6] libtracefs: Change get name API to return constant string
` [PATCH v3 3/6] libtracefs: Add new API to check if instance exists
` [PATCH v3 4/6] libtracefs: Combine allocate and create APIs into one
` [PATCH v3 5/6] libtracefs: Add new tracefs API tracefs_instances_walk()
` [PATCH v3 6/6] trace-cmd: Add new libtrasefs API to get the current trace clock

[PATCH 0/2] tracecmd library API cleanup
 2020-11-12 11:52 UTC  (3+ messages)
` [PATCH 1/2] libtraceevent: Remove plugins dependencies of libtracecmd
` [PATCH 2/2] trace-cmd: libtracecmd API cleanup

[PATCH] KernelShark: Remove unneeded libtracecmd dependencies
 2020-11-12 11:44 UTC 

[PATCH v2 0/6] libtracefs fixes and improvements
 2020-11-12  5:01 UTC  (12+ messages)
` [PATCH v2 1/6] trace-cmd: Change tracefs.h include path
` [PATCH v2 2/6] libtracefs: Change APIs to work with constant strings
` [PATCH v2 3/6] libtracefs: Add new API to check if instance exists
` [PATCH v2 4/6] libtracefs: Combine allocate and create APIs into one
` [PATCH v2 5/6] libtracefs: Add new tracefs API tracefs_instances_walk()
` [PATCH v2 6/6] trace-cmd: Add new libtrasefs API to get the current trace clock

[PATCH v2 00/20] Start KernelShark v2 transformation
 2020-11-09 15:28 UTC  (47+ messages)
` [PATCH v2 01/20] kernel-shark: Start introducing KernelShark 2.0
` [PATCH v2 02/20] kernel-shark: Use only signed types in kshark_entry
` [PATCH v2 03/20] kernel-shark: Introduce libkshark-hash
` [PATCH v2 04/20] kernel-shark: Introduce Data streams
` [PATCH v2 05/20] kernel-shark: Add stream_id to kshark_entry
` [PATCH v2 06/20] kernel-shark: Rename static methods in libkshark
` [PATCH v2 07/20] kernel-shark: Add basic methods for Data streams
` [PATCH v2 08/20] kernel-shark: Housekeeping before implementing stream interface
` [PATCH v2 09/20] kernel-shark: Add stream interface for trace-cmd data
` [PATCH v2 10/20] kernel-shark: Start using data streams
` [PATCH v2 11/20] kernel-shark: Remove dead code
` [PATCH v2 12/20] kernel-shark: Redesign the plugin interface
` [PATCH v2 13/20] kernel-shark: Complete the stream integration
` [PATCH v2 14/20] kernel-shark: Provide merging of multiple data streams
` [PATCH v2 15/20] kernel-shark: Integrate the stream definitions with data model
` [PATCH v2 16/20] kernel-shark: Use only signed types for model defs
` [PATCH v2 17/20] kernel-shark: Add ksmodel_get_bin()
` [PATCH v2 18/20] kernel-shark: Protect ksmodel_set_in_range_bining()
` [PATCH v2 19/20] kernel-shark: Add methods for time calibration
` [PATCH v2 20/20] kernel-shark: Integrate streams with libkshark-configio

[PATCH v25 00/16] Timestamp synchronization of host - guest tracing session
 2020-11-05 14:52 UTC  (18+ messages)
` [PATCH v25 01/16] trace-cmd: Replace time sync protocol ID with string
` [PATCH v25 02/16] trace-cmd: Add trace-cmd library APIs for ftrace clock name
` [PATCH v25 03/16] trace-cmd: Move VM related logic in a separate file
` [PATCH v25 04/16] trace-cmd: Add new libtrasefs API to get the current trace clock
` [PATCH v25 05/16] trace-cmd: Add clock parameter to timestamp synchronization plugins
` [PATCH v25 06/16] trace-cmd: Add role "
` [PATCH v25 07/16] trace-cmd: Add host / guest role in timestamp synchronization context
` [PATCH v25 08/16] trace-cmd: Add guest CPU count PID in tracecmd_time_sync struct
` [PATCH v25 09/16] trace-cmd: Add scaling ratio for timestamp correction
` [PATCH v25 10/16] trace-cmd: Add time sync protocol flags
` [PATCH v25 11/16] trace-cmd: Add timestamp synchronization per vCPU
` [PATCH v25 12/16] trace-cmd: Define a macro for packed structures
` [PATCH v25 13/16] trace-cmd: Add dummy function to initialize timestamp sync logic
` [PATCH v25 14/16] trace-cmd: [POC] PTP-like algorithm for host - guest timestamp synchronization
` [PATCH v25 15/16] trace-cmd: Debug scripts for "
` [PATCH v25 16/16] trace-cmd [POC]: Add KVM timestamp synchronization plugin

[PATCH 0/6] libtracefs fixes and improvements
 2020-11-05 14:01 UTC  (8+ messages)
` [PATCH 1/6] trace-cmd: Change tracefs.h include path
` [PATCH 2/6] libtracefs: Change APIs to work with constant strings
` [PATCH 3/6] libtracefs: Add new API to check if instance exists
` [PATCH 4/6] libtracefs: Combine allocate and create APIs into one
` [PATCH 5/6] libtracefs: Add new tracefs API tracefs_instances_walk()
` [PATCH 6/6] trace-cmd: Add new libtrasefs API to get the current trace clock

[PATCH v24 00/10] Timestamp synchronization of host - guest tracing session
 2020-10-26  7:38 UTC  (16+ messages)
` [PATCH v24 01/10] trace-cmd: [POC] PTP-like algorithm for host - guest timestamp synchronization
` [PATCH v24 02/10] trace-cmd: Debug scripts for "
` [PATCH v24 03/10] trace-cmd: Add trace-cmd library APIs for ftrace clock name
` [PATCH v24 04/10] trace-cmd: Move VM related logic in a separate file
` [PATCH v24 05/10] trace-cmd: Add clock parameter to timestamp synchronization plugins
` [PATCH v24 06/10] trace-cmd: Add role "
` [PATCH v24 07/10] trace-cmd: Add host / guest role in timestamp synchronization context
` [PATCH v24 08/10] trace-cmd: Add guest CPU count PID in tracecmd_time_sync struct
` [PATCH v24 09/10] trace-cmd: Fixed bitmask logic tracecmd_tsync_proto_getall()
` [PATCH v24 10/10] trace-cmd [POC]: Add KVM timestamp synchronization plugin

[PATCH] libtraceevent: install html files
 2020-10-19 22:18 UTC  (4+ messages)

[ANNOUNCE] libtraceevent.git
 2020-10-14 17:25 UTC  (17+ messages)

libtraceevent: make doc-install tries different file names than generated
 2020-10-12 17:58 UTC  (4+ messages)

[PATCH] Documentation: Fix include level of Makefile scripts
 2020-10-12 12:30 UTC  (4+ messages)

[PATCH 00/15] Start KernelShark v2 transformation
 2020-10-08  7:17 UTC  (9+ messages)
` [PATCH 03/15] kernel-shark: Start introducing KernelShark 2.0
` [PATCH 05/15] kernel-shark: Introduce libkshark-hash
` [PATCH 08/15] kernel-shark: Integrate the stream definitions with the C API

Co-existing of traceevent of trace-cmd and perf
 2020-10-04  7:09 UTC  (6+ messages)

[PATCH v2] trace-cmd: Fix "trace-cmd extract" temp files path
 2020-10-01 16:30 UTC  (2+ messages)

[PATCH v4] tools lib traceevent: Hide non API functions
 2020-10-01  1:33 UTC  (3+ messages)

[PATCH v2 1/3] kernel-shark: Fix all warnings showing when bulding with gcc 10.2.1
 2020-09-30 15:07 UTC  (3+ messages)
` [PATCH v2 2/3] kernel-shark: Check if Qt has been found when building the examples
` [PATCH v2 3/3] kernel-shark: Fix symbol resolving during linking

[PATCH 1/4] kernel-shark :Fix all build warnings for gcc 10.2.1
 2020-09-30 14:03 UTC  (4+ messages)

[PATCH v2 2/2] tools lib traceevent: Man page libtraceevent debug APIs
 2020-09-30 11:20 UTC 

[PATCH v2 1/2] tools lib traceevent: Man page for tep_add_plugin_path() API
 2020-09-30 11:20 UTC 

[PATCH] trace-cmd: fix extract output option
 2020-09-30  8:31 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).