linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-05 14:03:44 to 2019-04-17 13:44:23 UTC [more...]

[PATCH v3 0/2] Optimize pid filters and add --no-filter option
 2019-04-17 13:44 UTC  (10+ messages)
` [PATCH v3 1/2] trace-cmd: Optimize how pid filters are expressed
` [PATCH v3 2/2] trace-cmd: Add --no-filter option to not filter recording processes

[PATCH 1/2] trace-cmd: remove parsing_failures APIs from libtraceevent
 2019-04-17 13:19 UTC  (5+ messages)
` [PATCH 2/2] trace-cmd: exit the application if runs in "filter test" mode

[PATCH v4 0/2] Optimize pid filters
 2019-04-17 13:09 UTC  (3+ messages)
` [PATCH v4 1/2] trace-cmd: Optimize how pid filters are expressed
` [PATCH v4 2/2] trace-cmd: Document record --no-filter option in record's man page

[PATCH v6] platform/chrome: cros_ec: Add trace event to trace EC commands
 2019-04-16 21:03 UTC 

[PATCH v2 0/4] Add trace events for SD registers
 2019-04-16 18:32 UTC  (5+ messages)
` [PATCH v2 1/4] mmc: core: Add trace event for SD SCR response
` [PATCH v2 2/4] mmc: core: Add trace event for SD SSR response
` [PATCH v2 3/4] mmc: core: Add trace event for SD OCR response
` [PATCH v2 4/4] mmc: core: Add trace event for CSD response

[PATCH v5 1/3] Provide in-kernel headers to make extending kernel easier
 2019-04-16 17:30 UTC  (38+ messages)

Tracing Summit 2019: Announcement and Call for Proposals, August 20th, 2019, San Diego, CA
 2019-04-16 15:54 UTC 

[PATCH v1 1/4] mmc: core: Add trace event for SD SCR response
 2019-04-16 12:36 UTC  (7+ messages)
` [PATCH v1 2/4] mmc: core: Add trace event for SD SSR response
` [PATCH v1 3/4] mmc: core: Add trace event for SD OCR response
` [PATCH v1 4/4] mmc: core: Add trace event for CSD response

[PATCH v5] chrome/platform: cros_ec_proto: Add trace event to trace EC commands
 2019-04-16 11:33 UTC  (3+ messages)

[PATCH v2 0/2] Optimize pid filters and add --no-filter option
 2019-04-15 22:55 UTC  (5+ messages)
` [PATCH v2 1/2] trace-cmd: Optimize how pid filters are expressed
` [PATCH v2 2/2] trace-cmd: Add --no-filter option to not filter recording processes

[PATCH 0/4] Various modifications and fixes toward KS 1.0
 2019-04-15 20:04 UTC  (19+ messages)
` [PATCH 1/4] kernel-shark: Configuration information in ${HOME}/.cache/kernelshark
` [PATCH 4/4] kernel-shark: Configuration file directory to be created by the executable

[PATCH 0/2] Optimize pid filters and add --no-filter option
 2019-04-15 15:20 UTC  (5+ messages)
` [PATCH 1/2] trace-cmd: Optimize how pid filters are expressed
` [PATCH 2/2] trace-cmd: Add --no-filter option to not filter recording processes

[PATCH v2] chrome/platform: cros_ec_proto:: Add trace event to trace EC commands
 2019-04-15 13:24 UTC  (5+ messages)

[PATCH v6 1/2] Provide in-kernel headers to make extending kernel easier
 2019-04-13  3:18 UTC  (12+ messages)
` [PATCH v6 2/2] init/config: Do not select BUILD_BIN2C for IKCONFIG

[PATCH v7 1/2] Provide in-kernel headers to make extending kernel easier
 2019-04-13  1:30 UTC  (3+ messages)
` [PATCH v7 2/2] init/config: Do not select BUILD_BIN2C for IKCONFIG

