|
@@ -915,6 +915,7 @@ enum perf_callchain_context {
|
|
*/
|
|
*/
|
|
#define PERF_AUX_FLAG_TRUNCATED 0x01 /* record was truncated to fit */
|
|
#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_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_NO_GROUP (1UL << 0)
|
|
#define PERF_FLAG_FD_OUTPUT (1UL << 1)
|
|
#define PERF_FLAG_FD_OUTPUT (1UL << 1)
|