diff options
author | Jiri Olsa <[email protected]> | 2018-09-23 17:04:20 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-11-06 08:29:56 -0300 |
commit | 8e88c29b351ed4e09dd63f825f1c8260b0cb0ab3 (patch) | |
tree | b7e0e6eb69b055ecb3c9ea0d93423cdaa297b8fa /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6ac2226229d931153331a93d90655a3de05b9290 (diff) |
perf tools: Do not zero sample_id_all for group members
Andi reported following malfunction:
# perf record -e '{ref-cycles,cycles}:S' -a sleep 1
# perf script
non matching sample_id_all
That's because we disable sample_id_all bit for non-sampling group
members. We can't do that, because it needs to be the same over the
whole event list. This patch keeps it untouched again.
Reported-by: Andi Kleen <[email protected]>
Tested-by: Andi Kleen <[email protected]>
Signed-off-by: Jiri Olsa <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Fixes: e9add8bac6c6 ("perf evsel: Disable write_backward for leader sampling group events")
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions