diff options
author | Adrian Hunter <[email protected]> | 2021-01-21 16:04:18 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2021-02-18 16:11:19 -0300 |
commit | d58b3f7e701408ac41b0a8342f26bbf9a5597f05 (patch) | |
tree | d0f47742e433d24c0ad553ca22f2a97189dfef2c /scripts/gdb/linux/timerlist.py | |
parent | c5c97cadd7ed13381cb6b4bef5c841a66938d350 (diff) |
perf auxtrace: Automatically group aux-output events
aux-output events need to have an AUX area event as the group leader.
However, grouping events does not allow the AUX area event to be given
an address filter because the --filter option must come after the event,
which conflicts with the grouping syntax.
To allow filtering in that case, automatically create a group since that
is the requirement anyway.
Example: (requires Intel Tremont)
perf record -c 500 -e 'intel_pt//u' --filter 'filter main @ /bin/ls' -e 'cycles/aux-output/pp' ls
Signed-off-by: Adrian Hunter <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions