linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-13 15:22:53 to 2019-03-26 15:07:08 UTC [more...]

[PATCH v10 0/9] trace-cmd: Timetamps sync between host and guest machines, relying on vsock events
 2019-03-26 15:06 UTC  (10+ 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 v2 0/3] Tuning the KernelShark build system
 2019-03-26 13:57 UTC  (11+ messages)
` [PATCH v2 1/3] kernel-shark: Reorder the priority when searching for trace-cmd libs
` [PATCH v2 3/3] kernel-shark: Set the configuration cache directory via env. variable

[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  (15+ messages)
` [PATCH 1/3] tools/lib/traceevent: Change description of few APIs
` [PATCH 2/3] tools/lib/traceevent: Coding style fixes
` [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)

[PATCH] trace-cmd: Fix whitespace in tracecmd_init_data()
 2019-03-21 23:47 UTC 

[PATCH] trace-cmd: Add -lrt to building trace-record.c
 2019-03-21 23:46 UTC 

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

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

[PATCH v5 1/3] Provide in-kernel headers to make extending kernel easier
 2019-03-20 19:42 UTC  (5+ messages)
` [PATCH v5 2/3] Add selftests for module build using in-kernel headers
` [PATCH v5 3/3] init/config: Do not select BUILD_BIN2C for IKCONFIG

[PATCH v4 00/46] Libtraceevent MAN pages
 2019-03-19 19:32 UTC  (46+ messages)
` [PATCH v4 01/46] tools/lib/traceevent: Implement libtraceevent man pages
  ` [Suspected Spam] "
` [PATCH v4 10/46] tools/lib/traceevent: Man page for tep_is_latency_format() and tep_set_latency_format()
` [PATCH v4 15/46] tools/lib/traceevent: Man pages for tep_register_function() and tep_register_print_string()
` [PATCH v4 16/46] tools/lib/traceevent: Man pages for tep_register_print_function() and tep_unregister_print_function()
` [PATCH v4 17/46] tools/lib/traceevent: Man page for tep_read_number()
` [PATCH v4 19/46] tools/lib/traceevent: Man page for tep_list_events()
` [PATCH v4 20/46] tools/lib/traceevent: Man pages for tep_print_event(), tep_print_event_data(), tep_event_info(), tep_print_event_task() and tep_print_event_time()
` [PATCH v4 21/46] tools/lib/traceevent: Man pages tep_get_first_event() and tep_get_events_count()
` [PATCH v4 22/46] tools/lib/traceevent: Man pages tep_find_common_field(), tep_find_field() and tep_find_any_field()
` [PATCH v4 23/46] tools/lib/traceevent: Man pages tep_get_any_field_val(), tep_get_common_field_val(), tep_get_field_val() and tep_get_field_raw()
` [PATCH v4 27/46] tools/lib/traceevent: Man pages for tep_filter_alloc(), tep_filter_free() and tep_filter_reset()
` [PATCH v4 34/46] tools/lib/traceevent: Man pages for tep_filter_event_has_trivial(), tep_update_trivial() and tep_filter_clear_trivial()
` [PATCH v4 35/46] tools/lib/traceevent: Man pages for tep_find_function() and tep_find_function_address()
` [PATCH v4 36/46] tools/lib/traceevent: Man pages for tep_set_function_resolver() and tep_reset_function_resolver()
` [PATCH v4 39/46] tools/lib/traceevent: Man pages for tep_load_plugins() and tep_unload_plugin()
` [PATCH v4 40/46] tools/lib/traceevent: Man page for tep_data_lat_fmt()
  ` [Suspected Spam] "
` [PATCH v4 45/46] tools/lib/traceevent: Man pages for trace_seq_putc() and trace_seq_puts()

[PATCH v4] tools/lib/traceevent: Change description of few APIs
 2019-03-19 16:43 UTC  (4+ messages)

[PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-03-18 21:11 UTC  (5+ messages)

[PATCH 00/12] Various modifications and fixes toward KS 1.0
 2019-03-18 17:44 UTC  (18+ messages)
` [PATCH 01/12] kernel-shark: Fix a spelling typo in KsMainWindow class
` [PATCH 02/12] kernel-shark: Fix a typo in an error message from libkshark-configio
` [PATCH 03/12] kernel-shark: Make KsSession::importFromFile return status flag
` [PATCH 04/12] kernel-shark: Error message if the opening of the session file fails
` [PATCH 05/12] kernel-shark: Disables automatic quotation for errors in KsMainWindow
` [PATCH 06/12] kernel-shark: Load Last Session from command line
` [PATCH 07/12] kernel-shark: Add destructor for KsGLWidget
` [PATCH 08/12] kernel-shark: Fix memory leak in KsPlotget::getTaskColorTable()
` [PATCH 09/12] kernel-shark: Avoid the unnecessary calls of KsGLWidget::loadColors()
` [PATCH 10/12] kernel-shark: Avoid 0/0 spliter ratio in KsSession
` [PATCH 11/12] kernel-shark: In model, handle the case when all bins are empty
` [PATCH 12/12] kernel-shark: In collections, handle the case when the data is small

[PATCH 0/3] Switch V3 messages to text encoding of variable length buffer
 2019-03-15 19:08 UTC  (5+ messages)
` [PATCH 1/3] trace-cmd: Use text encoding for options in protocol V3
` [PATCH 2/3] trace-cmd: Use text encoding for transmitting ports "
` [PATCH 3/3] trace-cmd: Add msg_buf_len() function

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

[PATCH v4 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-03-15 13:14 UTC  (12+ messages)

[PATCH v2 0/4] Add dialog for loading user-defined plugins
 2019-03-15  9:49 UTC  (3+ messages)
` [PATCH v2 3/4] kernel-shark: Rename the manu action for managing registered plugins

[PATCH v2 0/6] Modifications toward KS 1.0
 2019-03-15  6:20 UTC  (6+ messages)
` [PATCH v2 6/6] kernel-shark-qt: Fix bug in plugin actions execution

make TGID available also in binary ring buffer?
 2019-03-14 21:40 UTC  (9+ messages)

[PATCH] tools lib traceevent, perf tools: Move struct tep_handler definition in a local header file
 2019-03-14 16:13 UTC  (3+ messages)

[PATCH v3 00/15] tools/lib/traceevent,tools/perf: Various changes in libtraceevent APIs
 2019-03-13 15:56 UTC  (5+ messages)
` [PATCH v3 14/15] tools/lib/traceevent: Change description of few APIs


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