linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-21 18:35:20 to 2018-10-18 20:05:54 UTC [more...]

[PATCH v2] tools/lib/traceevent: Added support for pkg-config
 2018-10-18 12:05 UTC 

[PATCH 3/3] tools/lib/traceevent, tools/perf: Rename tep_free_format() to tep_free_event()
 2018-10-18 12:04 UTC 

[PATCH] tools lib traceevent: Separate out tep_strerror() for strerror_r() issues
 2018-10-18 12:03 UTC 

[PATCH] tools/lib/traceevent: Implement libtraceevent man pages
 2018-10-18  2:30 UTC  (3+ messages)

[PATCH v3] Introduce new libtracevent API: tep_override_comm()
 2018-10-17 13:57 UTC 

[PATCH v2] Introduce new libtracevent API: tep_override_comm()
 2018-10-17  7:43 UTC 

[PATCH] Introduce new libtracevent API: tep_override_comm()
 2018-10-16 18:22 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 00/23] Add Qt-based GUI for KernelShark
 2018-10-16 15:53 UTC  (23+ messages)
` [PATCH v2 01/23] kernel-shark-qt: Fix a simple bug in KsDataStore::_freeData()
` [PATCH v2 02/23] kernel-shark-qt: Add Dual Marker for KernelShark GUI
` [PATCH v2 03/23] kernel-shark-qt: Add model for showing trace data in a text format
` [PATCH v2 04/23] kernel-shark-qt: Add Trace Viewer widget
` [PATCH v2 05/23] kernel-shark-qt: Add visualization (graph) model
` [PATCH v2 06/23] kernel-shark-qt: Add widget for OpenGL rendering
` [PATCH v2 07/23] kernel-shark-qt: Add Trace Graph widget
` [PATCH v2 08/23] kernel-shark-qt: Add dialog for Advanced filtering
` [PATCH v2 09/23] kernel-shark-qt: Add a manager class for GUI sessions
` [PATCH v2 10/23] kernel-shark-qt: Add Main Window widget for the KernelShark GUI
` [PATCH v2 11/23] kernel-shark-qt: Add KernelShark GUI executable
` [PATCH v2 12/23] kernel-shark-qt: Add "File exists" dialog
` [PATCH v2 13/23] kernel-shark-qt: Fix the glitches in the preemption time visualization
` [PATCH v2 14/23] kernel-shark-qt: Add dialog for of trace data recording
` [PATCH v2 15/23] kernel-shark-qt: Add kshark-record executable
` [PATCH v2 16/23] kernel-shark-qt: Instruct CMake to search for "pkexec"
` [PATCH v2 17/23] kernel-shark-qt: Add PolicyKit Configuration for kshark-record
` [PATCH v2 19/23] kernel-shark-qt: Add kernelshark.desktop file
` [PATCH v2 20/23] kernel-shark-qt: Add make install
` [PATCH v2 21/23] kernel-shark-qt: Add Record dialog to KS GUI
` [PATCH v2 22/23] kernel-shark-qt: Workaround for running as Root on Wayland
` [PATCH v2 23/23] kernel-shark-qt: Version 0.9.0

[PATCH v2] kernel-shark-qt: Fix the glitches in the preemption time visualization
 2018-10-12 16:46 UTC  (3+ messages)

[PATCH 00/10] Add Qt-based GUI for KernelShark
 2018-10-12 16:13 UTC  (11+ messages)
` [PATCH 01/10] kernel-shark-qt: Add Dual Marker for KernelShark GUI
` [PATCH 02/10] kernel-shark-qt: Add model for showing trace data in a text format
` [PATCH 03/10] kernel-shark-qt: Add Trace Viewer widget
` [PATCH 04/10] kernel-shark-qt: Add visualization (graph) model
` [PATCH 05/10] kernel-shark-qt: Add widget for OpenGL rendering
` [PATCH 06/10] kernel-shark-qt: Add Trace Graph widget
` [PATCH 07/10] kernel-shark-qt: Add dialog for Advanced filtering
` [PATCH 08/10] kernel-shark-qt: Add a manager class for GUI sessions
` [PATCH 09/10] kernel-shark-qt: Add Main Window widget gir the KernelShark GUI
` [PATCH 10/10] kernel-shark-qt: Add KernelShark GUI executable

[PATCH] kernel-shark-qt: Fix a simple bug in KsDataStore::_freeData()
 2018-10-12 15:49 UTC 

[PATCH v3 0/4] Add basic components to be used by the Qt GUI
 2018-10-11 21:15 UTC  (6+ messages)
