linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-10 20:01:33 to 2019-06-18 14:45:19 UTC [more...]

[PATCH v12 00/13] Add VM kernel tracing over vsockets and FIFOs
 2019-06-18 14:44 UTC  (14+ messages)
` [PATCH v12 01/13] trace-cmd: Make ports unsigned int
` [PATCH v12 02/13] trace-cmd: Detect if vsockets are available
` [PATCH v12 03/13] trace-cmd: Add tracecmd_create_recorder_virt() function
` [PATCH v12 04/13] trace-cmd: Add VM tracing protocol messages
` [PATCH v12 05/13] trace-cmd: Add buffer instance flags for tracing in guest and agent context
` [PATCH v12 06/13] trace-cmd: Add VM kernel tracing over vsockets transport
` [PATCH v12 07/13] trace-cmd: Use splice(2) for vsockets if available
` [PATCH v12 08/13] trace-cmd: Switch stop recording signal to SIGUSR1
` [PATCH v12 09/13] trace-cmd: Add `trace-cmd setup-guest` command
` [PATCH v12 10/13] trace-cmd: Try to autodetect number of guest CPUs in setup-guest if not specified
` [PATCH v12 11/13] trace-cmd: Add setup-guest flag for attaching FIFOs to the guest VM config
` [PATCH v12 12/13] trace-cmd: Add splice() recording from FIFO without additional pipe buffer
` [PATCH v12 13/13] trace-cmd: Add support for tracing VMware Workstation VMs by name

[PATCH v11 00/13] Add VM kernel tracing over vsockets and FIFOs
 2019-06-18 14:39 UTC  (14+ messages)
` [PATCH v11 01/13] trace-cmd: Make ports unsigned int
` [PATCH v11 02/13] trace-cmd: Detect if vsockets are available
` [PATCH v11 03/13] trace-cmd: Add tracecmd_create_recorder_virt() function
` [PATCH v11 04/13] trace-cmd: Add VM tracing protocol messages
` [PATCH v11 05/13] trace-cmd: Add buffer instance flags for tracing in guest and agent context
` [PATCH v11 06/13] trace-cmd: Add VM kernel tracing over vsockets transport
` [PATCH v11 07/13] trace-cmd: Use splice(2) for vsockets if available
` [PATCH v11 08/13] trace-cmd: Switch stop recording signal to SIGUSR1
` [PATCH v11 09/13] trace-cmd: Add `trace-cmd setup-guest` command
` [PATCH v11 10/13] trace-cmd: Try to autodetect number of guest CPUs in setup-guest if not specified
` [PATCH v11 11/13] trace-cmd: Add setup-guest flag for attaching FIFOs to the guest VM config
` [PATCH v11 12/13] trace-cmd: Add splice() recording from FIFO without additional pipe buffer
` [PATCH v11 13/13] trace-cmd: Add support for tracing VMware Workstation VMs by name

[PATCH v2] trace-cmd: Save the tracee memory map into the trace.dat file
 2019-06-18 14:32 UTC 

[PATCH 0/2] kernel-shark: Make some top level "make" changes
 2019-06-18 12:58 UTC  (5+ messages)
` [PATCH 1/2] kernel-shark: Have "make clean" run cmake-clean.sh
` [PATCH 2/2] kernel-shark: Add make BUILD_TYPE=X gui to change how the gui is made

[PATCH 0/2] Save tracee memory map into trace.dat file
 2019-06-17 14:12 UTC  (8+ messages)
` [PATCH 1/2] trace-cmd: Implemented new API tracecmd_add_option_v()
` [PATCH 2/2] trace-cmd: Save the tracee memory map into the trace.dat file

[PATCH v2 0/3] Fixes needed befor KS 1.0
 2019-06-15 10:26 UTC  (5+ messages)
` [PATCH v2 1/3] kernel-shark: Fix a bug when plotting the last trace record
` [PATCH v2 2/3] kernel-shark: Always use 64 bit variables for timestamps
` [PATCH v2 3/3] kernel-shark: Fix all warnings when building on 32 bit systems

[PATCH v2 0/3] KernelShark build fixes for v1.0
 2019-06-14 13:26 UTC  (4+ messages)
` [PATCH v2 1/3] kernel-shark: Remove the "-g" compiler flag
` [PATCH v2 2/3] kernel-shark: Avoid TRACECMD_BIN_DIR being set to the build path
` [PATCH v2 3/3] kernel-shark: Define a CMAKE_BUILD_TYPE "Package"

[PATCH] Fix compiler error in KsSession.cpp on Raspberry Pi 3
 2019-06-14  4:40 UTC  (9+ messages)

[ANNOUNCE] trace-cmd v2.8
 2019-06-13 23:01 UTC  (2+ messages)

[PATCH 0/3] Changes in few libtraceevent APIs
 2019-06-13 10:15 UTC  (4+ messages)
