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: Trying to get an embedded C function to use file I/O


jjohnstn wrote:

> [...]
> Is there some form of restriction on C stdio?

There are several restrictions on embedded-C code; you ran into one
associated with the default kernel-module based backend.

> I want to use it because I ultimately need to create multiple files
> from trace data and -o does not allow me to do this.

Can you elaborate?  Until systemtap grows a good native ability, could
you output into a pipe and let a userspace filter separate the items?

- FChE


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