summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/perf_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86_64/linux/perf_event.h')
-rw-r--r--include/arch/x86_64/linux/perf_event.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/arch/x86_64/linux/perf_event.h b/include/arch/x86_64/linux/perf_event.h
index 92785018..8711e65f 100644
--- a/include/arch/x86_64/linux/perf_event.h
+++ b/include/arch/x86_64/linux/perf_event.h
@@ -1309,8 +1309,9 @@ enum perf_callchain_context {
/* CoreSight PMU AUX buffer formats */
#define PERF_AUX_FLAG_CORESIGHT_FORMAT_CORESIGHT \
0x0000 /* Default for backward compatibility */
-#define PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW 0x0100 /* Raw format of the source \
- */
+#define PERF_AUX_FLAG_CORESIGHT_FORMAT_RAW \
+ 0x0100 /* Raw format of the source \
+ */
#define PERF_FLAG_FD_NO_GROUP (1UL << 0)
#define PERF_FLAG_FD_OUTPUT (1UL << 1)