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]

Trying to get an embedded C function to use file I/O


I'm trying to use regular C I/O in an embedded C function for SystemTap. When I try and do:

%{
#include <stdio.h>
%}

I get an error that SystemTap cannot find stdio.h. I am using -g for guru mode.

Is there some form of restriction on C stdio?

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.

-- Jeff J.


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