lkml.org 
[lkml]   [2008]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 4/4] trace: profile all if conditionals
On Fri, 21 Nov 2008 02:12:17 -0500
Steven Rostedt <rostedt@goodmis.org> wrote:

> --- a/include/linux/compiler.h
> +++ b/include/linux/compiler.h
>
> ...
>
> +#define if(cond) if (__builtin_constant_p((cond)) ? !!(cond) : \

wheee...

Now how are you going to profile ?:, while, for(;expr;), etc? ;)


\
 
 \ /
  Last update: 2008-11-22 00:23    [W:1.452 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site