Re: [PATCH] perf stat: fix hardcoded nr_counter

From: Jaswinder Singh Rajput
Date: Wed Jun 24 2009 - 08:57:46 EST


On Wed, 2009-06-24 at 10:58 +0200, Ingo Molnar wrote:
> * Jaswinder Singh Rajput <jaswinder@xxxxxxxxxx> wrote:
>
> > nr_counter should be based on number of default_attrs entries.
>
> The problem is, this will cause a _lot_ of counters to be used by
> default, overloading the PMU quite significantly and reducing
> precision. The number of hw counters is chosen intentionally the way
> it is now, so that on common hardware there's no over-commit.
>
> As i suggested before, your change does make sense if introduced as
> extended event specifications to 'perf stat':
>
> -e all
> -e all-sw-counters
> -e all-hw-counters
>
> with regex wildcard support too.
>

Ok I will support it now.

> Instead, you chose to ignore my feedback and wasted my time by
> re-sending the same broken patch. If you do such things i'll have to
> start ignoring you - it is very ineffective for me to repeat every
> argument and suggestion two or more times and no other contributor
> does this ...
>

oops, I am sorry my AMD box was not able to boot because of the
regression the only machine which supports performance counter. I was
doing git-bisect on AMD box in the mean time I prepare this patch on old
Intel box.

> > Remove dead code and some code alignment.
>
> Could you please send this separately?
>

Send [PATCH -tip] perf stat: remove dead code

Thanks,
--
JSR

--
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/