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-next>] [day] [month] [year] [list]
Date:   Mon, 12 Mar 2018 18:06:54 -0700
From:   Stephane Eranian <eranian@...gle.com>
To:     LKML <linux-kernel@...r.kernel.org>
Cc:     Arnaldo Carvalho de Melo <acme@...hat.com>,
        Jiri Olsa <jolsa@...hat.com>,
        Peter Zijlstra <peterz@...radead.org>, mingo@...e.hu,
        Andi Kleen <ak@...ux.intel.com>
Subject: [BUG] perf record: GROUP_DESC not supported in pipe mode

Hi,

I ran into a problem trying to group events in perf record while in pipe mode.
If I do:


$ perf record --group -e '{cycles, instructions}' -o - | perf report
-i - --group

I do not get the profiles grouped together. Instead I get two profiles.

Looking at the code in util/header.c I see that a bunch of features and not
supported in pipe mode (synthesized method). It is not clear to me why.
Clearly grouping should be supported. This is a very commonly used mode.

Am I missing something?
Thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