linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-22 12:31:04 to 2019-04-08 16:54:07 UTC [more...]

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

[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

[PATCH 0/4] Various modifications and fixes toward KS 1.0
 2019-04-08 15:13 UTC  (8+ 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

[RFC v2 0/6] NumPy Interface for KernelShark
 2019-04-08 15:07 UTC  (8+ 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 "

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  (11+ 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  (15+ 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 5/8] tools/perf,tools/lib/traceevent: rename "pevent" member of struct tep_event to "tep"
` [PATCH 6/8] tools/perf,tools/lib/traceevent: rename "pevent" member of struct tep_event_filter "
` [PATCH 7/8] tools/lib/traceevent: rename input arguments and local variables of libtraceevent 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  (13+ messages)
` [PATCH v10 1/9] trace-cmd: Implemented new lib API: tracecmd_local_events_system()
` [PATCH v10 2/9] trace-cmd: Added support for negative time offsets in trace.dat file
` [PATCH v10 3/9] trace-cmd: Fix tracecmd_read_page_record() to read more than one event
` [PATCH v10 4/9] trace-cmd: Added implementation of htonll() and ntohll()
` [PATCH v10 5/9] trace-cmd: Refactored few functions in trace-record.c
` [PATCH v10 6/9] trace-cmd: Find and store pids of tasks, which run virtual CPUs of given VM
` [PATCH v10 7/9] trace-cmd: Implemented new API tracecmd_add_option_v()
` [PATCH v10 8/9] trace-cmd: Implemented new option in trace.dat file: TRACECMD_OPTION_TIME_SHIFT
` [PATCH v10 9/9] trace-cmd [POC]: Implemented timestamps synch algorithm, using vsock events

[PATCH v9 0/9] trace-cmd: Timetamps sync between host and guest machines, relying on vsock events
 2019-03-26 14:27 UTC  (11+ messages)
` [PATCH v9 1/9] trace-cmd: Implemented new lib API: tracecmd_local_events_system()
` [PATCH v9 2/9] trace-cmd: Added support for negative time offsets in trace.dat file
` [PATCH v9 3/9] trace-cmd: Fix tracecmd_read_page_record() to read more than one event
` [PATCH v9 4/9] trace-cmd: Added implementation of htonll() and ntohll()
` [PATCH v9 5/9] trace-cmd: Refactored few functions in trace-record.c
` [PATCH v9 6/9] trace-cmd: Find and store pids of tasks, which run virtual CPUs of given VM
` [PATCH v9 7/9] trace-cmd: Implemented new API tracecmd_add_option_v()
` [PATCH v9 8/9] trace-cmd: Implemented new option in trace.dat file: TRACECMD_OPTION_TIME_SHIFT
` [PATCH v9 9/9] trace-cmd [POC]: Implemented timestamps synch algorithm, using vsock events

[PATCH v3] kernel-shark: Fix a bug in KsPluginManager
 2019-03-26 13:39 UTC 

[PATCH v2 0/4] Various minor modifications and fixes toward KS 1.0
 2019-03-26 13:37 UTC  (9+ messages)
` [PATCH v2 4/4] kernel-shark: Fix a bug in KsPluginManager

[PATCH v3 0/3] Few patches, related to libtracevent APIs
 2019-03-26 13:35 UTC  (7+ messages)
` [PATCH v3 1/3] tools/lib/traceevent: Change description of few APIs
` [PATCH v3 2/3] tools/lib/traceevent: Coding style fixes
` [PATCH v3 3/3] tools/lib/traceevent: Implement new traceevent APIs for accessing struct tep_handler fields

[PATCH] trace-cmd: Change tracecmd_msg's buf member type to char *
 2019-03-22 16:26 UTC 

[PATCH] trace-cmd: Change tracecmd_msg's buf member type to char *
 2019-03-22 16:14 UTC  (4+ messages)

[PATCH v2 0/3] Few patches, related to libtracevent APIs
 2019-03-22 15:38 UTC  (8+ messages)
` [PATCH v2 1/3] tools/lib/traceevent: Change description of few APIs
` [PATCH v2 2/3] tools/lib/traceevent: Coding style fixes
` [PATCH v2 3/3] tools/lib/traceevent: Implement new traceevent APIs for accessing struct tep_handler fields

[PATCH] tools/perf,tools/lib/traceevent: Make traceevent APIs more consistent
 2019-03-22 14:34 UTC  (3+ messages)

[PATCH 0/3] Few patches, related to libtracevent APIs
 2019-03-22 12:49 UTC  (7+ messages)
` [PATCH 3/3] tools/lib/traceevent: Implement new traceevent APIs for accessing struct tep_handler fields

[PATCH] trace-cmd: Have tracecmd_msg_data_send() return zero on zero size
 2019-03-22 12:17 UTC  (3+ 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).