linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-28 02:40:55 to 2018-12-17 17:56:06 UTC [more...]

[PATCH 1/3] kernel-shark-qt: Improve the KsQuickContextMenu
 2018-12-17 17:56 UTC  (3+ messages)
` [PATCH 2/3] kernel-shark-qt: Better positioning of the Quick Context menu
` [PATCH 3/3] kernel-shark-qt: Make the Quick Contex menu less touchy

[PATCH v2 0/8] More modifications toward KS 1.0
 2018-12-17 17:44 UTC  (17+ messages)
` [PATCH v2 1/8] kernel-shark-qt: Lock completely the searching panel when searching
` [PATCH v2 2/8] kernel-shark-qt: Fix a simple bug in KsTraceViewer::_searchReset()
` [PATCH v2 3/8] kernel-shark-qt: Make the parallelized search stoppable
` [PATCH v2 4/8] kernel-shark-qt: Avoid spurious searches
` [PATCH v2 5/8] kernel-shark-qt: Create "Apply filter XX" checkboxes in KsUtils
` [PATCH v2 6/8] kernel-shark-qt: Improve the KsQuickContextMenu
` [PATCH v2 7/8] kernel-shark-qt: Update the documentation link
` [PATCH v2 8/8] kernel-shark-qt: Version 1.0.0

[PATCH v4 0/3] trace-cmd: Resend record --date fix
 2018-12-14 17:47 UTC  (5+ messages)
` [PATCH v4 1/3] trace-cmd: Prepare for protocol bump to version 3
` [PATCH v4 2/3] trace-cmd: Fix record --date flag when sending tracing data to a listener
` [PATCH v4 3/3] trace-cmd: Bump protocol version to v3

[PATCH 0/5] More modifications toward KS 1.0
 2018-12-14 12:02 UTC  (8+ messages)
` [PATCH 1/5] kernel-shark-qt: Avoid spurious searches
` [PATCH 2/5] kernel-shark-qt: Create "Apply filter XX" checkboxes in KsUtils
` [PATCH 3/5] kernel-shark-qt: Improuve the KsQuickContextMenu
` [PATCH 4/5] kernel-shark-qt: Update the documentation link
` [PATCH 5/5] kernel-shark-qt: Version 1.0.0

[PATCH] trace-cmd: fix "trace-cmd stat" output
 2018-12-14 11:34 UTC 

[PATCH v3 0/3] trace-cmd: Resend record --date fix
 2018-12-14  1:38 UTC  (6+ messages)
` [PATCH v3 1/3] trace-cmd: Prepare for protocol bump to version 3
` [PATCH v3 2/3] trace-cmd: Bump protocol version to v3
` [PATCH v3 3/3] trace-cmd: Fix record --date flag when sending tracing data to a listener

[PATCH 0/5] trace-cmd reset fixes
 2018-12-13 14:21 UTC  (6+ messages)
` [PATCH 1/5] fix "trace-cmd reset" command to restore "tracng_on"
` [PATCH 2/5] fix "trace-cmd reset -a -d" segfault
` [PATCH 3/5] fix "trace-cmd reset" command to restore default clock
` [PATCH 4/5] fix "trace-cmd reset" command to restore the default value of set_event_pid
` [PATCH 5/5] fix "trace-cmd reset" command to restore the default value of tracing_max_latency

[PATCH v3 00/46] Libtraceevent MAN pages
 2018-12-12 17:48 UTC  (35+ messages)
