Home
last modified time | relevance | path

Searched refs:tep_plugin_kvm_get_func (Results 1 – 6 of 6) sorted by relevance

/external/libtraceevent/Documentation/
Dlibtraceevent-kvm-plugin.txt6 tep_plugin_kvm_get_func, tep_plugin_kvm_put_func - Add function name for instruction pointer of kvm…
14 const char pass:[*]*tep_plugin_kvm_get_func*(struct tep_event pass:[*]event,
22 The functions *tep_plugin_kvm_get_func()* and *tep_plugin_kvm_put_func()*
37 *tep_plugin_kvm_get_func()* to see if that function can resolve the instruction
48 If the application defines *tep_plugin_kvm_get_func()*, it must use the above
61 If the returned string of *tep_plugin_kvm_get_func()* was allocated, the KVM plugin
63 value returned by *tep_plugin_kvm_get_func()* as _func_. This allows the application
68 The *tep_plugin_kvm_get_func()* is not to be called by the application but instead
76 linker can resolve the *tep_plugin_kvm_get_func()* and *tep_plugin_kvm_put_func()* functions.
108 const char *tep_plugin_kvm_get_func(struct tep_event *event, struct tep_record *record,
Dlibtraceevent.txt164 const char pass:[*]*tep_plugin_kvm_get_func*(struct tep_event pass:[*]event,
/external/libtraceevent/plugins/
Dplugin_kvm.c278 __weak const char *tep_plugin_kvm_get_func(struct tep_event *event, in tep_plugin_kvm_get_func() function
296 func = tep_plugin_kvm_get_func(event, record, &ip); in add_rip_function()
/external/trace-cmd/python/
Dctracecmd.i243 %ignore tep_plugin_kvm_get_func;
/external/libtraceevent/include/traceevent/
Devent-parse.h808 const char *tep_plugin_kvm_get_func(struct tep_event *event,
/external/trace-cmd/tracecmd/
Dtrace-read.c1109 const char *tep_plugin_kvm_get_func(struct tep_event *event, in tep_plugin_kvm_get_func() function