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]

Re: [ltt-dev] SystemTAP support in tracepoints


On Wed, 2011-04-13 at 12:58 -0400, Mathieu Desnoyers wrote:
> For the package dependency: I'd need to know:
> 
> 1 - which package provide sdt.h.

fedora and opensuse derived distros call it systemtap-sdt-devel,
debian derived distros call it systemtap-sdt-dev.

> 2 - which distributions provide it.

At least those derived from fedora, opensuse and debian.

> 3 - what the dependencies of the package are.

I don't think it has any requirements.

> 4 - which architectures are supported by this package.

I think the package is architecture all since the only architecture
specific thing there possibly could be is whether the NOP instruction is
called NOP. But I know people have been using it at least on amd64,
armel, i386, ia64, powerpc and s390.

> For the sdt.h copy: we could certainly ship it into UST too.

I wouldn't bother, in general sys/sdt.h should be universally available.
And it has some tricks to be more efficient if the assembler contains
the right support for certain directives, so you would then also need to
add the configury for sdt-config.h.in if you are going to install it
yourself.

Cheers,

Mark


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