Home
last modified time | relevance | path

Searched refs:stream_id (Results 1 - 4 of 4) sorted by relevance

/developtools/hiperf/include/
H A Dperf_record_format.h36 u64 stream_id = 0; /* if PERF_SAMPLE_STREAM_ID set */ member
169 u64 stream_id = 0; /* if PERF_SAMPLE_STREAM_ID */ member
219 u64 stream_id = 0; member
/developtools/hiperf/src/
H A Dperf_event_record.cpp413 PopFromBinary(sampleType_ & PERF_SAMPLE_STREAM_ID, p, data_.stream_id); in PerfRecordSample()
472 PushToBinary(sampleType_ & PERF_SAMPLE_STREAM_ID, p, data_.stream_id); in GetBinary()
533 PRINT_INDENT(indent, "stream_id %" PRIu64 "\n", static_cast<uint64_t>(data_.stream_id)); in DumpData()
921 PRINT_INDENT(indent, "time 0x%llx, id %llx, stream_id %llx\n", data_.time, data_.id, in DumpData()
922 data_.stream_id); in DumpData()
953 PRINT_INDENT(indent, "time 0x%llx, id %llx, stream_id %llx\n", data_.time, data_.id, in DumpData()
954 data_.stream_id); in DumpData()
1052 PushToBinary(sampleType_ & PERF_SAMPLE_STREAM_ID, p, data_.sample_id.stream_id); in GetBinary()
/developtools/hiperf/test/unittest/common/native/
H A Dperf_event_record_test.cpp291 sizeof(record.data_.addr) + sizeof(record.data_.id) + sizeof(record.data_.stream_id) + in InitTestRecordSample()
389 if (record.data_.stream_id != *(reinterpret_cast<const u64 *>(p))) { in CompareRecordSample()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h7156 u64 stream_id; member
111754 unsigned int stream_id; global() member
132074 unsigned int stream_id; global() member
132260 unsigned int stream_id: 16; global() member
133689 unsigned int stream_id; global() member
134197 unsigned int stream_id; global() member
134441 unsigned int stream_id; global() member
[all...]

Completed in 524 milliseconds