Subject: Re: [PATCH 1/1] perf,stat: reduce interval-print to 10ms
>
> Em Fri, Oct 02, 2015 at 08:22:06PM +, Liang, Kan escreveu:
> > > > > + if (interval < 10) {
> > > > > + pr_err("print interval must be >= 10ms
Em Fri, Oct 02, 2015 at 08:22:06PM +, Liang, Kan escreveu:
> > > > + if (interval < 10) {
> > > > + pr_err("print interval must be >= 10ms\n");
> > > > + parse_options_usage(stat_usage, options, "I",
> > > > 1);
> > > > +
> > SNIP
> >
> > > diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
> > > index a96fb5c..5ef88f7 100644
> > > --- a/tools/perf/builtin-stat.c
> > > +++ b/tools/perf/builtin-stat.c
> > > @@ -1179,7 +1179,7 @@ int cmd_stat(int argc, const char **argv, const
> char *prefix __maybe_
Em Fri, Oct 02, 2015 at 06:56:24PM +0200, Jiri Olsa escreveu:
> On Fri, Oct 02, 2015 at 05:04:34AM -0400, kan.li...@intel.com wrote:
> > From: Kan Liang
> >
>
> SNIP
>
> > diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
> > index a96fb5c..5ef88f7 100644
> > --- a/tools/perf/b
On Fri, Oct 02, 2015 at 05:04:34AM -0400, kan.li...@intel.com wrote:
> From: Kan Liang
>
SNIP
> diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
> index a96fb5c..5ef88f7 100644
> --- a/tools/perf/builtin-stat.c
> +++ b/tools/perf/builtin-stat.c
> @@ -1179,7 +1179,7 @@ int cmd_
5 matches
Mail list logo