lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 4 Mar 2010 09:25:56 -0800
From:	Stephane Eranian <eranian@...gle.com>
To:	Ingo Molnar <mingo@...e.hu>
Cc:	linux-kernel@...r.kernel.org, peterz@...radead.org,
	paulus@...ba.org, fweisbec@...il.com, perfmon2-devel@...ts.sf.net,
	robert.richter@....com, eranian@...il.com, davem@...emloft.net,
	Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: Re: [PATCH] perf_events: add sampling period randomization support 
	(v2)

On Thu, Mar 4, 2010 at 3:32 AM, Ingo Molnar <mingo@...e.hu> wrote:
>
> * eranian@...gle.com <eranian@...gle.com> wrote:
>
>> This patch adds support for randomizing the sampling period.  Randomization
>> is very useful to mitigate the bias that exists with sampling. The random
>> number generator does not need to be sophisticated. This patch uses the
>> builtin random32() generator.
>
>> +     if (width > 63 || attr->freq)
>> +             return -EINVAL;
>
> Why not for freq counters? Those are semi-randomized already, but it might
> make sense to make them 'more' randomized in special circumstances. That would
> also allow us to enable the randomization in perf top and perf record, by
> default.
>
What's the goal of freq?
Achieve and maintain the target interrupt/rate.
In doing so, it has to adjust the period (not randomly).

Randomization may prevent achieving the rate, or it may slow
it down. What's the value add of that?

> Without that we'd have no immediate usecase and no way to ensure that this
> code works as intended.
>
Why?
With perf you also have fixed sampling period (-c option), you simply need to
express the fact you want it randomized.

> Thanks,
>
>        Ingo
>



-- 
Stephane Eranian  | EMEA Software Engineering
Google France | 38 avenue de l'Opéra | 75002 Paris
Tel : +33 (0) 1 42 68 53 00
This email may be confidential or privileged. If you received this
communication by mistake, please
don't forward it to anyone else, please erase all copies and
attachments, and please let me know that
it went to the wrong person. Thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