linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-12 19:13:56 to 2020-11-20 09:51:17 UTC [more...]

[PATCH 0/4] Upgrade the OpenGL wrapper for KernelShark v2.0
 2020-11-20  9:50 UTC 

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

[PATCH] Fix `make -jN trace-cmd gui`
 2020-11-20  3:09 UTC  (2+ messages)

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

[PATCH v4 0/8] libtracefs fixes and improvements
 2020-11-19 15:07 UTC  (13+ messages)
` [PATCH v4 1/8] trace-cmd: Change tracefs.h include path
` [PATCH v4 2/8] libtracefs: Change get name API to return constant string
` [PATCH v4 3/8] libtracefs: Use tracefs_list_free() API
` [PATCH v4 4/8] libtracefs: Add new API to check if instance exists
` [PATCH v4 5/8] libtracefs: Combine allocate and create APIs into one
    ` [PATCH v4.1 - 5.1/8] libtracefs: Use the permissions of the instances directory for instances
    ` [PATCH v4.1 5.2/8] libtracefs: Combine allocate and create APIs into one
` [PATCH v4 6/8] libtracefs: Add new tracefs API tracefs_instances_walk()
` [PATCH v4 7/8] trace-cmd: Add new libtrasefs API to get the current trace clock
` [PATCH v4 8/8] libtracefs: Hide non API functions

[PATCH] trace-cmd: Parse command lines with spaces
 2020-11-17 11:22 UTC 

[PATCH] lib traceevent: Hide non API functions
 2020-11-17  8:19 UTC 

[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  (31+ messages)
` [PATCH v2 05/20] kernel-shark: Add stream_id to kshark_entry
` [PATCH v2 07/20] kernel-shark: Add basic methods for Data streams
` [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 12/20] kernel-shark: Redesign the plugin interface
` [PATCH v2 13/20] kernel-shark: Complete the stream integration
` [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  (9+ messages)
` [PATCH v24 01/10] trace-cmd: [POC] PTP-like algorithm for host - guest timestamp synchronization
` [PATCH v24 03/10] trace-cmd: Add trace-cmd library APIs for ftrace clock name
` [PATCH v24 05/10] trace-cmd: Add clock parameter to timestamp synchronization plugins

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

[ANNOUNCE] libtraceevent.git
 2020-10-14 17:25 UTC  (14+ 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).