linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-06 08:49:21 to 2018-08-01 20:09:46 UTC [more...]

[PATCH v2 0/7] Add visualization model for the Qt-based KernelShark
 2018-08-01 18:22 UTC  (13+ messages)
` [PATCH v2 1/7] kernel-shark-qt: Change the type of the fields in struct kshark_entry
` [PATCH v2 2/7] kernel-shark-qt: Add generic instruments for searching inside the trace data
` [PATCH v2 3/7] kernel-shark-qt: Introduce the visualization model used by the Qt-based KS
` [PATCH v2 4/7] kernel-shark-qt: Add an example showing how to manipulate the Vis. model
` [PATCH v2 5/7] kernel-shark-qt: Define Data collections
` [PATCH v2 6/7] kernel-shark-qt: Make the Vis. model use "
` [PATCH v2 7/7] kernel-shark-qt: Changed the KernelShark version identifier

[PATCH 00/24] Rename variables, data structures and functions in libtraceevent
 2018-08-01 12:41 UTC  (25+ messages)
` [PATCH 01/24] tools/lib/traceevent, tools/perf: Rename struct pevent
` [PATCH 02/24] tools/lib/traceevent, tools/perf: Rename struct pevent_record
` [PATCH 03/24] tools/lib/traceevent, tools/perf: Rename pevent plugin related APIs
` [PATCH 04/24] tools/lib/traceevent, tools/perf: Rename pevent alloc / free APIs
` [PATCH 05/24] tools/lib/traceevent, tools/perf: Rename pevent find APIs
` [PATCH 06/24] tools/lib/traceevent, tools/perf: Rename pevent parse APIs
` [PATCH 07/24] tools/lib/traceevent, tools/perf: Rename pevent print APIs
` [PATCH 08/24] tools/lib/traceevent, tools/perf: Rename pevent_read_number_* APIs
` [PATCH 09/24] tools/lib/traceevent, tools/perf: Rename pevent_register_* APIs
` [PATCH 10/24] tools/lib/traceevent, tools/perf: Rename pevent_set_* APIs
` [PATCH 11/24] tools/lib/traceevent, tools/perf: Rename traceevent_* APIs
` [PATCH 12/24] tools/lib/traceevent, tools/perf: Rename enum pevent_flag
` [PATCH 13/24] tools/lib/traceevent, tools/lib/lockdep/: Rename enunm pevent_errno
` [PATCH 14/24] tools/lib/traceevent: Rename pevent_function* APIs
` [PATCH 15/24] tools/lib/traceevent, tools/perf: Rename traceevent_* APIs
` [PATCH 16/24] tools/lib/traceevent: Rename pevent_filter* APIs
` [PATCH 17/24] tools/lib/traceevent: Rename pevent_register / unregister APIs
` [PATCH 18/24] tools/lib/traceevent: Rename pevent_data_ APIs
` [PATCH 19/24] tools/lib/traceevent: Rename pevent filed APIs
` [PATCH 20/24] tools/lib/traceevent: Rename pevent_find_* APIs
` [PATCH 21/24] tools/lib/traceevent: Rename various pevent get/set/is APIs
` [PATCH 22/24] tools/lib/traceevent: Rename internal parser related APIs
` [PATCH 23/24] tools/lib/traceevent: Rename various pevent APIs
` [PATCH 24/24] tools/lib/traceevent: Rename static variables and functions in event-parse.c

[PATCH 0/6] Add visualization model for the Qt-based KernelShark
 2018-07-31 17:08 UTC  (16+ messages)
` [PATCH 1/6] kernel-shark-qt: Add generic instruments for searching inside the trace data
` [PATCH 2/6] kernel-shark-qt: Introduce the visualization model used by the Qt-based KS
` [PATCH 3/6] kernel-shark-qt: Add an example showing how to manipulate the Vis. model
` [PATCH 4/6] kernel-shark-qt: Define Data collections
` [PATCH 5/6] kernel-shark-qt: Make the Vis. model use "
` [PATCH 6/6] kernel-shark-qt: Changed the KernelShark version identifier

[PATCH 1/2] kernel-shark-qt: Deal with the "no tasks" case in kshark_get_task_pids()
 2018-07-11 14:08 UTC  (5+ messages)
` [PATCH 2/2] kernel-shark-qt: Fix the default value of the Event Visible flag

[PATCH] kernel-shark-qt: Make helper functions recognize data type to improve performance
 2018-07-10 16:06 UTC  (4+ messages)

[PATCH v4 1/9] kernel-shark-qt: Add Cmake build system for the Qt based KernelShark
 2018-07-09 15:57 UTC  (11+ messages)
` [PATCH v4 2/9] kernel-shark-qt: Automatic generation of doxygen documentation
` [PATCH v4 3/9] kernel-shark-qt: Add API for loading trace.dat files
` [PATCH v4 4/9] kernel-shark-qt: Add an example showing how to load trace data
` [PATCH v4 5/9] kernel-shark-qt: Add a README file to trace-cmd/kernel-shark-qt
` [PATCH v4 6/9] kernel-shark-qt: Add filtering to the C API of KernelShark
` [PATCH v4 7/9] kernel-shark-qt: Add an example showing how to filter trace data
` [PATCH v4 8/9] kernel-shark-qt: Add Advanced filter to the session context
` [PATCH v4 9/9] kernel-shark-qt: Add example of advanded filtering

[PATCH 2/3] kernel-shark-qt: Consolidate load_data_entries and load_data_records
 2018-07-09 15:54 UTC  (18+ messages)

[RFC 1/3] kernel-shark-qt: Add generic instruments for searching inside the trace data
 2018-07-05 15:37 UTC  (3+ messages)
` [RFC 2/3] kernel-shark-qt: Introduce the visualization model used by the Qt-based KS
` [RFC 3/3] kernel-shark-qt: Add an example showing how to manipulate the Vis. model

[PATCH 3/3] kernel-shark-qt: Add helper function to find the next_cpu in kshark_load_data_*()
 2018-07-04 11:59 UTC  (2+ messages)

[PATCH 0/3] kernel-shark-qt: Merge kshark_load_data_records/entries()
 2018-07-04 11:49 UTC  (4+ messages)

[PATCH 1/3] kernel-shark-qt: Move declarations to top in datafilter.c example
 2018-07-03 16:21 UTC 

[PATCH v3 0/9] Introduce the basic part of the C API of KS-1.0
 2018-06-29 18:34 UTC  (12+ messages)
` [PATCH v3 1/9] kernel-shark-qt: Add Cmake build system for the Qt based KernelShark
` [PATCH v3 2/9] kernel-shark-qt: Automatic generation of doxygen documentation
` [PATCH v3 3/9] kernel-shark-qt: Add API for loading trace.dat files
` [PATCH v3 4/9] kernel-shark-qt: Add an example showing how to load trace data
` [PATCH v3 5/9] kernel-shark-qt: Add a README file to trace-cmd/kernel-shark-qt
` [PATCH v3 6/9] kernel-shark-qt: Add filtering to the C API of KernelShark
` [PATCH v3 7/9] kernel-shark-qt: Add an example showing how to filter trace data
` [PATCH v3 8/9] kernel-shark-qt: Add Advanced filter to the session context
` [PATCH v3 9/9] kernel-shark-qt: Add example of advanded filtering

[PATCH v2 0/9] Introduce the basic part of the C API of KS-1.0
 2018-06-28 23:44 UTC  (17+ messages)
` [PATCH v2 1/9] kernel-shark-qt: Add Cmake build system for the Qt based KernelShark
` [PATCH v2 2/9] kernel-shark-qt: Automatic generation of doxygen documentation
` [PATCH v2 3/9] kernel-shark-qt: Add API for loading trace.dat files
` [PATCH v2 4/9] kernel-shark-qt: Add an example showing how to load trace data
` [PATCH v2 5/9] kernel-shark-qt: Add a README file to trace-cmd/kernel-shark-qt
` [PATCH v2 6/9] kernel-shark-qt: Add filtering to the C API of KernelShark
` [PATCH v2 7/9] kernel-shark-qt: Add an example showing how to filter trace data
` [PATCH v2 8/9] kernel-shark-qt: Add Advanced filter to the session context
` [PATCH v2 9/9] kernel-shark-qt: Add example of advanded filtering

