linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-30 22:08:46 to 2019-05-30 14:25:57 UTC [more...]

[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/2] To be included in KS 1.0
 2019-05-30 13:13 UTC  (3+ 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 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  (32+ 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 03/27] tools/lib/traceevent: Add support for man pages with multiple names
` [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 08/27] tools/lib/traceevent: Man page for host "
` [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 27/27] tools/lib/traceevent: Man pages for trace sequences APIs

[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

[PATCH v6 00/26] Libtraceevent MAN pages
 2019-05-10 18:29 UTC  (30+ messages)
` [PATCH v6 01/26] tools/lib/traceevent: Implement libtraceevent man pages
` [PATCH v6 02/26] tools/lib/traceevent: Add support for man pages with multiple names
` [PATCH v6 03/26] tools/lib/traceevent: libtraceevent man pages for tep_handler related APIs
` [PATCH v6 04/26] tools/lib/traceevent: Man page for header_page APIs
` [PATCH v6 05/26] tools/lib/traceevent: Man page for get/set cpus APIs
` [PATCH v6 06/26] tools/lib/traceevent: Man page for file endian APIs
` [PATCH v6 07/26] tools/lib/traceevent: Man page for host "
` [PATCH v6 08/26] tools/lib/traceevent: Man page for page size APIs
` [PATCH v6 09/26] tools/lib/traceevent: Man page for tep_strerror()
` [PATCH v6 10/26] tools/lib/traceevent: Man pages for event handler APIs
` [PATCH v6 11/26] tools/lib/traceevent: Man pages for function related libtraceevent APIs
` [PATCH v6 12/26] tools/lib/traceevent: Man pages for registering print function
` [PATCH v6 13/26] tools/lib/traceevent: Man page for tep_read_number()
` [PATCH v6 14/26] tools/lib/traceevent: Man pages for event find APIs
` [PATCH v6 15/26] tools/lib/traceevent: Man page for list events APIs
` [PATCH v6 16/26] tools/lib/traceevent: Man pages for libtraceevent event get APIs
` [PATCH v6 17/26] tools/lib/traceevent: Man pages find field APIs
` [PATCH v6 18/26] tools/lib/traceevent: Man pages get field value APIs
` [PATCH v6 19/26] tools/lib/traceevent: Man pages for print field APIs
` [PATCH v6 20/26] tools/lib/traceevent: Man page for tep_read_number_field()
` [PATCH v6 21/26] tools/lib/traceevent: Man pages for event fields APIs
` [PATCH v6 22/26] tools/lib/traceevent: Man pages for event filter APIs
` [PATCH v6 23/26] tools/lib/traceevent: Man pages for parse event APIs
` [PATCH v6 24/26] tools/lib/traceevent: Man page for tep_parse_header_page()
` [PATCH v6 25/26] tools/lib/traceevent: Man pages for APIs, used to extract common fields from a record
` [PATCH v6 26/26] tools/lib/traceevent: Man pages for trace sequences APIs

[PATCH v3] kheaders: Move from proc to sysfs
 2019-05-09 22:47 UTC  (3+ messages)

[PATCH v2] Documentation/trace: Add clarification how histogram onmatch works
 2019-05-08 16:22 UTC  (5+ messages)

[PATCH] Compile kernel-shark with -fPIC option
 2019-05-08  8:51 UTC  (3+ messages)

[PATCH v2] kheaders: Move from proc to sysfs
 2019-05-07 17:17 UTC  (11+ messages)

[PATCH v3 3/8] kernel-shark: Add logic for the plugins search path
 2019-05-04 13:07 UTC 

[PATCH v2 0/8] Modifications needed for KS 1.0
 2019-05-04 11:31 UTC  (13+ messages)
` [PATCH v2 1/8] kernel-shark: Add INSTALL PREFIX to the Cmake-generated header file
` [PATCH v2 2/8] kernel-shark: Add logic for the initial path of Open-File dialogs
` [PATCH v2 3/8] kernel-shark: Add logic for the plugins search path
` [PATCH v2 4/8] kernel-shark: Remove the definition of KS_DIR
` [PATCH v2 5/8] kernel-shark: Remember the paths used by the Open-File dialogs
` [PATCH v2 6/8] kernel-shark: Add logic for selecting the trace-cmd executable used
` [PATCH v2 7/8] kernel-shark: Remove hard-coded install paths for libraries and plugins
` [PATCH v2 8/8] kernel-shark: Use XDG compliant path when saving cached data

[PATCH] kheaders: Move from proc to sysfs
 2019-05-04  8:11 UTC  (6+ messages)

[PATCH] trace-cmd: python: Apply 2to3 print transformation to python files
 2019-05-03 16:25 UTC  (2+ messages)

[PATCH] trace-cmd-listen: Fix resource leak of msg_handle
 2019-05-03 16:17 UTC  (2+ messages)

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

[PATCH v7 resend 1/2] Provide in-kernel headers to make extending kernel easier
 2019-05-03 15:08 UTC  (10+ messages)

[PATCH] Documentation/trace: Add clarification how histogram onmatch works
 2019-05-03 14:56 UTC  (2+ messages)

[PATCH 1/2] kernel-shark: Enforce update of the OpenGL widget when loading new session
 2019-05-03  8:25 UTC  (3+ messages)
` [PATCH 2/2] kernel-shark: Add "Report bug" button to "Help"

[PATCH v5 00/30] Libtraceevent MAN pages
 2019-05-02 15:36 UTC  (23+ messages)
` [PATCH v5 15/30] tools/lib/traceevent: Man pages for event find APIs
` [PATCH v5 16/30] tools/lib/traceevent: Man page for list events APIs
` [PATCH v5 17/30] tools/lib/traceevent: Man pages for libtraceevent event print related APIs
` [PATCH v5 20/30] tools/lib/traceevent: Man pages get field value APIs
` [PATCH v5 21/30] tools/lib/traceevent: Man pages for print field APIs
` [PATCH v5 22/30] tools/lib/traceevent: Man page for tep_read_number_field()
` [PATCH v5 24/30] tools/lib/traceevent: Man pages for event filter APIs
` [PATCH v5 27/30] tools/lib/traceevent: Man pages for tep plugins APIs
` [PATCH v5 28/30] tools/lib/traceevent: Man pages for "latency format" APIs
` [PATCH v5 29/30] tools/lib/traceevent: Man pages for APIs, used to extract common fields from a record

For logos, I guess I could throw this into the mix
 2019-05-02 13:52 UTC 

kernel-shark: logo: Penguin riding a shark
 2019-05-02 13:48 UTC  (3+ messages)

[PATCH 0/5] Modifications needed for KS 1.0
 2019-05-02  8:42 UTC  (2+ 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).