Quantcast
Channel: lkml.org : Shesha Sreenivasamurthy
Viewing all articles
Browse latest Browse all 1267

Re: [PATCH 1/2] sched/wait: Break up long wake list walk

$
0
0
Linus Torvalds writes: (Summary) wrote:

[...]

The long wake ups are mostly on the same page when we do instrumentation Ok.
Ok.

[...]

is collected by perf record -g -a -e probe:wake_up_page_bit -- sleep 10 It's actually not really wake_up_page_bit() that is all that interesting, it would be more interesting to see which path it is that *adds* the entries.
*adds* the entries.
So it's mainly wait_on_page_bit_common(), but also add_page_wait_queue(). Linus
Linus
Linus

Viewing all articles
Browse latest Browse all 1267

Trending Articles