Home
last modified time | relevance | path

Searched refs:RECORD_SIZE_LIMIT_SPE (Results 1 - 3 of 3) sorted by relevance

/developtools/hiperf/src/
H A Dperf_file_writer.cpp130 CHECK_TRUE(record.GetSize() > RECORD_SIZE_LIMIT_SPE, false, 1, in WriteRecord()
133 static std::vector<u8> buf(RECORD_SIZE_LIMIT_SPE); in WriteRecord()
161 HIPERF_BUF_ALIGN static uint8_t buf[RECORD_SIZE_LIMIT_SPE]; in ReadRecords()
H A Dperf_file_reader.cpp243 HIPERF_BUF_ALIGN static uint8_t buf[RECORD_SIZE_LIMIT_SPE]; in ReadRecord()
/developtools/hiperf/include/
H A Dperf_event_record.h44 static constexpr uint32_t RECORD_SIZE_LIMIT_SPE = 524288; // auxMmapPages_ * pageSize_ member

Completed in 3 milliseconds