X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=tools%2Flib%2Ftraceevent%2Fplugin_kvm.c;h=c20f743edf1fd7f559d32e665437b24811d0da43;hb=3cf477836e24187f2f3acbbf48c80a478d979093;hp=d71bc3fde75b382feb63709e394182d16c7290ce;hpb=d97f4ef177ddf8b877de2545dbd67d1faf6878f2;p=linux-2.6-microblaze.git diff --git a/tools/lib/traceevent/plugin_kvm.c b/tools/lib/traceevent/plugin_kvm.c index d71bc3fde75b..c20f743edf1f 100644 --- a/tools/lib/traceevent/plugin_kvm.c +++ b/tools/lib/traceevent/plugin_kvm.c @@ -479,10 +479,10 @@ int TEP_PLUGIN_LOADER(struct tep_handle *pevent) pevent_register_print_function(pevent, process_is_writable_pte, - PEVENT_FUNC_ARG_INT, + TEP_FUNC_ARG_INT, "is_writable_pte", - PEVENT_FUNC_ARG_LONG, - PEVENT_FUNC_ARG_VOID); + TEP_FUNC_ARG_LONG, + TEP_FUNC_ARG_VOID); return 0; }