messages from 2018-08-20 17:51:14 to 2018-09-20 10:01:44 UTC [more...]
[PATCH v4 0/7] Add infrastructure for plugins
2018-09-20 4:11 UTC (12+ messages)
` [PATCH v4 1/7] kernel-shark-qt: Add plugin infrastructure to be used by the Qt-baset KS
` [PATCH v4 2/7] kernel-shark-qt: Add Plugin event handlers to session
` [PATCH v4 3/7] kernel-shark-qt: Add C++/C conversion for args of a plugin draw function
` [PATCH v4 4/7] kernel-shark-qt: Make kshark_read_at() non-static
` [PATCH v4 5/7] kernel-shark-qt: Add src/plugins dir. to hold the source code of the plugins
` [PATCH v4 6/7] kernel-shark-qt: Tell Doxygen to enter ../src/plugins/
` [PATCH v4 7/7] kernel-shark-qt: Add a plugin for sched events
[PATCH 00/15] tools/lib/traceevent: Namespace updates to make traceevent into a library
2018-09-19 18:56 UTC (16+ messages)
` [PATCH 01/15] tools/lib/traceevent, tools/perf: Rename struct event_format to struct tep_event_format
` [PATCH 02/15] tools/lib/traceevent, tools/perf: Rename struct format{_field} to struct tep_format{_field}
` [PATCH 03/15] tools/lib/traceevent, tools/perf: Rename enum format_flags to enum tep_format_flags
` [PATCH 04/15] tools/lib/traceevent: Rename enum event_{sort_}type to enum tep_event_{sort_}type
` [PATCH 05/15] tools/lib/traceevent: Add prefix TEP_ to all EVENT_FL_* flags
` [PATCH 06/15] tools/lib/traceevent, tools/perf: Add prefix tep_ to all print_* structures
` [PATCH 07/15] tools/lib/traceevent, tools/perf: Rename enum print_arg_type to enum tep_print_arg_type
` [PATCH 08/15] tools/lib/traceevent: Add prefix tep_ to enums filter_{boolean,op,cmp}_type
` [PATCH 09/15] tools/lib/traceevent: Add prefix tep_ to enums filter_{exp,arg}_type
` [PATCH 10/15] tools/lib/traceevent: Add prefix tep_ to struct filter_{arg,value_type}
` [PATCH 11/15] tools/lib/traceevent: Add prefix tep_ to various structs filter_arg_*
` [PATCH 12/15] tools/lib/traceevent: Add prefix tep_ to structs filter_type and event_filter
` [PATCH 13/15] tools/lib/traceevent: Rename struct plugin_list to struct tep_plugin_list
` [PATCH 14/15] tools/lib/traceevent: Rename data2host*() APIs
` [PATCH 15/15] tools/lib/traceevent: Add prefix tep_ to enum filter_trivial_type
[PATCH 00/14] Rename variables, data structures and functions in libtraceevent
2018-09-19 11:12 UTC (6+ messages)
` [PATCH 13/14] tools/lib/traceevent: Add prefix tep_ to enum filter_trivial_type and all its members. Rename data2host*() APIs
` [PATCH 1/2] tools/lib/traceevent: "
` [PATCH 2/2] tools/lib/traceevent: Add prefix tep_ to enum filter_trivial_type and all its members
[PATCH v2 1/2] kernel-shark-qt: Add "DEBUG" build mode
2018-09-18 17:17 UTC (3+ messages)
` [PATCH v2 2/2] kernel-shark-qt: Fix all problems revealed after adding "-O2" compiler flag
[PATCH 1/2] kernel-shark-qt: Add "-O2" compiler flag
2018-09-17 17:15 UTC (3+ messages)
` [PATCH 2/2] kernel-shark-qt: Fix all problems revealed after adding "
[PATCH v3 0/7] Add infrastructure for plugins
2018-09-17 14:42 UTC (8+ messages)
` [PATCH v3 1/7] kernel-shark-qt: Add plugin infrastructure to be used by the Qt-baset KS
` [PATCH v3 2/7] kernel-shark-qt: Add Plugin event handlers to session
` [PATCH v3 3/7] kernel-shark-qt: Add C++/C conversion for args of a plugin draw function
` [PATCH v3 4/7] kernel-shark-qt: Make kshark_read_at() non-static
` [PATCH v3 5/7] kernel-shark-qt: Add src/plugins dir. to hold the source code of the plugins
` [PATCH v3 6/7] kernel-shark-qt: Tell Doxygen to enter ../src/plugins/
` [PATCH v3 7/7] kernel-shark-qt: Add a plugin for sched events
[PATCH 0/7] Add infrastructure for plugins
2018-09-05 2:09 UTC (9+ messages)
` [PATCH 1/7] kernel-shark-qt: Add plugin infrastructure to be used by the Qt-baset KS
` [PATCH 2/7] kernel-shark-qt: Add Plugin event handlers to session
` [PATCH 3/7] kernel-shark-qt: Add C++/C conversion for args of a plugin draw function
` [PATCH 4/7] kernel-shark-qt: Make kshark_read_at() non-static
` [PATCH 5/7] kernel-shark-qt: Add src/plugins dir. to hold the source code of the plugins
` [PATCH 6/7] kernel-shark-qt: Tell Doxygen to enter ../src/plugins/
` [PATCH 7/7] kernel-shark-qt: Add a plugin for sched events
[PATCH] Introduce new libtracevent API: tep_override_comm()
2018-08-31 6:27 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/7] The infrastructure for plugins used by the Qt-based
2018-08-30 17:38 UTC (23+ messages)
` [PATCH 1/7] kernel-shark-qt: Add plugin infrastructure to be used by the Qt-baset KS
` [PATCH 2/7] kernel-shark-qt: Add Plugin event handlers to session
` [PATCH 3/7] kernel-shark-qt: Add C++/C conversion for args of a plugin draw function
` [PATCH 4/7] kernel-shark-qt: Make kshark_read_at() non-static
` [PATCH 5/7] kernel-shark-qt: Add src/plugins dir. to hold the source code of the plugins
` [PATCH 6/7] kernel-shark-qt: Tell Doxygen to enter ../src/plugins/
` [PATCH 7/7] kernel-shark-qt: Add a plugin for sched events
` [PATCH 0/7] Add infrastructure for plugins
[PATCH 1/4] kernel-shark-qt: Change "pevent_" to "tep_" in Doxygen
2018-08-29 16:35 UTC (7+ messages)
` [PATCH 2/4] kernel-shark-qt: Restore the alignment in libkshark-configio.c
` [PATCH 3/4] kernel-shark-qt: Remove TODO comment in kshark_load_data_entries()
` [PATCH 4/4] kernel-shark-qt: Fix Doxygen doc. for libkshark-model.c
[PATCH v3 0/4] Add drawing instrumentation to be used by the Qt-based KernelShark
2018-08-29 13:08 UTC (6+ messages)
` [PATCH v3 1/4] kernel-shark-qt: Add OpenGL/GLUT as a third party dependency
` [PATCH v3 2/4] kernel-shark-qt: Add basic instruments for OpenGL plotting
` [PATCH v3 3/4] kernel-shark-qt: Add C++ API for drawing of Graphs
` [PATCH v3 4/4] kernel-shark-qt: Add an example showing how to draw shapes and Graphs
[PATCH v3 00/24] trace-cmd: rename variables, data structures and functions in lib/traceevent
2018-08-28 22:18 UTC (30+ messages)
` [PATCH v3 02/24] tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record'
` [PATCH v3 03/24] tools lib traceevent, perf tools: Rename pevent plugin related APIs
` [PATCH v3.5 "
` [PATCH v3 04/24] tools lib traceevent, perf tools: Rename pevent alloc / free APIs
` [PATCH v3 05/24] tools lib traceevent, perf tools: Rename pevent find APIs
` [PATCH v3 06/24] tools lib traceevent, perf tools: Rename pevent parse APIs
` [PATCH v3 07/24] tools lib traceevent, perf tools: Rename pevent print APIs
` [PATCH v3 08/24] tools lib traceevent, perf tools: Rename pevent_read_number_* APIs
` [PATCH v3 09/24] tools lib traceevent, perf tools: Rename pevent_register_* APIs
` [PATCH v3 10/24] tools lib traceevent, perf tools: Rename pevent_set_* APIs
` [PATCH v3 11/24] tools lib traceevent, perf tools: Rename traceevent_* APIs
` [PATCH v3 12/24] tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'
` [PATCH v3 13/24] tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno'
` [PATCH v3 14/24] tools lib traceevent: Rename pevent_function* APIs
` [PATCH v3 15/24] tools lib traceevent, perf tools: Rename traceevent_plugin_* APIs
` [PATCH v3 16/24] tools lib traceevent: Rename pevent_filter* APIs
` [PATCH v3 17/24] tools lib traceevent: Rename pevent_register / unregister APIs
` [PATCH v3 18/24] tools lib traceevent: Rename pevent_data_ APIs
` [PATCH v3 19/24] tools lib traceevent: Rename pevent field APIs
` [PATCH v3 20/24] tools lib traceevent: Rename pevent_find_* APIs
` [PATCH v3 21/24] tools lib traceevent: Rename various pevent get/set/is APIs
` [PATCH v3.5 "
` [PATCH v3 22/24] tools lib traceevent: Rename internal parser related APIs
` [PATCH v3 23/24] tools lib traceevent: Rename various pevent APIs
` [PATCH v3 24/24] tools lib traceevent: Rename static variables and functions in event-parse.c
[PATCH] tools lib traceevent: Change to SPDX License format
2018-08-28 10:39 UTC
[PATCH] tools lib traceevent, perf tools: Split trace-seq related APIs in a separate header file, trace-seq.h
2018-08-28 10:25 UTC
Urgent,
2018-08-27 4:02 UTC
[PATCH v2 0/4] Add drawing instrumentation to be used by the Qt-based KernelShark
2018-08-24 21:19 UTC (9+ messages)
` [PATCH v2 1/4] kernel-shark-qt: Add OpenGL/GLUT as a third party dependency
` [PATCH v2 2/4] kernel-shark-qt: Add basic instruments for OpenGL plotting
` [PATCH v2 3/4] kernel-shark-qt: Add C++ API for drawing of Graphs
` [PATCH v2 4/4] kernel-shark-qt: Add an example showing how to draw shapes and Graphs
libtracevent build warnings on Clear Linux (gcc 8.2.0)
2018-08-24 13:42 UTC (5+ messages)
[PATCH 0/5] Add drawing instrumentation to be used by the Qt-based KernelShark
2018-08-24 1:43 UTC (8+ messages)
` [PATCH 1/5] kernel-shark-qt: Add OpenGL/GLUT as a third party dependency
` [PATCH 2/5] kernel-shark-qt: Add basic instruments for OpenGL plotting
` [PATCH 3/5] kernel-shark-qt: Add C++ API for drawing of Graphs
` [PATCH 4/5] kernel-shark-qt: Add an example showing how to draw shapes and Graphs
` [PATCH 5/5] kernel-shark-qt: Version 0.8.0
[PATCH 00/24] trace-cmd: rename variables, data structures and functions in lib/traceevent
2018-08-24 0:56 UTC (25+ messages)
` [PATCH 02/24] tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record'
` [PATCH 03/24] tools lib traceevent, perf tools: Rename pevent plugin related APIs
` [PATCH 04/24] tools lib traceevent, perf tools: Rename pevent alloc / free APIs
` [PATCH 05/24] tools lib traceevent, perf tools: Rename pevent find APIs
` [PATCH 06/24] tools lib traceevent, perf tools: Rename pevent parse APIs
` [PATCH 07/24] tools lib traceevent, perf tools: Rename pevent print APIs
` [PATCH 08/24] tools lib traceevent, perf tools: Rename pevent_read_number_* APIs
` [PATCH 09/24] tools lib traceevent, perf tools: Rename pevent_register_* APIs
` [PATCH 10/24] tools lib traceevent, perf tools: Rename pevent_set_* APIs
` [PATCH 11/24] tools lib traceevent, perf tools: Rename traceevent_* APIs
` [PATCH 12/24] tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'
` [PATCH 13/24] tools lib traceevent, tools lib lockdep: Rename 'enum pevent_errno' to 'enum tep_errno'
` [PATCH 14/24] tools lib traceevent: Rename pevent_function* APIs
` [PATCH 15/24] tools lib traceevent, perf tools: Rename traceevent_plugin_* 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 field 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 01/24] tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle
[GIT PULL 00/21] perf/core improvements and fixes
2018-08-23 8:31 UTC (3+ messages)
` [PATCH 04/21] tools lib traceevent: Change to SPDX License format
[PATCH] tools/lib/traceevent: Fixed few compiler warnings
2018-08-22 12:00 UTC
[PATCH v4 2/3] kernel-shark-qt: Add I/O for configuration data
2018-08-21 15:36 UTC (2+ messages)
Charity Project
2018-08-20 23:01 UTC
[PATCH 00/24] trace-cmd: rename variables, data structures and functions in lib/traceevent
2018-08-21 3:01 UTC (22+ messages)
` [PATCH 02/24] trace-cmd: Rename struct pevent_record to struct tep_record
` [PATCH 05/24] trace-cmd: Rename pevent find APIs
` [PATCH 07/24] trace-cmd: Rename pevent print APIs
` [PATCH 08/24] trace-cmd: Rename pevent_read_number_* APIs
` [PATCH 09/24] trace-cmd: Rename pevent_register_* APIs
` [PATCH 10/24] trace-cmd: Rename pevent_set_* APIs
` [PATCH 11/24] trace-cmd: Rename pevent_traceevent_* APIs
` [PATCH 12/24] trace-cmd: Rename enum pevent_flag to enum tep_flag
` [PATCH 13/24] trace-cmd: Rename enunm pevent_errno to enum tep_errno
` [PATCH 14/24] trace-cmd: Rename pevent_function* APIs
` [PATCH 15/24] trace-cmd: Rename traceevent_* APIs
` [PATCH 16/24] trace-cmd: Rename pevent_filter* APIs
` [PATCH 17/24] trace-cmd: Rename pevent_register / unregister APIs
` [PATCH 18/24] trace-cmd: Rename pevent_data_ APIs
` [PATCH 19/24] trace-cmd: Rename pevent field APIs
` [PATCH 20/24] trace-cmd: Rename pevent_find_* APIs
` [PATCH 21/24] trace-cmd: Rename various pevent get/set/is APIs
` [PATCH 22/24] trace-cmd: Rename internal parser related APIs
` [PATCH 23/24] trace-cmd: Rename various pevent APIs
` [PATCH 24/24] trace-cmd: Rename static variables and functions in event-parse.c
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).