linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-26 17:35:55 to 2019-04-12 13:38:33 UTC [more...]

[PATCH v5 00/30] Libtraceevent MAN pages
 2019-04-12 13:38 UTC  (21+ 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 v1 0/4] Add tracing for SDHCI register access
 2019-04-12  6:26 UTC  (7+ 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 1/3] Provide in-kernel headers to make extending kernel easier
 2019-04-11 16:30 UTC  (16+ messages)

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

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

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

[PATCH 0/4] Various modifications and fixes toward KS 1.0
 2019-04-09 17:02 UTC  (16+ messages)
` [PATCH 1/4] kernel-shark: Configuration information in ${HOME}/.cache/kernelshark
` [PATCH 2/4] kernel-shark: Set the configuration cache directory via env. variable
` [PATCH 3/4] kernel-shark: Load Last Session from command line
` [PATCH 4/4] kernel-shark: Configuration file directory to be created by the executable

[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  (9+ messages)
` [RFC v2 1/6] kernel-shark: Add new dataloading method to be used by the NumPu interface
` [RFC v2 2/6] kernel-shark: Prepare for building the NumPy interface
` [RFC v2 3/6] kernel-shark: Add the core components of the NumPy API
` [RFC v2 4/6] kernel-shark: Add Numpy Interface for processing of tracing data
` [RFC v2 5/6] kernel-shark: Add automatic building of the NumPy interface
` [RFC v2 6/6] kernel-shark: Add basic example demonstrating "

[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  (12+ messages)
` [PATCH 01/10] tools lib traceevent: Change description of few APIs
` [PATCH 02/10] tools lib traceevent: Implement new traceevent APIs for accessing struct tep_handler fields
` [PATCH 03/10] tools lib traceevent: Removed unneeded !! and return parenthesis
` [PATCH 04/10] tools lib traceevent: Remove tep filter trivial APIs
` [PATCH 05/10] tools lib traceevent: Remove call to exit() from tep_filter_add_filter_str()
` [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

[RFC 0/7] NumPy Interface for KernelShark
 2019-04-05 10:10 UTC  (14+ messages)
` [RFC 1/7] kernel-shark: kshark_string_config_alloc() must take no arguments
` [RFC 2/7] kernel-shark: Add new dataloading method to be used by the NumPu interface
` [RFC 3/7] kernel-shark: Prepare for building the NumPy interface
` [RFC 4/7] kernel-shark: Add the core components of the NumPy API
` [RFC 5/7] kernel-shark: Add Numpy Interface for processing of tracing data
` [RFC 6/7] kernel-shark: Add automatic building of the NumPy interface
` [RFC 7/7] kernel-shark: Add basic example demonstrating "

Test sending plain text from Outlook
 2019-04-04 14:35 UTC 

[RFC PATCH v9 00/11] Add VM kernel tracing over vsockets and FIFOs
 2019-04-03 13:25 UTC  (20+ messages)
` [RFC PATCH v9 01/11] trace-cmd: Make ports unsigned int
` [RFC PATCH v9 02/11] trace-cmd: Detect if vsockets are available
` [RFC PATCH v9 03/11] trace-cmd: Add tracecmd_create_recorder_virt function
` [RFC PATCH v9 04/11] trace-cmd: Add TRACE_REQ and TRACE_RESP messages
` [RFC PATCH v9 05/11] trace-cmd: Add buffer instance flags for tracing in guest and agent context
` [RFC PATCH v9 06/11] trace-cmd: Add VM kernel tracing over vsockets transport
` [RFC PATCH v9 07/11] trace-cmd: Use splice(2) for vsockets if available
` [RFC PATCH v9 08/11] trace-cmd: Add `trace-cmd setup-guest` command
` [RFC PATCH v9 09/11] trace-cmd: Try to autodetect number of guest CPUs in setup-guest if not specified
` [RFC PATCH v9 10/11] trace-cmd: Add setup-guest flag for attaching FIFOs to the guest VM config
` [RFC PATCH v9 11/11] trace-cmd: Add splice() recording from FIFO without additional pipe buffer

[RFC PATCH v8 00/11] Add VM kernel tracing over vsockets and FIFOs
 2019-04-02 13:44 UTC  (26+ messages)
` [RFC PATCH v8 01/11] trace-cmd: Make ports unsigned int
` [RFC PATCH v8 01/13] trace-cmd: Minor cleanup in tracecmd_start_recording()
` [RFC PATCH v8 02/11] trace-cmd: Detect if vsockets are available
` [RFC PATCH v8 02/13] trace-cmd: Minor cleanup in print_stat()
` [RFC PATCH v8 03/11] trace-cmd: Add tracecmd_create_recorder_virt function
` [RFC PATCH v8 03/13] trace-cmd: Detect if vsockets are available
` [RFC PATCH v8 04/11] trace-cmd: Add TRACE_REQ and TRACE_RESP messages
` [RFC PATCH v8 04/13] trace-cmd: Add tracecmd_create_recorder_virt function
` [RFC PATCH v8 05/13] trace-cmd: Add TRACE_REQ and TRACE_RESP messages
` [RFC PATCH v8 05/11] trace-cmd: Add buffer instance flags for tracing in guest and agent context
` [RFC PATCH v8 06/11] trace-cmd: Add VM kernel tracing over vsockets transport
` [RFC PATCH v8 06/13] trace-cmd: Add buffer instance flags for tracing in guest and agent context
` [RFC PATCH v8 07/13] trace-cmd: Add VM kernel tracing over vsockets transport
` [RFC PATCH v8 07/11] trace-cmd: Use splice(2) for vsockets if available
` [RFC PATCH v8 08/11] trace-cmd: Add `trace-cmd setup-guest` command
` [RFC PATCH v8 08/13] trace-cmd: Use splice(2) for vsockets if available
` [RFC PATCH v8 09/13] trace-cmd: Add `trace-cmd setup-guest` command
` [RFC PATCH v8 09/11] trace-cmd: Try to autodetect number of guest CPUs in setup-guest if not specified
` [RFC PATCH v8 10/11] trace-cmd: Add setup-guest flag for attaching FIFOs to the guest VM config
` [RFC PATCH v8 10/13] trace-cmd: Try to autodetect number of guest CPUs in setup-guest if not specified
` [RFC PATCH v8 11/13] trace-cmd: Add setup-guest flag for attaching FIFOs to the guest VM config
` [RFC PATCH v8 11/11] trace-cmd: Add splice() recording from FIFO without additional pipe buffer
` [RFC PATCH v8 12/13] "
` [RFC PATCH v8 13/13] trace-cmd: Add VM tracing over FIFOs transport

[PATCH v3 0/4] Cleanup traceevent API and make it more consistent
 2019-04-01 13:21 UTC  (5+ messages)
` [PATCH v3 1/4] tools/lib/traceevent: Rename input arguments of libtraceevent APIs from pevent to tep
` [PATCH v3 2/4] tools/perf,tools/lib/traceevent: Rename "pevent" member of struct tep_event to "tep"
` [PATCH v3 3/4] tools/perf,tools/lib/traceevent: Rename "pevent" member of struct tep_event_filter "
` [PATCH v3 4/4] tools/lib/traceevent: Rename input arguments and local variables of libtraceevent from pevent to tep

[PATCH v3] kernel-shark: remove hardcoded /usr/local install prefix
 2019-03-29 15:03 UTC 

[PATCH v2] tools/lib/traceevent: Remove hardcoded install paths from pkg-config file
 2019-03-29 14:45 UTC 

[PATCH] kernel-shark: install the application in "System" category
 2019-03-29 14:45 UTC  (3+ messages)
` [PATCH] kernel-shark: remove hardcoded /usr/local install prefix

[PATCH v2] kernel-shark: remove hardcoded /usr/local install prefix
 2019-03-29 14:44 UTC 

[PATCH v2 0/5] Cleanup traceevent API and make it more consistent
 2019-03-27 15:06 UTC  (8+ messages)
` [PATCH v2 1/5] tools/perf,tools/lib/traceevent: Make traceevent APIs "
` [PATCH v2 2/5] tools/lib/traceevent: Rename input arguments of libtraceevent APIs from pevent to tep
` [PATCH v2 3/5] tools/perf,tools/lib/traceevent: Rename "pevent" member of struct tep_event to "tep"
` [PATCH v2 4/5] tools/perf,tools/lib/traceevent: Rename "pevent" member of struct tep_event_filter "
` [PATCH v2 5/5] tools/lib/traceevent: Rename input arguments and local variables of libtraceevent from pevent to tep

[PATCH v2 0/3] Tuning the KernelShark build system
 2019-03-27 13:07 UTC  (10+ messages)
` [PATCH v2 1/3] kernel-shark: Reorder the priority when searching for trace-cmd libs
` [PATCH v2 2/3] kernel-shark: Configuration information in ${HOME}/.cache/kernelshark

[PATCH 0/8] Cleanup traceevent API and make it more consistent
 2019-03-26 20:02 UTC  (12+ messages)
` [PATCH 1/8] tools/perf,tools/lib/traceevent: Make traceevent APIs "
` [PATCH 2/8] tools/lib/traceevent: Add counter to track parsing failures
` [PATCH 3/8] tools/lib/traceevent: Remove tep filter trivial APIs
` [PATCH 4/8] tools/lib/traceevent: rename input arguments of libtraceevent APIs from pevent to tep
` [PATCH 8/8] tools/lib/traceevent: remove call to exit() from tep_filter_add_filter_str()

[PATCH v10 0/9] trace-cmd: Timetamps sync between host and guest machines, relying on vsock events
 2019-03-26 17:35 UTC  (3+ messages)
` [PATCH v10 8/9] trace-cmd: Implemented new option in trace.dat file: TRACECMD_OPTION_TIME_SHIFT


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