Searched refs:PERF_RECORD_COMPRESSED2 (Results 1 – 6 of 6) sorted by relevance
383 Indicates that trace contains records of PERF_RECORD_COMPRESSED2 type638 It is deprecated and new files should use PERF_RECORD_COMPRESSED2 to gurantee655 PERF_RECORD_COMPRESSED2 = 83,
585 PERF_RECORD_COMPRESSED2 = 83, enumerator
53 } else if (event->header.type == PERF_RECORD_COMPRESSED2) { in perf_session__process_compressed_event()
83 [PERF_RECORD_COMPRESSED2] = "COMPRESSED2",
1616 event->header.type != PERF_RECORD_COMPRESSED2) || in perf_session__process_user_event() 1698 case PERF_RECORD_COMPRESSED2: in perf_session__process_user_event()
1603 event->header.type = PERF_RECORD_COMPRESSED2; in process_comp_header()