lkml.org 
[lkml]   [2008]   [Jan]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH 03/23 -v6] Annotate core code that should not be traced
    Mark with "notrace" functions in core code that should not be
    traced. The "notrace" attribute will prevent gcc from adding
    a call to mcount on the annotated funtions.

    Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
    Signed-off-by: Steven Rostedt <srostedt@redhat.com>

    ---
    lib/smp_processor_id.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    Index: linux-mcount.git/lib/smp_processor_id.c
    ===================================================================
    --- linux-mcount.git.orig/lib/smp_processor_id.c 2008-01-25 21:46:50.000000000 -0500
    +++ linux-mcount.git/lib/smp_processor_id.c 2008-01-25 21:47:03.000000000 -0500
    @@ -7,7 +7,7 @@
    #include <linux/kallsyms.h>
    #include <linux/sched.h>

    -unsigned int debug_smp_processor_id(void)
    +notrace unsigned int debug_smp_processor_id(void)
    {
    unsigned long preempt_count = preempt_count();
    int this_cpu = raw_smp_processor_id();
    --


    \
     
     \ /
      Last update: 2008-01-26 05:45    [W:4.328 / U:0.600 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site