This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
error inserting module while running sleeptime.stp on maemo platform
- From: "Dmitry Malichenko" <dmitryml at gmail dot com>
- To: systemtap at sourceware dot org
- Date: Thu, 27 Nov 2008 20:28:01 +0300
- Subject: error inserting module while running sleeptime.stp on maemo platform
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=Xz3EiPRn1a023nlZZqv1abS6NSWpiIW391DzIt0Tkpo=; b=fsjFke6HUQ63eLEg19wYArRAi4wlcTGloXjnrw69yRVUCvv0VYaDWdSPKEvLJKoJLU z2IQm+FhR0/+vWOPsJW+GhviFhLHdYhTVSTQvC6VfGbvWjUug4M5iI3apr5rAGAVOU43 gIXLac8GGOt5xGEnsf38t7sLYUIlRQIn4uhLk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=kWXSkyF8cH2w4HxtDTsIdaOvwtIS1P5yXXNYfbEuhphR2+4yYueg+w6lOVLUPpykR7 gs1qEgm7ukgTRg5vw2K/70+ycVSO0F2uxr+6F21E1RBl1++g67x25PhgzD4ajseC23Ww NWOC/vMapWccgHvawcCQzm/y//Lol9ZLDixZA=
Hello,
I tried to run sleeptime.stp script from
http://sourceware.org/systemtap/wiki/ScriptsTools
on maemo platform (diablo version).
Running
stap -vvv sleeptime.stp
I've got the following
Running /usr/bin/staprun -v -v
/var/tmp/stapqX8ReO/stap_07ac9da65fb9eda7439c65904e2b95
60_12133.ko
staprun:main:249
modpath="/var/tmp/stapqX8ReO/stap_07ac9da65fb9eda7439c65904e2b9560_12133.ko",
modname="stap_07ac9da65fb9eda7439c65904e2b9560_12133"
staprun:init_staprun:207 init_staprun
staprun:insert_module:47 inserting module
staprun:insert_module:66 module options: _stp_bufsize=0
Error inserting module
'/var/tmp/stapqX8ReO/stap_07ac9da65fb9eda7439c65904e2b9560_12133.ko':
Unknown symbol in module
Pass 5: run completed in 10usr/120sys/210real ms.
Pass 5: run failed. Try again with more '-v' (verbose) options.
dmesg command says:
[ 6783.937500] stap_07ac9da65fb9eda7439c65904e2b9560_12133: Unknown
symbol relay_open
[ 6783.937500] stap_07ac9da65fb9eda7439c65904e2b9560_12133: Unknown
symbol relay_buf_full
[ 6783.945312] stap_07ac9da65fb9eda7439c65904e2b9560_12133: Unknown
symbol unregister_kretprobe
[ 6783.945312] stap_07ac9da65fb9eda7439c65904e2b9560_12133: Unknown
symbol relay_close
[ 6783.953125] stap_07ac9da65fb9eda7439c65904e2b9560_12133: Unknown
symbol relay_flush
[ 6783.953125] stap_07ac9da65fb9eda7439c65904e2b9560_12133: Unknown
symbol register_kprobe
[ 6783.953125] stap_07ac9da65fb9eda7439c65904e2b9560_12133: Unknown
symbol register_kretprobe
[ 6783.960937] stap_07ac9da65fb9eda7439c65904e2b9560_12133: Unknown
symbol unregister_kprobe
[ 6783.960937] stap_07ac9da65fb9eda7439c65904e2b9560_12133: Unknown
symbol relay_file_operations
[ 6827.679687] cx3110x: WARNING prism_softmac_frame_tx_done() returned
an empty frame.
The kernel was compiled with option CONFIG_RELAY=y
I don't understand this error enough good.
Could you please tell me in what direction I should move to get rid of
this error? How serious is the problem?
Kernel version: diablo kernel 2.6.21
Systemtap version: version 0.7.1/0.131
Thanks in advance,
Dmitry Malichenko