trace-cmd fails with many cpus
 2019-04-12 23:01 UTC  (8+ messages)
  ` [PATCH]

[PATCH v4] chrome/platform: cros_ec_proto: Add trace event to trace EC commands
 2019-04-12 21:17 UTC 

[PATCH v3] chrome/platform: cros_ec_proto: Add trace event to trace EC commands
 2019-04-12 19:51 UTC 

[PATCH v1 0/4] Add tracing for SDHCI register access
 2019-04-12 15:42 UTC  (10+ messages)
` [PATCH v1 1/4] trace_events: Add trace_print_register to print register fields
` [PATCH v1 2/4] mmc/sdhci: Rename sdhci.c to sdhci-core.c
` [PATCH v1 3/4] mmc/host/sdhci: Add register read and write trace events
` [PATCH v1 4/4] mmc/host/sdhci: Make sdhci_read/sdhci_write call trace functions

[PATCH v5 00/30] Libtraceevent MAN pages
 2019-04-12 13:38 UTC  (31+ messages)
` [PATCH v5 01/30] tools/lib/traceevent: Implement libtraceevent man pages
` [PATCH v5 02/30] tools/lib/traceevent: Add support for man pages with multiple names
` [PATCH v5 03/30] tools/lib/traceevent: libtraceevent man pages for tep_handler related APIs
` [PATCH v5 04/30] tools/lib/traceevent: Man page for header_page APIs
` [PATCH v5 05/30] tools/lib/traceevent: Man page for get/set cpus APIs
` [PATCH v5 06/30] tools/lib/traceevent: Man page for file endian APIs
` [PATCH v5 07/30] tools/lib/traceevent: Man page for host "
` [PATCH v5 08/30] tools/lib/traceevent: Man page for page size APIs
` [PATCH v5 09/30] tools/lib/traceevent: Man page for tep_strerror()
` [PATCH v5 10/30] tools/lib/traceevent: Man page for tep_register_trace_clock()
` [PATCH v5 11/30] tools/lib/traceevent: Man pages for event handler APIs
` [PATCH v5 12/30] tools/lib/traceevent: Man pages for function related libtraceevent APIs
` [PATCH v5 13/30] tools/lib/traceevent: Man pages for registering print function
` [PATCH v5 14/30] tools/lib/traceevent: Man page for tep_read_number()
` [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 18/30] tools/lib/traceevent: Man pages for libtraceevent event get APIs
` [PATCH v5 19/30] tools/lib/traceevent: Man pages find field 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 23/30] tools/lib/traceevent: Man pages for event fields APIs
` [PATCH v5 24/30] tools/lib/traceevent: Man pages for event filter APIs
` [PATCH v5 25/30] tools/lib/traceevent: Man pages for parse event APIs
` [PATCH v5 26/30] tools/lib/traceevent: Man page for tep_parse_header_page()
` [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
` [PATCH v5 30/30] tools/lib/traceevent: Man pages for trace sequences APIs

KernelShark logo proposals
 2019-04-10 10:49 UTC 

KernelShark logo proposal
 2019-04-10 10:45 UTC 

[PATCH] tools lib traceevent: Fix missing equality check for strcmp
 2019-04-09 14:54 UTC  (2+ messages)

[RFC v2 0/6] NumPy Interface for KernelShark
 2019-04-09 12:01 UTC  (4+ messages)
` [RFC v2 1/6] kernel-shark: Add new dataloading method to be used by the NumPu interface

[PATCH v3 0/5] Backport of traceevent APIs cleanup changes from kernel tree to trace-cmd
 2019-04-09  7:50 UTC  (6+ messages)
` [PATCH v3 1/5] tools tools, tools lib traceevent: Make traceevent APIs more consistent
` [PATCH v3 2/5] tools lib traceevent: Rename input arguments of libtraceevent APIs from pevent to tep
` [PATCH v3 3/5] perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event to "tep"
` [PATCH v3 4/5] perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event_filter "
` [PATCH v3 5/5] tools lib traceevent: Rename input arguments and local variables of libtraceevent from pevent to tep

[PATCH v2 00/10] Backport of traceevent APIs cleanup changes from kernel tree to trace-cmd
 2019-04-08 16:39 UTC  (12+ messages)
` [PATCH v2 01/10] tools lib traceevent: Change description of few APIs
` [PATCH v2 02/10] tools lib traceevent: Implement new traceevent APIs for accessing struct tep_handler fields
` [PATCH v2 03/10] tools lib traceevent: Removed unneeded !! and return parenthesis
` [PATCH v2 04/10] tools lib traceevent: Remove tep filter trivial APIs
` [PATCH v2 05/10] tools lib traceevent: Remove call to exit() from tep_filter_add_filter_str()
` [PATCH v2 06/10] tools tools, tools lib traceevent: Make traceevent APIs more consistent
` [PATCH v2 07/10] tools lib traceevent: Rename input arguments of libtraceevent APIs from pevent to tep
` [PATCH v2 08/10] perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event to "tep"
` [PATCH v2 09/10] perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event_filter "
` [PATCH v2 10/10] tools lib traceevent: Rename input arguments and local variables of libtraceevent from pevent to tep

Test sending logo file
 2019-04-08 14:22 UTC 

[PATCH 00/10] Backport of traceevent APIs cleanup changes from kernel tree to trace-cmd
 2019-04-05 14:31 UTC  (8+ messages)
` [PATCH 03/10] tools lib traceevent: Removed unneeded !! and return parenthesis
` [PATCH 06/10] tools tools, tools lib traceevent: Make traceevent APIs more consistent
` [PATCH 07/10] tools lib traceevent: Rename input arguments of libtraceevent APIs from pevent to tep
` [PATCH 08/10] perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event to "tep"
` [PATCH 09/10] perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event_filter "
` [PATCH 10/10] tools lib traceevent: Rename input arguments and local variables of libtraceevent from pevent to tep


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