This is the mail archive of the
systemtap@sources.redhat.com
mailing list for the systemtap project.
Re: runtime requests
- From: Martin Hunt <hunt at redhat dot com>
- To: "Frank Ch. Eigler" <fche at redhat dot com>
- Cc: "systemtap at sources dot redhat dot com" <systemtap at sources dot redhat dot com>
- Date: Mon, 25 Apr 2005 17:05:19 -0700
- Subject: Re: runtime requests
- Organization: Red Hat Inc.
- References: <20050425190947.GA6071@redhat.com>
On Mon, 2005-04-25 at 15:09 -0400, Frank Ch. Eigler wrote:
> Hi -
>
> The following features would make the runtime code more appetizing
> for use by the translator.
>
> - packaging it all into a single file, so it can be easily transcribed
> into the output file, just like the bison parser template
That can easily be done by putting all the includes in runtime.h. But I
left it open so the compiler has the options of not including map.c (for
example) if maps are not used.
Collecting and documenting all the includes and defines is on my todo
list.
> - letting it adapt to a kernel-level or user-level implementation
> solely using a #define
I was thinking of creating runtime-user.h which would pull in all the
user files instead of the kernel files.
Martin