` [PATCH v3 1/4] kernel-shark-qt: Add Qt as a third party dependency
` [PATCH v3 2/4] kernel-shark-qt: Add KernalShark Utils
` [PATCH v3 3/4] kernel-shark-qt: Add Widgets Lib
` [PATCH v3 4/4] kernel-shark-qt: Add widget demo example

[PATCH] kernel-shark-qt: Fix the glitches in the preemption time visualization
 2018-10-11  1:41 UTC  (2+ messages)

[PATCH v2 0/4] Add basic components to be used by the Qt GUI
 2018-10-11  1:09 UTC  (6+ messages)
` [PATCH v2 1/4] kernel-shark-qt: Add Qt as a third party dependency
` [PATCH v2 2/4] kernel-shark-qt: Add KernalShark Utils
` [PATCH v2 3/4] kernel-shark-qt: Add Widgets Lib
` [PATCH v2 4/4] kernel-shark-qt: Add widget demo example

[PATCH 0/4] Add basic components to be used by the Qt GUI
 2018-10-10 19:04 UTC  (15+ messages)
` [PATCH 1/4] kernel-shark-qt: Add Qt as a third party dependency
` [PATCH 2/4] kernel-shark-qt: Add KernalShark Utils
` [PATCH 3/4] kernel-shark-qt: Add Widgets Lib
` [PATCH 4/4] kernel-shark-qt: Add widget demo example

[PATCH] tools lib traceevent, perf tools: Move struct tep_handler definition in a local header file
 2018-10-10 10:51 UTC 

[PATCH] tools/lib/traceevent, tools/perf: Move struct tep_handler definition in a local header file
 2018-10-09  5:33 UTC  (6+ messages)
` [tip:perf/core] tools lib traceevent, perf tools: "

[PATCH v4] tools/lib/traceevent: Separate out tep_strerror() for strerror_r() issues
 2018-10-09  5:33 UTC  (3+ messages)
` [tip:perf/core] tools lib traceevent: "

[GIT PULL 00/12] perf/core improvements and fixes
 2018-10-09  5:24 UTC  (4+ messages)
` [PATCH 11/12] tools lib traceevent: Separate out tep_strerror() for strerror_r() issues
` [PATCH 12/12] tools lib traceevent, perf tools: Move struct tep_handler definition in a local header file

[PATCH v2] tools/lib/traceevent, tools/perf: Move struct tep_handler definition in a local header file
 2018-10-08 19:52 UTC  (5+ messages)
      ` [PATCH v3] "

ftrace global trace_pipe_raw
 2018-10-08 19:18 UTC  (3+ messages)

[PATCH v3] tools/lib/traceevent: Replace str_error_r() with an open coded implementation
 2018-10-05 21:41 UTC  (11+ messages)

[PATCH v3 0/5] Final preparation before adding the KernelShark GUI
 2018-10-05 19:20 UTC  (7+ messages)
` [PATCH v3 1/5] kernel-shark-qt: Add kshark_get_X_easy() functions
` [PATCH v3 2/5] kernel-shark-qt: Add kshark_convert_nano() function
` [PATCH v3 3/5] kernel-shark-qt: Add functions for fast clearing of the filters
` [PATCH v3 4/5] kernel-shark-qt: Rename the Cmake-generated header file
` [PATCH v3 5/5] kernel-shark-qt: Fix a bug in kshark_data_collection_alloc()

[PATCH v2 0/5] Final preparation before adding the KernelShark GUI
 2018-10-05 15:44 UTC  (14+ messages)
` [PATCH v2 1/5] kernel-shark-qt: Add kshark_get_X_easy() functions
` [PATCH v2 2/5] kernel-shark-qt: Add kshark_convert_nano() function
` [PATCH v2 3/5] kernel-shark-qt: Add functions for fast clearing of the filters
` [PATCH v2 4/5] kernel-shark-qt: Rename the Cmake-generated header file
` [PATCH v2 5/5] kernel-shark-qt: Fix a bug in kshark_data_collection_alloc()

[PATCH] tools/lib/traceevent, tools/perf: Move struct tep_handler definition in a local header file
 2018-10-05 12:53 UTC  (3+ messages)
  ` [PATCH v2] "

Some more updates for KernelShark
 2018-10-03 19:36 UTC  (4+ messages)

Still problem with red preempted boxes for tasks
 2018-10-03 19:15 UTC  (3+ messages)

[PATCH] [virt-server] trace-cmd listen: Use sockaddr_storage for client addresses
 2018-10-03 13:53 UTC  (2+ messages)

[PATCH] [virt-server] trace-cmd: Fix a typo in VIRT_SERVER
 2018-10-03  8:31 UTC 