` [PATCH v3 05/46] tools/lib/traceevent: libtraceevent man pages for tep_handler related APIs
` [PATCH v3 07/46] tools/lib/traceevent: Man page for tep_get_cpus() and tep_set_cpus()
` [PATCH v3 08/46] tools/lib/traceevent: Man page for tep_is_file_bigendian() and tep_set_file_bigendian()
` [PATCH v3 15/46] tools/lib/traceevent: Man pages for tep_register_function() and tep_register_print_string()
` [PATCH v3 17/46] tools/lib/traceevent: Man page for tep_read_number()
` [PATCH v3 18/46] tools/lib/traceevent: Man pages for tep_find_event(), tep_find_event_by_name() and tep_find_event_by_record()
` [PATCH v3 19/46] tools/lib/traceevent: Man page for tep_list_events()
` [PATCH v3 21/46] tools/lib/traceevent: Man pages tep_get_first_event() and tep_get_events_count()
` [PATCH v3 22/46] tools/lib/traceevent: Man pages tep_find_common_field(), tep_find_field() and tep_find_any_field()
` [PATCH v3 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 v3 24/46] tools/lib/traceevent: Man pages for tep_print_field(), tep_print_fields(), tep_print_num_field() and tep_print_func_field()
` [PATCH v3 25/46] tools/lib/traceevent: Man page for tep_read_number_field()
` [PATCH v3 26/46] tools/lib/traceevent: Man pages for tep_event_common_fields() and tep_event_fields()
` [PATCH v3 27/46] tools/lib/traceevent: Man pages for tep_filter_alloc(), tep_filter_free() and tep_filter_reset()
` [PATCH v3 28/46] tools/lib/traceevent: Man page for tep_filter_add_filter_str()
` [PATCH v3 29/46] tools/lib/traceevent: Man page for tep_filter_strerror()
` [PATCH v3 30/46] tools/lib/traceevent: Man pages for tep_event_filtered() and tep_filter_remove_event()
` [PATCH v3 31/46] tools/lib/traceevent: Man page for tep_filter_match()
` [PATCH v3 32/46] tools/lib/traceevent: Man pages for tep_filter_copy() and tep_filter_compare()
` [PATCH v3 33/46] tools/lib/traceevent: Man page for tep_filter_make_string()
` [PATCH v3 34/46] tools/lib/traceevent: Man pages for tep_filter_event_has_trivial(), tep_update_trivial() and tep_filter_clear_trivial()
` [PATCH v3 35/46] tools/lib/traceevent: Man pages for tep_find_function() and tep_find_function_address()
` [PATCH v3 36/46] tools/lib/traceevent: Man pages for tep_set_function_resolver() and tep_reset_function_resolver()
` [PATCH v3 37/46] tools/lib/traceevent: Man pages for tep_parse_event() and tep_parse_format()
` [PATCH v3 38/46] tools/lib/traceevent: Man page for tep_parse_header_page()
` [PATCH v3 39/46] tools/lib/traceevent: Man pages for tep_load_plugins() and tep_unload_plugin()
` [PATCH v3 40/46] tools/lib/traceevent: Man page for tep_data_lat_fmt()
` [PATCH v3 41/46] tools/lib/traceevent: Man pages for tep_data_type(), tep_data_pid(), tep_data_preempt_count() and tep_data_flags()
` [PATCH v3 42/46] tools/lib/traceevent: Man pages for trace_seq_init() and trace_seq_destroy()
` [PATCH v3 43/46] tools/lib/traceevent: Man pages for trace_seq_do_fprintf() and trace_seq_do_printf()
` [PATCH v3 44/46] tools/lib/traceevent: Man pages for trace_seq_printf() and trace_seq_vprintf()
` [PATCH v3 45/46] tools/lib/traceevent: Man pages for trace_seq_putc() and trace_seq_puts()
` [PATCH v3 46/46] tools/lib/traceevent: Man pages for trace_seq_reset() and trace_seq_terminate()

[PATCH] tools lib traceevent, perf tools: Move struct tep_handler definition in a local header file
 2018-12-11 17:44 UTC  (2+ messages)

[RFC v3 11/19] kunit: add Python libraries for handing KUnit config and kernel
 2018-12-11 17:01 UTC  (2+ messages)

[PATCH 0/2] convert traceevent into a thread safe library
 2018-12-11 17:29 UTC  (5+ messages)
` [PATCH 1/2] tools/lib/traceevent: make libtraceevent thread safe
` [PATCH 2/2] tools/lib/traceevent: make few libtraceevent internal variables to be per thread

[PATCH 0/6] tools/lib/traceevent: Various changes in libtraceevent APIs
 2018-12-11 16:52 UTC  (8+ messages)
