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] [day] [month] [year] [list]
Date:   Wed, 22 Jul 2020 13:03:13 +0800
From:   jun qian <qianjun.kernel@...il.com>
To:     peterz@...radead.org, mingo@...hat.com, acme@...nel.org
Cc:     linux-kernel@...r.kernel.org, qianjun <qianjun@...iglobal.com>,
        Yafang Shao <laoar.shao@...il.com>
Subject: Re: [PATCH] perf-c2c: Fix the wrong description.

On Thu, Jul 9, 2020 at 9:07 PM qianjun <qianjun.kernel@...il.com> wrote:
>
> From: qianjun <qianjun@...iglobal.com>
>
> Use L1Miss to replace L1Hit to describe the correct scene
>
> Signed-off-by: qianjun <qianjun@...iglobal.com>
> ---
>  tools/perf/Documentation/perf-c2c.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/Documentation/perf-c2c.txt b/tools/perf/Documentation/perf-c2c.txt
> index 98efdab..083e99a 100644
> --- a/tools/perf/Documentation/perf-c2c.txt
> +++ b/tools/perf/Documentation/perf-c2c.txt
> @@ -186,7 +186,7 @@ For each cacheline in the 1) list we display following data:
>    Store Reference - Total, L1Hit, L1Miss
>      Total - all store accesses
>      L1Hit - store accesses that hit L1
> -    L1Hit - store accesses that missed L1
> +    L1Miss - store accesses that missed L1
>
>    Load Dram
>    - count of local and remote DRAM accesses
> --
> 1.8.3.1
>

hi man

I think it's a problem :)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