Re: [PATCH v2 2/3] perf script: Print comm, fork and exit events also

2013-11-25 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 19, 2013 at 09:18:20AM +0900, Namhyung Kim escreveu: > On Mon, 18 Nov 2013 10:57:00 -0300, Arnaldo Carvalho de Melo wrote: > > Em Mon, Nov 18, 2013 at 02:34:53PM +0900, Namhyung Kim escreveu: > >> If --show-task option is given, also print internal COMM, FORK and > >> EXIT events. It

Re: [PATCH v2 2/3] perf script: Print comm, fork and exit events also

2013-11-25 Thread Arnaldo Carvalho de Melo
Em Tue, Nov 19, 2013 at 09:18:20AM +0900, Namhyung Kim escreveu: On Mon, 18 Nov 2013 10:57:00 -0300, Arnaldo Carvalho de Melo wrote: Em Mon, Nov 18, 2013 at 02:34:53PM +0900, Namhyung Kim escreveu: If --show-task option is given, also print internal COMM, FORK and EXIT events. It would be

Re: [PATCH v2 2/3] perf script: Print comm, fork and exit events also

2013-11-18 Thread Namhyung Kim
Hi Arnaldo, On Mon, 18 Nov 2013 10:57:00 -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Nov 18, 2013 at 02:34:53PM +0900, Namhyung Kim escreveu: >> If --show-task option is given, also print internal COMM, FORK and >> EXIT events. It would be helpful for debugging. > > Humm, --show-task-events

Re: [PATCH v2 2/3] perf script: Print comm, fork and exit events also

2013-11-18 Thread Arnaldo Carvalho de Melo
Em Mon, Nov 18, 2013 at 02:34:53PM +0900, Namhyung Kim escreveu: > If --show-task option is given, also print internal COMM, FORK and > EXIT events. It would be helpful for debugging. Humm, --show-task-events is clearer albeit long :-\ With shell completion shouldn't be an issue tho. Also,

Re: [PATCH v2 2/3] perf script: Print comm, fork and exit events also

2013-11-18 Thread Arnaldo Carvalho de Melo
Em Mon, Nov 18, 2013 at 02:34:53PM +0900, Namhyung Kim escreveu: If --show-task option is given, also print internal COMM, FORK and EXIT events. It would be helpful for debugging. Humm, --show-task-events is clearer albeit long :-\ With shell completion shouldn't be an issue tho. Also, can't

Re: [PATCH v2 2/3] perf script: Print comm, fork and exit events also

2013-11-18 Thread Namhyung Kim
Hi Arnaldo, On Mon, 18 Nov 2013 10:57:00 -0300, Arnaldo Carvalho de Melo wrote: Em Mon, Nov 18, 2013 at 02:34:53PM +0900, Namhyung Kim escreveu: If --show-task option is given, also print internal COMM, FORK and EXIT events. It would be helpful for debugging. Humm, --show-task-events is

[PATCH v2 2/3] perf script: Print comm, fork and exit events also

2013-11-17 Thread Namhyung Kim
If --show-task option is given, also print internal COMM, FORK and EXIT events. It would be helpful for debugging. $ perf script --show-task ... swapper 0 [009] 3350640.335261: sched:sched_switch: prev_comm=swapper/9 sleep 9486 [009] 3350640.335509: comm: perf -->

[PATCH v2 2/3] perf script: Print comm, fork and exit events also

2013-11-17 Thread Namhyung Kim
If --show-task option is given, also print internal COMM, FORK and EXIT events. It would be helpful for debugging. $ perf script --show-task ... swapper 0 [009] 3350640.335261: sched:sched_switch: prev_comm=swapper/9 sleep 9486 [009] 3350640.335509: comm: perf --