` [PATCH 1/6] tools lib traceevent: Implement new API tep_get_ref()
` [PATCH 2/6] tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event'
` [PATCH 3/6] tools lib traceevent: Rename tep_free_format() to tep_free_event()
` [PATCH 4/6] tools lib traceevent: traceevent API cleanup
` [PATCH 5/6] tools lib traceevent: Added support for pkg-config
` [PATCH 6/6] tools lib traceevent: Install trace-seq.h API header file

[PATCH] tools/lib/traceevent: Fix processing of dereferenced args in bprintk events
 2018-12-11 12:29 UTC  (4+ messages)

[PATCH 4.19 09/41] tracepoint: Use __idx instead of idx in DO_TRACE macro to make it unique
 2018-12-06 14:38 UTC 

[PATCH] trace-cmd: Fix left open file descriptor in recording of date
 2018-12-06  3:38 UTC 

[PATCH 0/2] trace-cmd: Resend record --date fix
 2018-12-04 22:34 UTC  (6+ messages)
` [PATCH 1/2] trace-cmd: Bump protocol version to v3
` [PATCH 2/2] trace-cmd: Fix record --date flag when sending tracing data to a listener

[PATCH] tools/lib/traceevent: Parameterize the install paths in pkg-config file
 2018-12-04 13:11 UTC 

[PATCH v2 0/3] trace-cmd: Resend record --date fix
 2018-12-04 10:23 UTC  (4+ messages)
` [PATCH v2 1/3] trace-cmd: Prepare for protocol bump to version 3
` [PATCH v2 2/3] trace-cmd: Bump protocol version to v3
` [PATCH v2 3/3] trace-cmd: Fix record --date flag when sending tracing data to a listener

[PATCH] trace-cmd: Fix make clean error
 2018-12-04  5:56 UTC  (2+ messages)

trace libraries install path
 2018-12-03 17:31 UTC  (3+ messages)

[PATCH v3 00/15] tools/lib/traceevent,tools/perf: Various changes in libtraceevent APIs
 2018-12-01  3:58 UTC  (21+ messages)
` [PATCH v3 01/15] tools/lib/traceevent: Implemented new API tep_get_ref()
` [PATCH v3 02/15] tools/lib/traceevent: Added support for pkg-config
` [PATCH v3 03/15] tools/lib/traceevent: Install trace-seq.h API header file
` [PATCH v3 04/15] tools/lib/traceevent, tools/perf: Rename struct tep_event_format to struct tep_event
` [PATCH v3 05/15] tools/lib/traceevent: Rename tep_free_format() to tep_free_event()
` [PATCH v3 06/15] tools/perf: traceevent API cleanup, remove __tep_data2host*()
` [PATCH v3 07/15] tools/lib/traceevent: traceevent API cleanup
` [PATCH v3 08/15] tools/lib/traceevent: Introduce new libtracevent API: tep_override_comm()
` [PATCH v3 09/15] tools/lib/traceevent: Initialize host_bigendian at tep_handle allocation
` [PATCH v3 10/15] tools/lib/traceevent: Rename struct cmdline to struct tep_cmdline
` [PATCH v3 11/15] tools/lib/traceevent: Changed return logic of trace_seq_printf() and trace_seq_vprintf() APIs
` [PATCH v3 12/15] tools/lib/traceevent: Changed return logic of tep_register_event_handler() API
` [PATCH v3 13/15] tools/lib/traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian()
` [PATCH v3 14/15] tools/lib/traceevent: Change description of few APIs
` [PATCH v3 15/15] tools/lib/traceevent: Remove tep_data_event_from_type() API

[PATCH 0/2] convert traceevent into a thread safe library
 2018-11-30 16:47 UTC  (4+ messages)
` [PATCH 1/2] tools/lib/traceevent: make libtraceevent thread safe
` [PATCH 2/2] tools/lib/traceevent: make few libtraceevent internal variables to be per thread

[PATCH] tools/lib/traceevent: Sanity check of is_timestamp_in_us()
 2018-11-30 16:27 UTC  (3+ messages)

[PATCH 0/2] Make Sched event plugin use its own data collections
 2018-11-30 16:12 UTC  (4+ messages)
