linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-09 08:01:08 to 2018-11-29 01:52:40 UTC [more...]

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

[PATCH] tools/lib/traceevent: Sanity check of is_timestamp_in_us()
 2018-11-28 14:44 UTC  (2+ 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 v3 00/15] tools/lib/traceevent,tools/perf: Various changes in libtraceevent APIs
 2018-11-28  9:07 UTC  (16+ 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] tracepoint: fix bad trace value in trace_kvm_exit()
 2018-11-28  3:54 UTC  (2+ messages)

[PATCH] trace-cmd: Fix record --date flag when sending tracing data to a listener
 2018-11-28  3:21 UTC  (6+ messages)

[PATCH 00/11] Small modifications and bug fixes toward KS 1.0
 2018-11-27 23:02 UTC  (15+ messages)
` [PATCH 01/11] kernel-shark-qt: protect all calls of tep_read_number_field()
` [PATCH 01/11] kernel-shark-qt: Protect "
` [PATCH 02/11] kernel-shark-qt: Fix the returned error value of kshark_get_event_id_easy()
` [PATCH 03/11] kernel-shark-qt: Avoid race condition in kshark_get_event_name_easy()
` [PATCH 04/11] kernel-shark-qt: Optimize the search in the text data
` [PATCH 05/11] kernel-shark-qt: Add iterator index to the search panel
` [PATCH 06/11] kernel-shark-qt: Update search iterator when marker is changed
` [PATCH 07/11] kernel-shark-qt: Optimize the search in a case of a small data-set
` [PATCH 08/11] kernel-shark qt: No error when Record authentication dialog is closed
` [PATCH 09/11] kernel-shark-qt: Remove all system=ftrace events from Record dialog

[PATCH v3 00/46] Libtraceevent MAN pages
 2018-11-27 15:43 UTC  (47+ messages)
` [PATCH v3 01/46] tools/lib/traceevent: Implement libtraceevent man pages
` [PATCH v3 02/46] tools/lib/traceevent: Fix libtraceevent/Documentation Makefile
` [PATCH v3 03/46] tools/lib/traceevent: Add support for man pages with multiple names
` [PATCH v3 04/46] tools/lib/traceevent: libtraceevent Makefile "help" target
` [PATCH v3 05/46] tools/lib/traceevent: libtraceevent man pages for tep_handler related APIs
` [PATCH v3 06/46] tools/lib/traceevent: Man page for tep_get_header_page_size()
` [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 09/46] tools/lib/traceevent: Man page for tep_is_host_bigendian() and tep_set_host_bigendian()
` [PATCH v3 10/46] tools/lib/traceevent: Man page for tep_is_latency_format() and tep_set_latency_format()
` [PATCH v3 11/46] tools/lib/traceevent: Man page for tep_get_page_size() and tep_set_page_size()
` [PATCH v3 12/46] tools/lib/traceevent: Man page for tep_strerror()
` [PATCH v3 13/46] tools/lib/traceevent: Man page for tep_register_trace_clock()
` [PATCH v3 14/46] tools/lib/traceevent: Man pages for tep_register_event_handler() and tep_unregister_event_handler()
` [PATCH v3 15/46] tools/lib/traceevent: Man pages for tep_register_function() and tep_register_print_string()
` [PATCH v3 16/46] tools/lib/traceevent: Man pages for tep_register_print_function() and tep_unregister_print_function()
` [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 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 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 v2 00/14] tools/lib/traceevent,tools/perf: Various changes in libtraceevent APIs
 2018-11-27 15:41 UTC  (15+ messages)
` [PATCH v2 01/14] tools/lib/traceevent: Implemented new API tep_get_ref()
` [PATCH v2 02/14] tools/lib/traceevent: Added support for pkg-config
` [PATCH v2 03/14] tools/lib/traceevent: Install trace-seq.h API header file
` [PATCH v2 04/14] tools/lib/traceevent, tools/perf: Rename struct tep_event_format to struct tep_event
` [PATCH v2 05/14] tools/lib/traceevent: Rename tep_free_format() to tep_free_event()
` [PATCH v2 06/14] tools/perf: traceevent API cleanup, remove __tep_data2host*()
` [PATCH v2 07/14] tools/lib/traceevent: traceevent API cleanup
` [PATCH v2 08/14] tools/lib/traceevent: Introduce new libtracevent API: tep_override_comm()
` [PATCH v2 09/14] tools/lib/traceevent: Initialize host_bigendian at tep_handle allocation
` [PATCH v2 10/14] tools/lib/traceevent: Rename struct cmdline to struct tep_cmdline
` [PATCH v2 11/14] tools/lib/traceevent: Changed return logic of trace_seq_printf() and trace_seq_vprintf() APIs
` [PATCH v2 12/14] tools/lib/traceevent: Changed return logic of tep_register_event_handler() API
` [PATCH v2 13/14] tools/lib/traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian()
` [PATCH v2 14/14] tools/lib/traceevent: Change description of few APIs

[PATCH] trace-cmd: Fix warnings reported by gcc 8.2
 2018-11-27 13:58 UTC  (3+ messages)

[PATCH 0/3] libtraceevent: Various API fixes
 2018-11-26 14:34 UTC  (5+ messages)
` [PATCH 1/3] tools/lib/traceevent: Remove tep_data_event_from_type() API
` [PATCH 2/3] tools/lib/traceevent: Changed return logic of tep_register_event_handler() API
` [PATCH 3/3] tools/lib/traceevent: Changed return logic of trace_seq_printf() and trace_seq_vprintf() APIs

