Systemtap是否支持PPC32?我看到上面提到它在英特尔和PPC64平台上都是受支持的,但是关于PPC32的信息并不多。
另外,SystemTap可以用来调试定制的可加载内核模块吗?
谢谢,Sethu
发布于 2012-05-19 22:11:29
Systemtap现在只支持ppc64了。
如果您使用"Red Hat Enterprise Linux5服务器“或其他较旧的发行版,您可以找到ppc-32支持。
如果你正在考虑使用任何其他类似的工具,这里有一个比较列表:
http://sourceware.org/systemtap/wiki/SystemtapDtraceComparison
发布于 2015-03-07 02:27:01
Systemtap还支持PPC64LE架构,这基本上是PPC64的新ABI,并以小端模式运行。
brenohl@sid:~/stap$ apt-cache show systemtap
Package: systemtap
Priority: optional
Section: universe/devel
Installed-Size: 3066
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Ritesh Raj Sarraf <rrs@debian.org>
Architecture: ppc64elhttps://stackoverflow.com/questions/10544382
复制相似问题