Re: [PATCH] perf script/python: add new compaction-times script

2015-08-11 Thread Vlastimil Babka
On 08/07/2015 01:01 AM, Tony Jones wrote: This patch creates a new script (compaction-times) to report time spent in mm compaction. Report times in nanoseconds (default) or microseconds (-u). Option -p will break down times by process id, -pv will further decompose by each compaction entry/exit.

[PATCH] perf script/python: add new compaction-times script

2015-08-06 Thread Tony Jones
This patch creates a new script (compaction-times) to report time spent in mm compaction. Report times in nanoseconds (default) or microseconds (-u). Option -p will break down times by process id, -pv will further decompose by each compaction entry/exit. Entries may be further filtered by pid, pid-

PATCH: perf script/python: add new compaction-times script

2015-05-25 Thread Tony Jones
Create a new script (compaction-times) to report time spent in mm compaction. Report times in nanoseconds (default) or microseconds (-u). Option -p will break down times by process id, -pv will further decompose by each compaction entry/exit. Entries may be further filtered by pid, pid-range or