linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-08 13:44:38 to 2019-03-19 19:32:13 UTC [more...]

[PATCH v4 00/46] Libtraceevent MAN pages
 2019-03-19 19:32 UTC  (51+ 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 v7 0/9] trace-cmd: Timetamps sync between host and guest machines, relying on vsock events
 2019-03-19 18:40 UTC  (20+ 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 v4] tools/lib/traceevent: Change description of few APIs
 2019-03-19 16:43 UTC  (4+ messages)

[PATCH 0/3] Few patches, related to libtracevent APIs
 2019-03-19 11:19 UTC  (4+ 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 v4 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-03-18 21:11 UTC  (31+ messages)

[PATCH v2 0/3] Tuning the KernelShark build system
 2019-03-18 20:53 UTC  (9+ 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 v2 3/3] kernel-shark: Set the configuration cache directory via env. variable

[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 v2 0/4] Add dialog for loading user-defined plugins
 2019-03-15  9:49 UTC  (6+ messages)
` [PATCH v2 1/4] kernel-shark: Define addPlugins method for KsPluginManager
` [PATCH v2 2/4] kernel-shark: Add dialog for user-defined plugins to the Tools menu
` [PATCH v2 3/4] kernel-shark: Rename the manu action for managing registered plugins
` [PATCH v2 4/4] kernel-shark: Add icons for "Add plugins" and "Manage 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

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

[PATCH v4 0/6] trace-cmd reset fixes
 2019-03-13  1:28 UTC  (9+ messages)
` [PATCH v4 1/6] trace-cmd: Fix "trace-cmd reset" command to restore "tracng_on"
` [PATCH v4 2/6] trace-cmd: Fix "trace-cmd reset -a -d" segfault
` [PATCH v4 3/6] trace-cmd: Fix "trace-cmd reset" command to restore default clock
` [PATCH v4 4/6] trace-cmd: Reafctored add_event_pid()to utilize write_instance_file()
` [PATCH v4 5/6] trace-cmd: Fix "trace-cmd reset" command to restore the default value of set_event_pid
` [PATCH v4 6/6] trace-cmd: Reafctored reset_max_latency() to utilize write_instance_file()

[RFC PATCH v8 00/13] Add VM kernel tracing over vsockets and FIFOs
 2019-03-12 23:07 UTC  (10+ messages)
` [RFC PATCH v8 05/13] trace-cmd: Add TRACE_REQ and TRACE_RESP messages
` [RFC PATCH v8 07/13] trace-cmd: Add VM kernel tracing over vsockets transport
` [RFC PATCH v8 13/13] trace-cmd: Add VM tracing over FIFOs transport

[PATCH 0/4] Add dialog for loading user-defined plugins
 2019-03-11 22:08 UTC  (8+ messages)
` [PATCH 1/4] kernel-shark: Define addPlugin method for KsPluginManager
` [PATCH 2/4] kernel-shark: Add dialog for user-defined plugin to the Tools menu
` [PATCH 3/4] kernel-shark: Rename the manu action for managing registered plugins
` [PATCH 4/4] kernel-shark: Add icons for "Add plugin" and "Manage plugins"

[PATCH 0/3] Tuning the KernelShark build system
 2019-03-11 17:44 UTC  (9+ messages)
` [PATCH 1/3] kernel-shark: Reorder the priority when searching for trace-cmd libs
` [PATCH 2/3] kernel-shark: Save the configuration information in ${HOME}/.kshark
` [PATCH 3/3] kernel-shark: Set the location of .kshark directory via env. variable

[PATCH v5 0/9] [POC] trace-cmd: Timetamps sync between host and guest machines, relying on vsock events
 2019-03-11 11:46 UTC  (3+ messages)
` [PATCH v5 9/9] trace-cmd [POC]: Implemented timestamps synch PTP-like algorithm, using "

[PATCH v3 0/7] trace-cmd reset fixes
 2019-03-08 14:31 UTC  (8+ messages)
` [PATCH v3 1/7] kernel-shark: Fix a bug in ksmodel_set_next_bin_edge()
` [PATCH v3 2/7] trace-cmd: Fix "trace-cmd reset" command to restore "tracng_on"
` [PATCH v3 3/7] trace-cmd: Fix "trace-cmd reset -a -d" segfault
` [PATCH v3 4/7] trace-cmd: Fix "trace-cmd reset" command to restore default clock
` [PATCH v3 5/7] trace-cmd: Reafctored add_event_pid()to utilize write_instance_file()
` [PATCH v3 6/7] trace-cmd: Fix "trace-cmd reset" command to restore the default value of set_event_pid
` [PATCH v3 7/7] trace-cmd: Reafctored reset_max_latency() to utilize write_instance_file()


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