Re: HOWTO in wiki: adding custom dtrace probes in the kernel

From: Marius Nünnerich <marius_at_nuenneri.ch>
Date: Mon, 1 Dec 2008 18:34:49 +0100
On Fri, Nov 28, 2008 at 8:57 PM, Tim Kientzle <kientzle_at_freebsd.org> wrote:
>>>  SDT_PROBE(foobar, source_file1, foo, entry, a, b, 0, 0, 0);
>>>
>>> Here: why are the last three arguments zeroes?
>>
>> SDT_PROBE() is a macro with a fixed number of macros, so we have to  fill
>> with 0 in case we don't want to provide some data. Maybe there's  a way to
>> provide more arguments if you do it by hand instead of using  the
>> SDT_PROBE() macro (TODO item added in the wiki to have a look at  this, feel
>> free to improve the wiki page).
>
> Seems that SDT_PROBE() should be using C99s "variadic macro"
> feature.

Is the kernel compiled in C99 mode?
Received on Mon Dec 01 2008 - 16:34:51 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:38 UTC