perf evsel: Ensure reserved member of PERF_SAMPLE_CPU is zero in perf_event__synthesi...
authorAdrian Hunter <[email protected]>
Tue, 16 Jan 2018 13:14:51 +0000 (15:14 +0200)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 18 Jan 2018 12:00:45 +0000 (09:00 -0300)
PERF_SAMPLE_CPU contains the cpu number in the first 4 bytes and the
second 4 bytes are reserved. Ensure the reserved bytes are zero in
perf_event__synthesize_sample().

Signed-off-by: Adrian Hunter <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/evsel.c

index 85eb84dfdf917d265db80a29c85cb7aa810056f1..44032679180fde5f9848f9bdac36d866f71ad145 100644 (file)
@@ -2533,6 +2533,7 @@ int perf_event__synthesize_sample(union perf_event *event, u64 type,
 
        if (type & PERF_SAMPLE_CPU) {
                u.val32[0] = sample->cpu;
+               u.val32[1] = 0;
                if (swapped) {
                        /*
                         * Inverse of what is done in perf_evsel__parse_sample