` [PATCH 1/3] tools/lib/traceevent, tools/perf: Changes in tep_print_event_* APIs
` [PATCH 2/3] tools/lib/traceevent: Remove tep_register_trace_clock()
` [PATCH 3/3] tools/lib/traceevent: Change user's plugin directory

[PATCH v6 1/2] tools/lib/traceevent: Man pages for libtraceevent event print related API
 2019-06-13 10:18 UTC  (2+ messages)
` [PATCH v6 2/2] tools/lib/traceevent: Man pages for tep plugins APIs

[PATCH v6 1/2] tools/lib/traceevent: Man pages for libtraceevent event print related API
 2019-06-13 13:26 UTC  (2+ messages)
` [PATCH v6 2/2] tools/lib/traceevent: Man pages for tep plugins APIs

[PATCH 0/3] trace-cmd: Fix some bugs that include issues with --max-graph-depth
 2019-06-13 14:56 UTC  (9+ messages)
` [PATCH 1/3] trace-cmd: Fix typo in Makefile bidr to bdir
` [PATCH 2/3] trace-cmd: Have --max-graph-depth only be part of instance
` [PATCH 3/3] trace-cmd: Check the return of get_file_content() before calling add_reset_file()

[PATCH 1/2] kernel-shark: Fix a bug in ksmodel_set_next_bin_edge() part II
 2019-06-12 14:48 UTC  (5+ messages)
` [PATCH 2/2] kernel-shark: Fix a bug in ksmodel_set_next_bin_edge() part III

[PATCH] trace-cmd: Make the version defines part of tc-version.h
 2019-06-12 14:28 UTC  (2+ messages)

[PATCH 0/2] KernelShark build fixes for v1.0
 2019-06-12 13:34 UTC  (4+ messages)
` [PATCH 1/2] kernel-shark: Avoid TRACECMD_BIN_DIR being set to the build path
` [PATCH 2/2] kernel-shark: Avoid debug build when CMAKE_BUILD_TYPE=Release

[PATCH] trace-cmd: Append metadata about trace-cmd's version when recording
 2019-06-11 12:40 UTC  (5+ messages)
    ` [PATCH] trace-cmd: Add trace-cmd report --version to extract version info

[PATCH] Fix the description of check-events
 2019-06-07 18:36 UTC 

[PATCH 0/3] New Logos and Icons for KernelShark
 2019-06-07  9:50 UTC  (4+ messages)
` [PATCH 1/3] kernel-shark: Add logo and icon files
` [PATCH 2/3] kernel-shark: Start using the new logo and icon
` [PATCH 3/3] kernel-shark: Delete the old test icon

[PATCH v2 1/2] trace-cmd: Fix crash when trace-cmd is executed with args "profile -F sleep 1"
 2019-06-07  6:48 UTC  (3+ messages)
` [PATCH v2 2/2] trace-cmd: Fix a possible race condition and deadlock in trace-cmd

[PATCH 0/2] To be included in KS 1.0
 2019-06-05 13:14 UTC  (4+ messages)
` [PATCH 1/2] kernel-shark: Add new dataloading method to be used by the NumPu interface
` [PATCH 2/2] kernel-shark: Use full paths for non-standard library headers

[PATCH v3] trace-cmd: Fix crash when trace-cmd is executed with args "profile -F sleep 1"
 2019-06-05 11:50 UTC 

[ANNOUNCE] Last chance to vote for a logo for KernelShark
 2019-06-04 11:36 UTC 

[PATCH 0/5] Nodifications needed by the NumPy interface
 2019-05-30 14:25 UTC  (8+ messages)
` [PATCH 1/5] kernel-shark: Add new dataloading method to be used by the NumPu interface
` [PATCH 2/5] kernel-shark: Use full paths for non-standard library headers
` [PATCH 3/5] kernel-shark: Use the shared versions of the trace-cmd libraries
` [PATCH 4/5] trace-cmd: Install public interface headers
` [PATCH 5/5] kernel-shark: "

[PATCH 0/2] Modifications needed by the NumPy interface
 2019-05-30 13:15 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd: Install public interface headers
` [PATCH 2/2] kernel-shark: "

[PATCH 0/3] Fixes toward KS 1.0
 2019-05-23 15:09 UTC  (4+ messages)
