]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/uapi/linux/perf_event.h
perf/core: Add a flag for partial AUX records
[mirror_ubuntu-artful-kernel.git] / include / uapi / linux / perf_event.h
index bec0aad0e15cd3798f6858038d661b1b1ce1b3bc..d09a9cd021b1230730d23eefd0c149df51852c93 100644 (file)
@@ -915,6 +915,7 @@ enum perf_callchain_context {
  */
 #define PERF_AUX_FLAG_TRUNCATED                0x01    /* record was truncated to fit */
 #define PERF_AUX_FLAG_OVERWRITE                0x02    /* snapshot from overwrite mode */
+#define PERF_AUX_FLAG_PARTIAL          0x04    /* record contains gaps */
 
 #define PERF_FLAG_FD_NO_GROUP          (1UL << 0)
 #define PERF_FLAG_FD_OUTPUT            (1UL << 1)