> 
> For example, missing from the call graph is
> 
>       get_page_from_freelist ->
>         buffered_rmqueue ->           [ missing - inlined ]
>           prep_new_page ->            [ missing - inlined ]
>             prep_zero_page ->         [ missing - inlined ]
>               clear_highpage ->       [ missing - inlined ]
>                 kmap_atomic ->        [ missing - tailcall ]
>                   kmap_atomic_prot
> 
> (and I'm also pretty sure gcc 
> is overly aggressive at inlining, and that it causes us pain for 
> debugging, but whatever)

mm/page_alloc.c:static inline void prep_zero_page(struct page *page, int order, 
gfp_t gfp_flags)
include/linux/highmem.h:static inline void clear_highpage(struct page *page)

So at least two was explicit marked inline.
Now if that made I change i dunno.

        Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to