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:   Tue, 22 Mar 2022 17:42:57 -0300
From:   Arnaldo Carvalho de Melo <acme@...nel.org>
To:     Namhyung Kim <namhyung@...nel.org>
Cc:     Jiri Olsa <jolsa@...hat.com>, Ingo Molnar <mingo@...nel.org>,
        Peter Zijlstra <peterz@...radead.org>,
        LKML <linux-kernel@...r.kernel.org>,
        Andi Kleen <ak@...ux.intel.com>,
        Ian Rogers <irogers@...gle.com>,
        Stephane Eranian <eranian@...gle.com>,
        Changbin Du <changbin.du@...il.com>
Subject: Re: [PATCH 1/2] perf ftrace: Add -n/--use-nsec option for latency

Em Mon, Mar 21, 2022 at 04:46:08PM -0700, Namhyung Kim escreveu:
> Sometimes we want to see nano-second granularity.
> 
>   $ sudo perf ftrace latency -T dput -a -n sleep 1
>   #   DURATION     |      COUNT | GRAPH                          |
>        0 - 1    us |          0 |                                |
>        1 - 2    ns |          0 |                                |
>        2 - 4    ns |          0 |                                |
>        4 - 8    ns |          0 |                                |
>        8 - 16   ns |          0 |                                |
>       16 - 32   ns |          0 |                                |
>       32 - 64   ns |          0 |                                |
>       64 - 128  ns |    1163434 | ##############                 |
>      128 - 256  ns |     914102 | #############                  |
>      256 - 512  ns |        884 |                                |
>      512 - 1024 ns |        613 |                                |
>        1 - 2    us |         31 |                                |
>        2 - 4    us |         17 |                                |
>        4 - 8    us |          7 |                                |
>        8 - 16   us |        123 |                                |


Thanks, applied.

- Arnaldo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