This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Script with static probe point throws error in Pass 3


I got the following error while probing static probe points.

Pass 3: translated to C into
"/tmp/stapS8IQsL/stap_ef975aa4108a2079c82c8d4c7d4fccaf_1986.c" in
1030usr/550sys/2102real ms.
Running make -C "/lib/modules/2.6.26.5-rt9/build" M="/tmp/stapS8IQsL"
modules >/dev/null
cc1: warnings being treated as errors
/tmp/stapS8IQsL/stap_ef975aa4108a2079c82c8d4c7d4fccaf_1986.c: In function
Ãsystemtap_module_initÃ:
/tmp/stapS8IQsL/stap_ef975aa4108a2079c82c8d4c7d4fccaf_1986.c:853: warning:
passing argument 3 of Ãmarker_probe_registerà from incompatible pointer type
/tmp/stapS8IQsL/stap_ef975aa4108a2079c82c8d4c7d4fccaf_1986.c:857: warning:
passing argument 2 of Ãmarker_probe_unregisterà from incompatible pointer
type
/tmp/stapS8IQsL/stap_ef975aa4108a2079c82c8d4c7d4fccaf_1986.c: In function
Ãsystemtap_module_exitÃ:
/tmp/stapS8IQsL/stap_ef975aa4108a2079c82c8d4c7d4fccaf_1986.c:945: warning:
passing argument 2 of Ãmarker_probe_unregisterà from incompatible pointer
type


Please suggest some solutions. Thanks.
-- 
View this message in context: http://www.nabble.com/Script-with-static-probe-point-throws-error-in-Pass-3-tp21528274p21528274.html
Sent from the Sourceware - systemtap mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]