Home
last modified time | relevance | path

Searched refs:lost (Results 1 - 9 of 9) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
H A Dreport_protobuf_file_test.cpp119 const PerfRecordLost lost(false, 1, 99); in HWTEST_F()
127 protobufOutputFileWriter.ProcessRecord(lost); in HWTEST_F()
128 protobufOutputFileWriter.ProcessRecord(lost); in HWTEST_F()
138 const PerfRecordLost lost(false, 1, 99); in HWTEST_F()
140 protobufOutputFileWriter_->ProcessRecord(lost); in HWTEST_F()
141 protobufOutputFileWriter_->ProcessRecord(lost); in HWTEST_F()
142 EXPECT_EQ(protobufOutputFileWriter_->recordLost_, lost.data_.lost * 2); in HWTEST_F()
199 ASSERT_EQ(message.lost(), protobufOutputFileWriter_->recordLost_); in HWTEST_F()
/developtools/ace_js2bundle/ace-loader/src/
H A DgenBin-plugin.js81 console.error('\u001b[31m', `Failed to convert file ${jsBundleFile} to bin. ${output} is lost`, '\u001b[39m')
104 console.error('\u001b[31m', `Failed to convert file ${inputPath} to bin. ${inputPath} is lost`, '\u001b[39m')
H A DgenAbc-plugin.js210 console.debug(red, `ERROR Failed to convert file ${jsBundleFile} to bin. ${output} is lost`, reset);
316 console.debug(red, `ERROR ${cacheOutputPath} is lost`, reset);
344 console.debug(red, `ERROR ${cacheOutputPath} is lost`, reset);
416 console.debug(red, `ERROR ${cacheAbcFilePath} is lost`, reset);
/developtools/hiperf/include/
H A Dperf_record_format.h127 This record indicates when events are lost.
128 id is the unique event ID for the samples that were lost.
129 lost is the number of events that were lost.
133 u64 lost = 0; member
242 been lost.
245 u64 lost = 0; member
H A Dperf_event_record.h230 PerfRecordLost(bool inKernel, u64 id, u64 lost) in PerfRecordLost() argument
231 : PerfEventRecord(PERF_RECORD_LOST, inKernel, "lost") in PerfRecordLost()
234 data_.lost = lost; in PerfRecordLost()
401 been lost.
/developtools/hiperf/src/
H A Dreport_protobuf_file.cpp162 recordLost_ += recordLost.data_.lost; in ProcessRecord()
336 PRINT_INDENT(indent + 1, "lost:%" PRIu64 "\n", message.lost()); in Dump()
H A Dperf_events.cpp1562 HLOGD("BUFFER_CRITICAL_LEVEL: lost sample record"); in MoveRecordToBuf()
1569 // in PERF_RECORD_LOST : header + u64 id + u64 lost in MoveRecordToBuf()
1571 uint64_t lost = 0; in MoveRecordToBuf() local
1572 GetRecordFieldFromMmap(mmap, &lost, mmap.mmapPage->data_tail + lostPos, sizeof(lost)); in MoveRecordToBuf()
1573 lostSamples_ += lost; in MoveRecordToBuf()
1574 HLOGD("PERF_RECORD_LOST: lost sample record"); in MoveRecordToBuf()
1593 HLOGD("alloc buffer failed: lost non-sample record"); in MoveRecordToBuf()
H A Dperf_event_record.cpp775 PerfRecordLost::PerfRecordLost(uint8_t *p) : PerfEventRecord(p, "lost") in PerfRecordLost()
805 PRINT_INDENT(indent, "id %llu, lost %llu\n", data_.id, data_.lost); in DumpData()
1127 PRINT_INDENT(indent, "lost %llu\n", data_.lost); in DumpData()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h26850 __u32 lost; member
35694 local_t lost; member
142720 uint16_t lost[0]; global() member
145568 u32 lost; global() member
[all...]

Completed in 421 milliseconds