[PATCH 0/3] libtraceevent: Added support for pkg-config and few other fixes related to transfoming traceevent into a library
 2018-09-28  8:11 UTC  (5+ 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 3/3] tools/lib/traceevent: Install trace-seq.h API header file

[PATCH] powertop: use external traceevent library
 2018-09-28  7:21 UTC 

[PATCH 00/16] trace-cmd: rename variables, data structures and functions in lib/traceevent
 2018-09-26 12:18 UTC  (17+ messages)
` [PATCH 01/16] tools lib traceevent, perf tools: Split trace-seq related APIs in a separate header file
` [PATCH 02/16] tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_format
` [PATCH 03/16] tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field}
` [PATCH 04/16] tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flags
` [PATCH 05/16] tools lib traceevent: Rename enum event_{sort_}type to enum tep_event_{sort_}type
` [PATCH 06/16] tools lib traceevent: Add prefix TEP_ to all EVENT_FL_* flags
` [PATCH 07/16] tools lib traceevent, perf tools: Add prefix tep_ to all print_* structures
` [PATCH 08/16] tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_print_arg_type
` [PATCH 09/16] tools lib traceevent: Add prefix tep_ to enums filter_{boolean,op,cmp}_type
` [PATCH 10/16] tools lib traceevent: Add prefix tep_ to enums filter_{exp,arg}_type
` [PATCH 11/16] tools lib traceevent: Add prefix tep_ to struct filter_{arg,value_type}
` [PATCH 12/16] tools lib traceevent: Add prefix tep_ to various structs filter_arg_*
` [PATCH 13/16] tools lib traceevent: Add prefix tep_ to structs filter_type and event_filter
` [PATCH 14/16] tools lib traceevent: Rename struct plugin_list to struct tep_plugin_list
` [PATCH 15/16] tools lib traceevent: Rename data2host*() APIs
` [PATCH 16/16] tools lib traceevent: Add prefix tep_ to enum filter_trivial_type

Some issues I found with KernelShark 1.0 prototype
 2018-09-26  7:22 UTC  (2+ messages)

[PATCH 00/15] tools/lib/traceevent: Namespace updates to make traceevent into a library
 2018-09-24 17:48 UTC  (7+ messages)

[GIT PULL 00/27] perf/core improvements and fixes
 2018-09-24 15:02 UTC  (16+ messages)
` [PATCH 06/27] tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_format
` [PATCH 07/27] tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field}
` [PATCH 08/27] tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format_flags
` [PATCH 09/27] tools lib traceevent: Rename enum event_{sort_}type to enum tep_event_{sort_}type
` [PATCH 10/27] tools lib traceevent: Add prefix TEP_ to all EVENT_FL_* flags
` [PATCH 11/27] tools lib traceevent, perf tools: Add prefix tep_ to all print_* structures
` [PATCH 12/27] tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_print_arg_type
` [PATCH 13/27] tools lib traceevent: Add prefix tep_ to enums filter_{boolean,op,cmp}_type
` [PATCH 14/27] tools lib traceevent: Add prefix tep_ to enums filter_{exp,arg}_type
` [PATCH 15/27] tools lib traceevent: Add prefix tep_ to struct filter_{arg,value_type}
` [PATCH 16/27] tools lib traceevent: Add prefix tep_ to various structs filter_arg_*
` [PATCH 17/27] tools lib traceevent: Add prefix tep_ to structs filter_type and event_filter
` [PATCH 18/27] tools lib traceevent: Rename struct plugin_list to struct tep_plugin_list
` [PATCH 19/27] tools lib traceevent: Rename data2host*() APIs
` [PATCH 20/27] tools lib traceevent: Add prefix tep_ to enum filter_trivial_type

[PATCH 0/4] Final preparation before adding the KernelShark GUI
 2018-09-21 13:45 UTC  (5+ messages)
` [PATCH 1/4] kernel-shark-qt: Add kshark_get_X_easy() functions
` [PATCH 2/4] kernel-shark-qt: Add kshark_convert_nano() function
` [PATCH 3/4] kernel-shark-qt: Add functions for fast clearing of the filters
` [PATCH 4/4] kernel-shark-qt: Rename the Cmake-generated header file

[PATCH] [virt-server] trace-cmd: Fix a minor bug in `trace-cmd listen`
 2018-09-21 13:32 UTC  (2+ messages)

[PATCH] trace-cmd: Remove unused <pthread.h> includes
 2018-09-21 13:30 UTC  (2+ messages)

power top libtraceevent integration
 2018-09-21 13:21 UTC  (2+ 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).