linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-22 01:18:40 to 2020-10-15 21:24:24 UTC [more...]

[PATCH v24 00/10] Timestamp synchronization of host - guest tracing session
 2020-10-15 21:24 UTC  (12+ 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 v2 00/20] Start KernelShark v2 transformation
 2020-10-14 23:52 UTC  (30+ 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

[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  (21+ messages)
` [PATCH 01/15] kernel-shark: split kernel-shark from trace-cmd repo
` [PATCH 02/15] kernel-shark: Version 1.2.0
` [PATCH 03/15] kernel-shark: Start introducing KernelShark 2.0
` [PATCH 04/15] kernel-shark: Use only signed types in kshark_entry
` [PATCH 05/15] kernel-shark: Introduce libkshark-hash
` [PATCH 06/15] kernel-shark: Introduce Data streams
` [PATCH 07/15] kernel-shark: Add stream_id to kshark_entry
` [PATCH 08/15] kernel-shark: Integrate the stream definitions with the C API
` [PATCH 09/15] kernel-shark: Provide merging of multiple data streams
` [PATCH 10/15] kernel-shark: Integrate the stream definitions with data model
` [PATCH 11/15] kernel-shark: Use only signed types for model defs
` [PATCH 12/15] kernel-shark: Add ksmodel_get_bin()
` [PATCH 13/15] kernel-shark: Protect ksmodel_set_in_range_bining()
` [PATCH 14/15] kernel-shark: Add methods for time calibration
` [PATCH 15/15] kernel-shark: Integrate streams with libkshark-configio

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  (7+ messages)
` [PATCH 2/4] kernel-shark: Have correct screen geometry on high-resolution screens
` [PATCH 3/4] kernel-shark: Check if Qt has been found when building the examples
` [PATCH 4/4] kernel-shark: Fix dependency (symbol resolving) issue

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

[PATCH 2/2] tools lib traceevent: Man page libtraceevent debug APIs
 2020-09-29 22:00 UTC  (2+ messages)

[PATCH 1/2] tools lib traceevent: Man page for tep_add_plugin_path() API
 2020-09-29 21:56 UTC  (2+ messages)

[PATCH v3] tools lib traceevent: Hide non API functions
 2020-09-29 21:23 UTC  (2+ messages)

[PATCH v2] tools lib traceevent: Hide non API functions
 2020-09-29 13:40 UTC  (2+ messages)

[PATCH] trace-cmd libtraceevent: Fix build warning on 32-bit arches
 2020-09-25 14:17 UTC  (3+ messages)
` [PATCH] tools lib traceevent: Hide non API functions

[PATCH 2/2] tools lib traceevent: Man page libtraceevent debug APIs
 2020-09-24  8:57 UTC 

[PATCH 1/2] tools lib traceevent: Man page for tep_add_plugin_path() API
 2020-09-24  8:57 UTC 

[PATCH v2 0/3] Initial trace-cmd support for ftrace uprobes
 2020-09-24  7:14 UTC  (4+ messages)
` [PATCH v2 1/3] trace-cmd: Internal refactoring of pid address map logic
` [PATCH v2 2/3] trace-cmd: New internal APIs for reading ELF header
` [PATCH v2 3/3] trace-cmd: [POC] Add support for uprobes

libtraceevent internal functions
 2020-09-23 15:24 UTC  (3+ messages)

[PATCH 1/2] trace-cmd: Change tracefs.h include path
 2020-09-18  7:16 UTC  (2+ messages)
` [PATCH 2/2] trace-cmd: Write saved cmdlines in the trace file at the end of the trace

[PATCH v2 0/3] Initial trace-cmd support for ftrace uprobes
 2020-09-17 13:42 UTC  (7+ messages)
` [PATCH v2 1/3] trace-cmd: Internal refactoring of pid address map logic
` [PATCH v2 2/3] trace-cmd: New internal APIs for reading ELF header
` [PATCH v2 3/3] trace-cmd: [POC] Add support for uprobes

tep_free_plugin_paths() function in libtraceevent
 2020-09-15 13:41 UTC  (5+ messages)

[PATCH] KernelShark: Add guest's stream ID to the combobox item
 2020-09-03 13:53 UTC  (2+ messages)

Guest TSC clock offset
 2020-09-02 12:36 UTC 

[PATCH] tools/lib/traceevent: Fix build warning on 32-bit arches
 2020-09-02 10:31 UTC 

libtracevent: Build warning on 32-bit arches
 2020-09-02  9:37 UTC  (2+ messages)

function_profile_enabled not showing Time info
 2020-08-12  9:46 UTC  (3+ messages)

[PATCH 0/4][WiP] trace-cmd: Add "perf" sub command
 2020-08-07 12:06 UTC  (5+ messages)
` [PATCH 1/4] trace-cmd: Internal refactoring of pid address map logic
` [PATCH 2/4] trace-cmd: New internal APIs for reading ELF header
` [PATCH 3/4] trace-cmd: Add a new option in trace.dat file for the address to function name mapping
` [PATCH 4/4] trace-cmd: Add new subcomand "trace-cmd perf"

[PATCH 5.7 033/120] libtraceevent: Fix build with binutils 2.35
 2020-08-03 12:18 UTC 

[PATCH 5.4 32/90] libtraceevent: Fix build with binutils 2.35
 2020-08-03 12:18 UTC 

Where is proper libtraceevent plugins tree?
 2020-08-03  0:25 UTC  (2+ messages)

[PATCH] tools lib traceevent: Fix memory leak in process_dynamic_array_len
 2020-07-31 12:04 UTC  (3+ messages)

[PATCH] libtraceevent: Fix build with binutils 2.35
 2020-07-30 10:02 UTC  (7+ messages)

[PATCH 0/5] Add support for opening trace.dat files with multuiple buffers
 2020-07-28 13:26 UTC  (9+ messages)
` [PATCH 1/5] KernelShark: Add stream name
` [PATCH 2/5] KernelShark: Fix compilation issues on Fedora 32
` [PATCH 3/5] KernelShark: Fix combo plot plugin crash in case of multiple streams
` [PATCH 4/5] KernelShark: Load trace.dat file with ftrace sub-buffers
` [PATCH 5/5] KernelShark: New libkshark API for loading all entries from given file

[PATCH 1/2] Makefile: Fix CUNIT_INSTALLED test to work with make 4.3 and dash
 2020-07-22 21:58 UTC  (3+ messages)
` [PATCH 2/2] Makefile: Fix build of utest on systems with --as-needed enabled

[PATCH 00/23 v3] tools lib traceevent: Synchronizing trace-cmd with tools
 2020-07-22  1:16 UTC  (14+ messages)
` [PATCH 02/23 v3] tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handling
` [PATCH 03/23 v3] tools lib traceevent: Add tep_load_plugins_hook() API
` [PATCH 05/23 v3] tools lib traceevent: Introduced new traceevent API, for adding new plugins directories
` [PATCH 08/23 v3] tools lib traceevent: Add plugin for tlb_flush
` [PATCH 09/23 v3] tools lib traceevent: Add more SVM exit reasons
` [PATCH 10/23 v3] tools lib traceevent: Add offset option for function plugin
` [PATCH 11/23 v3] tools lib traceevent: Add plugin for decoding syscalls/sys_enter_futex
` [PATCH 12/23 v3] tools lib traceevent: Move kernel_stack event handler to "function" plugin
` [PATCH 13/23 v3] tools lib traceevent: Add builtin handler for trace_marker_raw
` [PATCH 15/23 v3] tools lib traceevent: Fix reporting of unknown SVM exit reasons
` [PATCH 16/23 v3] tools lib traceevent: Document tep_load_plugins_hook()
` [PATCH 17/23 v3] tools lib traceevent: Handle strdup() error in parse_option_name()
` [PATCH 18/23 v3] tools lib traceevent: Fix typo in tep_plugin_add_option() description


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