Skip to content

Commit 0f1aabe

Browse files
committed
tools headers: Synchronize perf_event.h header
To get the changes in the 085b306 ("perf/core: Add PERF_AUX_FLAG_COLLISION to report colliding samples") commit, that will be eventually used by perf to handle the ARM SPE architecture. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Cc: Will Deacon <will.deacon@arm.com> Link: https://lkml.kernel.org/n/tip-178ohv0oy0csq3kzfdk8ky4n@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 8536913 commit 0f1aabe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/include/uapi/linux/perf_event.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,7 @@ enum perf_callchain_context {
942942
#define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */
943943
#define PERF_AUX_FLAG_OVERWRITE 0x02 /* snapshot from overwrite mode */
944944
#define PERF_AUX_FLAG_PARTIAL 0x04 /* record contains gaps */
945+
#define PERF_AUX_FLAG_COLLISION 0x08 /* sample collided with another */
945946

946947
#define PERF_FLAG_FD_NO_GROUP (1UL << 0)
947948
#define PERF_FLAG_FD_OUTPUT (1UL << 1)

0 commit comments

Comments
 (0)