Perf's synthetic-events.c will ensure 8-byte alignment of tracing
data, writing it after a perf_record_header_tracing_data event.
Add padding to struct perf_record_header_tracing_data to make it 16-byte
rather than 12-byte sized.
Fixes:
|
||
|---|---|---|
| .. | ||
| bpf_perf.h | ||
| core.h | ||
| cpumap.h | ||
| event.h | ||
| evlist.h | ||
| evsel.h | ||
| mmap.h | ||
| threadmap.h | ||