Re: [PATCH 2/2] tracing/function-graph-tracer: improve durationoutput

From: Ingo Molnar
Date: Wed Dec 03 2008 - 03:34:03 EST



btw., i tested the graph tracer on a 16-way 64-bit box as well, and the
multi-digit CPU field printout magic works fine there too:

9) | pick_next_task() {
9) 0.283 us | pick_next_task_fair();
9) 0.276 us | pick_next_task_rt();
9) 0.273 us | pick_next_task_fair();
9) 0.279 us | pick_next_task_idle();
9) 2.596 us | }
9) 0.566 us | __lock_text_start();
10) 0.299 us | }
10) | mm_init() {
10) | pgd_alloc() {
10) | __get_free_pages() {
10) | alloc_pages_current() {
10) 0.330 us | policy_zonelist();
10) | __alloc_pages_internal() {

Ingo
--
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/