Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libperf event: Ensure tracing data is multiple of 8 sized
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: 055c67e ("perf tools: Move event synthesizing routines to separate .c file") Signed-off-by: Ian Rogers <[email protected]>
- Loading branch information