Re: Copy on write and page initialization

From: Frank Ch. Eigler
Date: Thu Feb 26 2009 - 16:27:26 EST


sidc7 <siddhartha.chhabra@xxxxxxxxx> writes:

> I figured why it was not breaking, cow_user_page is inlined hence it wont
> break there [...]

There is good chance a systemtap can find it for you despite inlining:

# stap -e 'probe kernel.function("cow_user_page") { print_backtrace() }'


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