commit | 83d0fed6d9b549c9cdeddf3745c8018706fef3c9 | [log] [tgz] |
---|---|---|
author | Yordan Karadzhov (VMware) <y.karadz@gmail.com> | Thu Sep 20 19:55:39 2018 +0300 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Sep 20 18:03:14 2018 -0400 |
tree | ce1d2d11a4cc38fce50916ccd45b6f029dd5da86 | |
parent | c70227ebb264024a06b75f4ee60010b42ecc11fb [diff] |
kernel-shark-qt: Add C++/C conversion for args of a plugin draw function. The draw function of a plugin has a type declared in C. However, the function needs to access some high level objects, defined in the C++ libraries. This patch adds instruments for converting the arguments of the plugin's draw function from C++ to C and from C to C++. Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@gmail.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>