lkml.org 
[lkml]   [2018]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
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.

\
 
 \ /
  Last update: 2018-03-13 02:07    [W:0.046 / U:0.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site