Searched refs:stream_id (Results 1 - 4 of 4) sorted by relevance
/developtools/hiperf/include/ |
H A D | perf_record_format.h | 36 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 D | perf_event_record.cpp | 413 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 D | perf_event_record_test.cpp | 291 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 D | vmlinux.h | 7156 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