[Intel-gfx] [PATCH 2/6] intel_gpu_top: suport command line parameters and variable samples per second

2011-09-05 Thread Eugeni Dodonov
From: Eugeni Dodonov eugeni.dodo...@intel.com This patch adds support for getopt, and adds two default parameters to it: -h to show usage notes; and -s to allow user to define number of samples to acquire per second. Manpage documentation is also adjusted accordingly. Signed-off-by: Eugeni

Re: [Intel-gfx] [PATCH 2/6] intel_gpu_top: suport command line parameters and variable samples per second

2011-09-05 Thread Chris Wilson
On Mon, 5 Sep 2011 17:19:29 -0300, Eugeni Dodonov eug...@dodonov.net wrote: From: Eugeni Dodonov eugeni.dodo...@intel.com This patch adds support for getopt, and adds two default parameters to it: -h to show usage notes; and -s to allow user to define number of samples to acquire per

Re: [Intel-gfx] [PATCH 2/6] intel_gpu_top: suport command line parameters and variable samples per second

2011-09-05 Thread Eugeni Dodonov
On Mon, Sep 5, 2011 at 18:44, Chris Wilson ch...@chris-wilson.co.uk wrote: In the modules we own, we have adopted the kernel CODING_STYLE as our standard. 8 space indents, 80 cols line (except where readibility is improved by going over), braces on the same line as the control flow, Fixed,