[PATCH 0/7] Introduce the very basic part of the C API of KS-1.0
 2018-06-26 15:26 UTC  (21+ messages)
` [PATCH 1/7] kernel-shark-qt: Add Cmake build system for the Qt based KernelShark
` [PATCH 3/7] kernel-shark-qt: Add API for loading trace.dat files
` [PATCH 4/7] kernel-shark-qt: Add an example showing how to load trace data
` [PATCH 5/7] kernel-shark-qt: Add a README file to trace-cmd/kernel-shark-qt
` [PATCH 6/7] kernel-shark-qt: Add filtering to the C API of KernelShark
` [PATCH 7/7] kernel-shark-qt: Add an example showing how to filter trace data
  ` [PATCH 2/7] kernel-shark-qt: Automatic generation of doxygen documentation

[PATCH 4/5] trace-cmd: Add "tracecmd_" to namespace of filter hash
 2018-06-21 15:43 UTC 

[PATCH 0/5] trace-cmd: Update for moving trace-filter-hash into libtracecmd.a
 2018-06-21 15:43 UTC 

[PATCH 1/5] kernelshark: Change the license of trace-filter-hash.[ch] for LPGL
 2018-06-21 15:43 UTC 

[PATCH 2/5] trace-cmd/kernelshark: Move trace-filter-hash.o libtracecmd.a
 2018-06-21 15:43 UTC 

[PATCH 3/5] trace-cmd: Move the Knuth functions out of trace-filter-hash.h
 2018-06-21 15:43 UTC 

[PATCH v2 1/2] trace-filter: Change the naming convention used in trace-filter-hash
 2018-06-20 18:13 UTC  (7+ messages)
` [PATCH v2 2/2] trace-filter: Change the hashing function used when filtering

[PATCH 0/4]trace-filter: Detach trace-filter-hash from KS GUI
 2018-06-19 13:13 UTC  (8+ messages)
` [PATCH 1/4] trace-cmd: Header files management in trace-hash.h
` [PATCH 2/4] trace-filter: Remove the Gtk dependency in trace-filter-hash
` [PATCH 3/4] trace-filter: Change the naming convention used "
` [PATCH 4/4] trace-filter: Change the hashing function used when filtering

[PATCH] trace-cmd: virt-server: fix snprintf-related warnings
 2018-02-13  8:54 UTC 

[PATCH] trace-cmd: Make the build messages to show only file names
 2018-02-08 15:31 UTC  (2+ messages)

[PATCH v2 00/24] trace-cmd: restructure the project's source tree
 2018-02-08  7:29 UTC  (26+ messages)
` [PATCH v2 07/24] trace-cmd: Move trace-hash-local.h in lib/trace-cmd/include
` [PATCH v2 08/24] trace-cmd: Move libtracecmd *.c files in lib/trace-cmd
` [PATCH v2 09/24] trace-cmd: Move GUI headers in kernel-shark/include
` [PATCH v2 10/24] trace-cmd: Move GUI *.c files in kernel-shark/
` [PATCH v2 11/24] trace-cmd: Move plugin_* files in plugins/
` [PATCH v2 12/24] trace-cmd: Fix the broken target ctracecmdgui.so
` [PATCH v2 13/24] trace-cmd: Move python-related files in python/
` [PATCH v2 14/24] trace-cmd: Move tracecmd headers in tracecmd/include
` [PATCH v2 15/24] trace-cmd: Move version.h in include/
` [PATCH v2 16/24] trace-cmd: Move trace-cmd app files in tracecmd/
` [PATCH v2 17/24] trace-cmd: Fix the logic behind SWIG_DEFINED in the Makefile
` [PATCH v2 18/24] trace-cmd: Make the build to tell when python-dev is missing
` [PATCH v2 19/24] trace-cmd: Make libtraceevent builable out-of-tree
` [PATCH v2 20/24] trace-cmd: Make the plugins buildable out-of-tree
` [PATCH v2 21/24] trace-cmd: Make libtracecmd "
` [PATCH v2 22/24] trace-cmd: Make the trace-cmd target "
` [PATCH v2 23/24] trace-cmd: Make the python targets "
` [PATCH v2 24/24] trace-cmd: Make the GUI "


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