Re: [PATCH] tracing/function-return-tracer: set a more humanreadable output

From: Ingo Molnar
Date: Tue Nov 25 2008 - 19:39:58 EST



* Frederic Weisbecker <fweisbec@xxxxxxxxx> wrote:

> Here is an example of trace:
>
> sys_read() {
> fget_light() {
> } 526
> vfs_read() {
> rw_verify_area() {
> security_file_permission() {
> cap_file_permission() {
> } 519
> } 1564
> } 2640
> do_sync_read() {
> pipe_read() {
> __might_sleep() {
> } 511
> pipe_wait() {
> prepare_to_wait() {
> } 760
> deactivate_task() {
> dequeue_task() {
> dequeue_task_fair() {
> dequeue_entity() {
> update_curr() {
> update_min_vruntime() {
> } 504
> } 1587
> clear_buddies() {
> } 512
> add_cfs_task_weight() {
> } 519
> update_min_vruntime() {
> } 511
> } 5602
> dequeue_entity() {
> update_curr() {
> update_min_vruntime() {
> } 496
> } 1631
> clear_buddies() {
> } 496
> update_min_vruntime() {
> } 527
> } 4580
> hrtick_update() {
> hrtick_start_fair() {
> } 488
> } 1489
> } 13700
> } 14949
> } 16016
> msecs_to_jiffies() {
> } 496
> put_prev_task_fair() {
> } 504
> pick_next_task_fair() {
> } 489
> pick_next_task_rt() {
> } 496
> pick_next_task_fair() {
> } 489
> pick_next_task_idle() {
> } 489
>
> ------------8<---------- thread 4 ------------8<----------

Wow, very nice output! :-)

I've applied them, will comment and test on them as well.

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/