` [PATCH 1/3] kernel-shark: Add Doxygen documentation for KsGLWidget::update()
` [PATCH 2/3] kernel-shark: Handle properly the negative error codes when loading data
` [PATCH 3/3] kernel-shark: Correct memory management when data loading fails

KernelShark logo proposals
 2019-05-21 22:23 UTC  (2+ messages)

[PATCH 0/6] Various modifications and fixes toward KS 1.0
 2019-05-21 13:59 UTC  (9+ messages)
` [PATCH 1/6] kernel-shark: Remove hard-coded install paths
` [PATCH 2/6] kernel-shark: Use XDG compliant path when saving cached data
` [PATCH 3/6] kernel-shark: Enforce update of the OpenGL widget when loading new session
` [PATCH 4/6] kernel-shark: Add "Report bug" button to "Help"
` [PATCH 5/6] kernel-shark: Improve the appearance on high screen resolution
` [PATCH 6/6] kernel-shark: Handle the case when the marker points to a filtered entry

[PATCH 21/73] tools lib traceevent: Introduce man pages
 2019-05-17 19:35 UTC  (26+ messages)
` [PATCH 22/73] tools lib traceevent: Add support for man pages with multiple names
` [PATCH 23/73] tools lib traceevent: Man pages for tep_handler related APIs
` [PATCH 24/73] tools lib traceevent: Man page for header_page APIs
` [PATCH 25/73] tools lib traceevent: Man page for get/set cpus APIs
` [PATCH 26/73] tools lib traceevent: Man page for file endian APIs
` [PATCH 27/73] tools lib traceevent: Man page for host "
` [PATCH 28/73] tools lib traceevent: Man page for page size APIs
` [PATCH 29/73] tools lib traceevent: Man page for tep_strerror()
` [PATCH 30/73] tools lib traceevent: Man pages for event handler APIs
` [PATCH 31/73] tools lib traceevent: Man pages for function related libtraceevent APIs
` [PATCH 32/73] tools lib traceevent: Man pages for registering print function
` [PATCH 33/73] tools lib traceevent: Man page for tep_read_number()
` [PATCH 34/73] tools lib traceevent: Man pages for event find APIs
` [PATCH 35/73] tools lib traceevent: Man page for list events APIs
` [PATCH 36/73] tools lib traceevent: Man pages for libtraceevent event get APIs
` [PATCH 37/73] tools lib traceevent: Man pages for find field APIs
` [PATCH 38/73] tools lib traceevent: Man pages for get field value APIs
` [PATCH 39/73] tools lib traceevent: Man pages for print field APIs
` [PATCH 40/73] tools lib traceevent: Man page for tep_read_number_field()
` [PATCH 41/73] tools lib traceevent: Man pages for event fields APIs
` [PATCH 42/73] tools lib traceevent: Man pages for event filter APIs
` [PATCH 43/73] tools lib traceevent: Man pages for parse event APIs
` [PATCH 44/73] tools lib traceevent: Man page for tep_parse_header_page()
` [PATCH 45/73] tools lib traceevent: Man pages for APIs used to extract common fields from a record
` [PATCH 46/73] tools lib traceevent: Man pages for trace sequences APIs

[PATCH v4 0/2] kheaders fixes for -rc
 2019-05-15 21:35 UTC  (3+ messages)
` [PATCH v4 1/2] kheaders: Move from proc to sysfs
` [PATCH v4 2/2] kheaders: Do not regenerate archive if config is not changed

[PATCH 00/27] tools/lib/traceevent: Add man pages for most libtraceevent functions
 2019-05-14 15:49 UTC  (29+ messages)
` [PATCH 01/27] tools lib traceevent: Remove hard coded install paths from pkg-config file
` [PATCH 02/27] tools/lib/traceevent: Implement libtraceevent man pages
` [PATCH 04/27] tools/lib/traceevent: libtraceevent man pages for tep_handler related APIs
` [PATCH 05/27] tools/lib/traceevent: Man page for header_page APIs
` [PATCH 06/27] tools/lib/traceevent: Man page for get/set cpus APIs
` [PATCH 07/27] tools/lib/traceevent: Man page for file endian APIs
` [PATCH 09/27] tools/lib/traceevent: Man page for page size APIs
` [PATCH 10/27] tools/lib/traceevent: Man page for tep_strerror()
` [PATCH 11/27] tools/lib/traceevent: Man pages for event handler APIs
` [PATCH 12/27] tools/lib/traceevent: Man pages for function related libtraceevent APIs
` [PATCH 13/27] tools/lib/traceevent: Man pages for registering print function
` [PATCH 14/27] tools/lib/traceevent: Man page for tep_read_number()
` [PATCH 15/27] tools/lib/traceevent: Man pages for event find APIs
` [PATCH 16/27] tools/lib/traceevent: Man page for list events APIs
` [PATCH 17/27] tools/lib/traceevent: Man pages for libtraceevent event get APIs
` [PATCH 18/27] tools/lib/traceevent: Man pages find field APIs
` [PATCH 19/27] tools/lib/traceevent: Man pages get field value APIs
` [PATCH 20/27] tools/lib/traceevent: Man pages for print field APIs
` [PATCH 21/27] tools/lib/traceevent: Man page for tep_read_number_field()
` [PATCH 22/27] tools/lib/traceevent: Man pages for event fields APIs
` [PATCH 23/27] tools/lib/traceevent: Man pages for event filter APIs
` [PATCH 24/27] tools/lib/traceevent: Man pages for parse event APIs
` [PATCH 25/27] tools/lib/traceevent: Man page for tep_parse_header_page()
` [PATCH 26/27] tools/lib/traceevent: Man pages for APIs, used to extract common fields from a record

[PATCH 0/3] kheaders fixes for -rc
 2019-05-11 16:17 UTC  (7+ messages)
` [PATCH 1/3] kheaders: Move from proc to sysfs
` [PATCH 2/3] kheaders: Do not regenerate archive if config is not changed
` [PATCH 3/3] kheaders: Make it depend on sysfs


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