linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-05 16:27:09 to 2019-03-13 20:06:58 UTC [more...]

[PATCH v4 00/46] Libtraceevent MAN pages
 2019-03-13 20:06 UTC  (67+ messages)
` [PATCH v4 01/46] tools/lib/traceevent: Implement libtraceevent man pages
` [PATCH v4 02/46] tools/lib/traceevent: Fix libtraceevent/Documentation Makefile
` [PATCH v4 03/46] tools/lib/traceevent: Add support for man pages with multiple names
` [PATCH v4 04/46] tools/lib/traceevent: libtraceevent Makefile "help" target
` [PATCH v4 05/46] tools/lib/traceevent: libtraceevent man pages for tep_handler related APIs
` [PATCH v4 06/46] tools/lib/traceevent: Man page for tep_get_header_page_size()
` [PATCH v4 07/46] tools/lib/traceevent: Man page for tep_get_cpus() and tep_set_cpus()
` [PATCH v4 08/46] tools/lib/traceevent: Man page for tep_is_file_bigendian() and tep_set_file_bigendian()
` [PATCH v4 09/46] tools/lib/traceevent: Man page for tep_is_host_bigendian() and tep_set_host_bigendian()
` [PATCH v4 10/46] tools/lib/traceevent: Man page for tep_is_latency_format() and tep_set_latency_format()
` [PATCH v4 11/46] tools/lib/traceevent: Man page for tep_get_page_size() and tep_set_page_size()
` [PATCH v4 12/46] tools/lib/traceevent: Man page for tep_strerror()
` [PATCH v4 13/46] tools/lib/traceevent: Man page for tep_register_trace_clock()
` [PATCH v4 14/46] tools/lib/traceevent: Man pages for tep_register_event_handler() and tep_unregister_event_handler()
` [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 18/46] tools/lib/traceevent: Man pages for tep_find_event(), tep_find_event_by_name() and tep_find_event_by_record()
` [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 24/46] tools/lib/traceevent: Man pages for tep_print_field(), tep_print_fields(), tep_print_num_field() and tep_print_func_field()
` [PATCH v4 25/46] tools/lib/traceevent: Man page for tep_read_number_field()
` [PATCH v4 26/46] tools/lib/traceevent: Man pages for tep_event_common_fields() and tep_event_fields()
` [PATCH v4 27/46] tools/lib/traceevent: Man pages for tep_filter_alloc(), tep_filter_free() and tep_filter_reset()
` [PATCH v4 28/46] tools/lib/traceevent: Man page for tep_filter_add_filter_str()
` [PATCH v4 29/46] tools/lib/traceevent: Man page for tep_filter_strerror()
` [PATCH v4 30/46] tools/lib/traceevent: Man pages for tep_event_filtered() and tep_filter_remove_event()
` [PATCH v4 31/46] tools/lib/traceevent: Man page for tep_filter_match()
` [PATCH v4 32/46] tools/lib/traceevent: Man pages for tep_filter_copy() and tep_filter_compare()
` [PATCH v4 33/46] tools/lib/traceevent: Man page for tep_filter_make_string()
` [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 37/46] tools/lib/traceevent: Man pages for tep_parse_event() and tep_parse_format()
` [PATCH v4 38/46] tools/lib/traceevent: Man page for tep_parse_header_page()
` [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()
` [PATCH v4 41/46] tools/lib/traceevent: Man pages for tep_data_type(), tep_data_pid(), tep_data_preempt_count() and tep_data_flags()
` [PATCH v4 42/46] tools/lib/traceevent: Man pages for trace_seq_init() and trace_seq_destroy()
` [PATCH v4 43/46] tools/lib/traceevent: Man pages for trace_seq_do_fprintf() and trace_seq_do_printf()
` [PATCH v4 44/46] tools/lib/traceevent: Man pages for trace_seq_printf() and trace_seq_vprintf()
` [PATCH v4 45/46] tools/lib/traceevent: Man pages for trace_seq_putc() and trace_seq_puts()
` [PATCH v4 46/46] tools/lib/traceevent: Man pages for trace_seq_reset() and trace_seq_terminate()

[PATCH v2 0/3] Tuning the KernelShark build system
 2019-03-13 19:06 UTC  (6+ 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 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] Add dialog for loading user-defined plugins
 2019-03-13 15:07 UTC  (5+ 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"

make TGID available also in binary ring buffer?
 2019-03-13 14:50 UTC  (6+ messages)

[PATCH v2 0/4] Various minor modifications and fixes toward KS 1.0
 2019-03-13 13:57 UTC  (12+ messages)
` [PATCH v2 1/4] kernel-shark: Specify the OpenGL interface used by KernelShark
` [PATCH v2 2/4] kernel-shark: Fix a bug in ksmodel_zoom
` [PATCH v2 3/4] kernel-shark: Fix Doxygen warning from sched_events
` [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()

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

[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  (11+ messages)
` [PATCH v5 1/9] trace-cmd: Implemented new lib API: tracecmd_local_events_system()
` [PATCH v5 2/9] trace-cmd: Added support for negative time offsets in trace.dat file
` [PATCH v5 3/9] trace-cmd: Fix tracecmd_read_page_record() to read more than one event
` [PATCH v5 4/9] trace-cmd: Added implementation of htonll() and ntohll()
` [PATCH v5 5/9] trace-cmd: Refactored few functions in trace-record.c
` [PATCH v5 6/9] trace-cmd: Find and store pids of tasks, which run virtual CPUs of given VM
` [PATCH v5 7/9] trace-cmd: Implemented new API tracecmd_add_option_v()
` [PATCH v5 8/9] trace-cmd: Implemented new option in trace.dat file: TRACECMD_OPTION_TIME_SHIFT
` [PATCH v5 9/9] trace-cmd [POC]: Implemented timestamps synch PTP-like algorithm, using vsock events

[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()

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

[PATCH 0/4] Various minor modifications and fixes toward KS 1.0
 2019-03-07 15:05 UTC  (5+ messages)
` [PATCH 1/4] kernel-shark: Specify the OpenGL interface used by KernelShark
` [PATCH 2/4] kernel-shark: Fix a bug in ksmodel_zoom
` [PATCH 3/4] kernel-shark: Fix Doxygen warning from sched_events
` [PATCH 4/4] kernel-shark: Fix a bug in KsPluginManager

[PATCH 0/5] trace-cmd reset fixes
 2019-03-05 19:06 UTC  (5+ messages)
` [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 0/3] Improvements and fixes for sched_switch plugin
 2019-03-05 17:13 UTC  (12+ messages)
` [PATCH 1/3] kernel-shark: Define free_contex function for the sched_events plugin
` [PATCH 2/3] kernel-shark: Fix a memory leak in "
` [PATCH 3/3] kernel-shark: sched_events plugin init with sched_switch events only


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