Reg: tracing: Check for no filter when processing event filters
 2018-11-26  9:57 UTC 

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

[PATCH v2 0/3] libtraceevent: Added support for pkg-config and few other fixes related to transfoming traceevent into a library
 2018-11-20 14:10 UTC  (4+ messages)
` [PATCH v2 1/3] tools/lib/traceevent: Implemented new API tep_get_ref()
` [PATCH v2 2/3] tools/lib/traceevent: Added support for pkg-config
` [PATCH v2 3/3] tools/lib/traceevent: Install trace-seq.h API header file

[PATCH 0/3] libtraceevent: Added support for pkg-config and few other fixes related to transfoming traceevent into a library
 2018-11-20  8:05 UTC  (6+ messages)
` [PATCH 1/3] tools/lib/traceevent: Implemented new API tep_ref_get()
` [PATCH 2/3] tools/lib/traceevent: Added support for pkg-config

[PATCH v2] tools/lib/traceevent: Added support for pkg-config
 2018-11-20  7:55 UTC  (3+ messages)

[PATCH] tools/lib/traceevent: Rename struct cmdline to struct tep_cmdline
 2018-11-19 14:13 UTC  (2+ messages)

[PATCH 00/34] A lot of libtraceevent man pages
 2018-11-19 12:54 UTC  (35+ messages)
` [PATCH 01/34] tools/lib/traceevent: Man page for tep_register_trace_clock()
` [PATCH 02/34] tools/lib/traceevent: Man pages for tep_register_event_handler() and tep_unregister_event_handler()
` [PATCH 03/34] tools/lib/traceevent: Man pages for tep_register_function() and tep_register_print_string()
` [PATCH 04/34] tools/lib/traceevent: Man pages for tep_register_print_function() and tep_unregister_print_function()
` [PATCH 05/34] tools/lib/traceevent: Man page for tep_read_number()
` [PATCH 06/34] tools/lib/traceevent: Man pages for tep_find_event(), tep_find_event_by_name() and tep_find_event_by_record()
` [PATCH 07/34] tools/lib/traceevent: Man page for tep_list_events()
` [PATCH 08/34] 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 09/34] tools/lib/traceevent: Man pages tep_get_first_event() and tep_get_events_count()
` [PATCH 10/34] tools/lib/traceevent: Man pages tep_find_common_field(), tep_find_field() and tep_find_any_field()
` [PATCH 11/34] 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 12/34] tools/lib/traceevent: Man pages for tep_print_field(), tep_print_fields(), tep_print_num_field() and tep_print_func_field()
` [PATCH 13/34] tools/lib/traceevent: Man page for tep_read_number_field()
` [PATCH 14/34] tools/lib/traceevent: Man pages for tep_event_common_fields() and tep_event_fields()
` [PATCH 15/34] tools/lib/traceevent: Man pages for tep_filter_alloc(), tep_filter_free() and tep_filter_reset()
` [PATCH 16/34] tools/lib/traceevent: Man page for tep_filter_add_filter_str()
` [PATCH 17/34] tools/lib/traceevent: Man page for tep_filter_strerror()
` [PATCH 18/34] tools/lib/traceevent: Man pages for tep_event_filtered() and tep_filter_remove_event()
` [PATCH 19/34] tools/lib/traceevent: Man page for tep_filter_match()
` [PATCH 20/34] tools/lib/traceevent: Man pages for tep_filter_copy() and tep_filter_compare()
` [PATCH 21/34] tools/lib/traceevent: Man page for tep_filter_make_string()
` [PATCH 22/34] tools/lib/traceevent: Man pages for tep_filter_event_has_trivial(), tep_update_trivial() and tep_filter_clear_trivial()
` [PATCH 23/34] tools/lib/traceevent: Man pages for tep_find_function() and tep_find_function_address()
` [PATCH 24/34] tools/lib/traceevent: Man pages for tep_set_function_resolver() and tep_reset_function_resolver()
` [PATCH 25/34] tools/lib/traceevent: Man pages for tep_parse_event() and tep_parse_format()
` [PATCH 26/34] tools/lib/traceevent: Man page for tep_parse_header_page()
` [PATCH 27/34] tools/lib/traceevent: Man pages for tep_load_plugins() and tep_unload_plugin()
` [PATCH 28/34] tools/lib/traceevent: Man page for tep_data_lat_fmt()
` [PATCH 29/34] tools/lib/traceevent: Man pages for tep_data_type(), tep_data_pid(), tep_data_preempt_count() and tep_data_flags()
` [PATCH 30/34] tools/lib/traceevent: Man pages for trace_seq_init() and trace_seq_destroy()
` [PATCH 31/34] tools/lib/traceevent: Man pages for trace_seq_do_fprintf() and trace_seq_do_printf()
` [PATCH 32/34] tools/lib/traceevent: Man pages for trace_seq_printf() and trace_seq_vprintf()
` [PATCH 33/34] tools/lib/traceevent: Man pages for trace_seq_putc() and trace_seq_puts()
` [PATCH 34/34] tools/lib/traceevent: Man pages for trace_seq_reset() and trace_seq_terminate()

ftrace global trace_pipe_raw
 2018-11-16 13:23 UTC  (4+ messages)

[PATCH v2 0/8] New/improved KernelShark plugins
 2018-11-09 19:50 UTC  (9+ messages)
` [PATCH v2 1/8] kernel-shark-qt: Reset the second pass hash when reloading Sched plugin
` [PATCH v2 2/8] kernel-shark-qt: Improve the plotting logic of the Sched event plugin
` [PATCH v2 3/8] kernel-shark-qt: Update the visualization model when updating Graphs
` [PATCH v2 4/8] kernel-shark-qt: Add "Missed events" custom kshark_entry
` [PATCH v2 5/8] kernel-shark-qt: Add instrumentation for "Missed events" to the model
` [PATCH v2 6/8] kernel-shark-qt: Add tot_count field to the model descriptor
` [PATCH v2 7/8] kernel-shark-qt: Add "Missed events" plugin for KernelShark
` [PATCH v2 8/8] kernel-shark-qt: Update Sched Events plugin

[PATCH] tools/lib/traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian()
 2018-11-09 15:36 UTC 

[PATCH] tools/lib/traceevent: Initialize host_bigendian at tep_handle allocation
 2018-11-09 14:43 UTC 

[PATCH] tools/lib/traceevent: libtraceevent Makefile "help" target
 2018-11-09 13:37 UTC 

[PATCH v2 00/10] Man pages for libtraceevent
 2018-11-09 13:31 UTC  (11+ messages)
` [PATCH v2 01/11] tools/lib/traceevent: Fix libtraceevent/Documentation Makefile
` [PATCH v2 02/11] tools/lib/traceevent: Add support for man pages with multiple names
` [PATCH v2 03/11] tools/lib/traceevent: libtraceevent man pages for tep_handler related APIs
` [PATCH v2 05/11] tools/lib/traceevent: Man page for tep_get_header_page_size()
` [PATCH v2 06/11] tools/lib/traceevent: Man page for tep_get_cpus() and tep_set_cpus()
` [PATCH v2 07/11] tools/lib/traceevent: Man page for tep_is_file_bigendian() and tep_set_file_bigendian()
` [PATCH v2 08/11] tools/lib/traceevent: Man page for tep_is_host_bigendian() and tep_set_host_bigendian()
` [PATCH v2 09/11] tools/lib/traceevent: Man page for tep_is_latency_format() and tep_set_latency_format()
` [PATCH v2 10/11] tools/lib/traceevent: Man page for tep_get_page_size() and tep_set_page_size()
` [PATCH v2 11/11] tools/lib/traceevent: Man page for tep_strerror()

[PATCH] tools/lib/traceevent: Introduce new libtracevent API: tep_override_comm()
 2018-11-09 12:58 UTC 

[PATCH] tools/lib/traceevent, tools/perf: traceevent API cleanup
 2018-11-09 12:57 UTC 

[PATCH] tools/perf: traceevent API cleanup, remove __tep_data2host*()
 2018-11-09 12:57 UTC 

[PATCH 0/8] New/improved KernelShark plugins
 2018-11-09  2:37 UTC  (7+ messages)
` [PATCH 6/8] kernel-shark-qt: Add tot_count field to the model descriptor
` [PATCH 8/8] kernel-shark-qt: Update Sched Events plugin

tep_*host_bigendian()
 2018-11-08 22:23 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).