` [PATCH 1/2] kernel-shark-qt: Add a method for adding a new collection to a list
` [PATCH 2/2] kernel-shark-qt: Make Sched event plugin use its own data collections

[PATCH 1/2] kernel-shark-qt: Correct the coordinates of the Quick Context Menu
 2018-11-30 15:58 UTC  (3+ messages)
` [PATCH 2/2] kernel-shark-qt: Add better handling of the search iterator

[PATCH] trace-cmd: Fix record --date flag when sending tracing data to a listener
 2018-11-30 13:19 UTC  (7+ messages)

[PATCH 1/2] tracepoint: Use __idx instead of idx in DO_TRACE macro to make it unique
 2018-11-30  3:18 UTC 

[PATCH] tracepoint: fix bad trace value in trace_kvm_exit()
 2018-11-30  2:18 UTC  (5+ messages)

[POC][PATCH v4] tools/lib/traceevent: make libtraceevent thread safe
 2018-11-29 16:05 UTC  (2+ messages)

[PATCH] kernel-shark-qt: Debug the Quick Context Menu
 2018-11-29 14:56 UTC  (2+ messages)
` [PATCH] kernel-shark-qt: Don't use collection when searching for sched_wakeup

KernelShark enhancement request
 2018-11-29 11:34 UTC  (2+ messages)

[PATCH 00/17] More modifications and bug fixes toward KS 1.0
 2018-11-29 11:29 UTC  (21+ messages)
` [PATCH 01/17] kernel-shark-qt: Updata Event filter mask when applaing filters to Graph
` [PATCH 02/17] kernel-shark-qt: Reprocess all CPU collections when the filtering changes
` [PATCH 03/17] kernel-shark-qt: Fix a byg in unset_event_filter_flag()
` [PATCH 04/17] kernel-shark qt: No error when Record authentication dialog is closed
` [PATCH 05/17] kernel-shark-qt: Protect all calls of tep_read_number_field()
` [PATCH 06/17] kernel-shark-qt: Ignore sched_wakeup events if the task is running
` [PATCH 07/17] kernel-shark-qt: Fix the documentation of libkshark-model
` [PATCH 08/17] kernel-shark-qt: Add a method for easy retrieve of all Ids of a filter
` [PATCH 09/17] kernel-shark-qt: Add centralized context menu for View and Graph widgets
` [PATCH 10/17] kernel-shark-qt: Add keyboard shortcuts for deselecting the marker
` [PATCH 11/17] kernel-shark-qt: Sort all graphs before plotting
` [PATCH 12/17] kernel-shark-qt: Add CPU-based filtering to the C API
` [PATCH 13/17] kernel-shark-qt: Add CPU-based filtering to KsDataStore
` [PATCH 14/17] kernel-shark-qt: Add Hide CPU action to the Quick Context Menu
` [PATCH 15/17] kernel-shark-qt: Add the CPU filters to the Json config I/O
` [PATCH 16/17] kernel-shark-qt: Add "Hide CPU" checkbox dialog to the Main window menu
` [PATCH 17/17] kernel-shark-qt: Add the user filter mask to the Json config I/O

[PATCH] kernel-shark-qt: Have "make install_gui" install the Qt KernelShark version
 2018-11-28 16:24 UTC 

[PATCH v3] tools/lib/traceevent: make libtraceevent thread safe
 2018-11-28 14:50 UTC  (3+ messages)

[PATCH v2] tools/lib/traceevent: make libtraceevent thread safe
 2018-11-28 14:21 UTC  (3+ messages)

[PATCH] kernel-shark-qt: Have "make gui" build the Qt KernelShark version
 2018-11-28 12:31 UTC  (2+ messages)

[PATCH 00/11] Small modifications and bug fixes toward KS 1.0
 2018-11-27 23:02 UTC  (8+ messages)
` [PATCH 01/11] kernel-shark-qt: Protect all calls of tep_read_number_field()
` [PATCH 03/11] kernel-shark-qt: Avoid race condition in kshark_get_event_name_easy()
` [PATCH 08/11] kernel-shark qt: No error when Record authentication dialog is closed


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