Searched refs:tep_plugin_kvm_get_func (Results 1 – 6 of 6) sorted by relevance
/external/libtraceevent/Documentation/ |
D | libtraceevent-kvm-plugin.txt | 6 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,
|
D | libtraceevent.txt | 164 const char pass:[*]*tep_plugin_kvm_get_func*(struct tep_event pass:[*]event,
|
/external/libtraceevent/plugins/ |
D | plugin_kvm.c | 278 __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/ |
D | ctracecmd.i | 243 %ignore tep_plugin_kvm_get_func;
|
/external/libtraceevent/include/traceevent/ |
D | event-parse.h | 808 const char *tep_plugin_kvm_get_func(struct tep_event *event,
|
/external/trace-cmd/tracecmd/ |
D | trace-read.c | 1109 const char *tep_plugin_kvm_get_func(struct tep_event *event, in tep_plugin_kvm_get_func() function
|