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]

marker.exp


Hi,

Since marker stuff (multiple handler and create modpost) are merged into mainline, I had a quick test. But it still failed.

systemtap.base/marker.exp:
	set path "/usr/src/kernels/$uname-$arch/Module.markers"

The absolute path is defined there and not suitable for self-built kernel. Somebody maybe put source in other place.
So I suggest :


set path "/lib/modules/$uname/build/Module.markers"

which is from kernel-devel or make modules_install.

Regards,
Wenji


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