Searched refs:sample_id (Results 1 – 6 of 6) sorted by relevance
| /developtools/hiperf/include/ |
| D | perf_record_format.h | 31 struct sample_id { struct 69 struct sample_id sample_id; member 110 struct sample_id sample_id; member 123 struct sample_id sample_id; member 138 struct sample_id sample_id; member 144 u64 sample_id; /* if PERF_SAMPLE_IDENTIFIER */ member 187 struct sample_id sample_id; member 199 struct sample_id sample_id; member 211 struct sample_id sample_id; member 223 struct sample_id sample_id; member [all …]
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/ |
| D | perf_event.h.patch | 385 * struct sample_id sample_id; 390 - * struct sample_id sample_id; 408 - * struct sample_id sample_id; 427 - * struct sample_id sample_id; 437 - * struct sample_id sample_id; 455 - * struct sample_id sample_id; 463 - * This records the hardware ID, but requires sample_id to provide the 470 - * struct sample_id sample_id;
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | des_tables.md | 243 - perf_sample:此表中记录 Hiperf 工具的采样信息。sample_id 唯一表识一次采样记录,与 perf_callchain 表中的 sample_id 字段相关联。thread… 255 …hain as A, perf_sample as B where B.timestamp_trace = 28463134340470 and A.sample_id = B.sample_id` 258 …, perf_files as C where A.timestamp_trace = 28463134277762 and B.sample_id = A.sample_id and B.cal…
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | des_tables.md | 222 - perf_sample:此表中记录Hiperf工具的采样信息。sample_id唯一表识一次采样记录,与perf_callchain表中的sample_id字段相关联。thread_id为线程号… 232 … as A, perf_sample as B where B.timestamp_trace = 28463134340470 and A.sample_id = B.sample_id``` 235 …, perf_files as C where A.timestamp_trace = 28463134277762 and B.sample_id = A.sample_id and B.cal…
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | perf_event_record_test.cpp | 289 sizeof(record.data_.sample_id) + sizeof(record.data_.sample_id) + sizeof(record.data_.ip) + in InitTestRecordSample() 354 if (record.data_.sample_id != *(reinterpret_cast<const u64 *>(p))) { in CompareRecordSample()
|
| /developtools/hiperf/src/ |
| D | perf_event_record.cpp | 216 prefix.c_str(), data_.sample_id, header.size, data_.pid, data_.tid, data_.nr, in DumpLog() 310 PopFromBinary(sampleType_ & PERF_SAMPLE_IDENTIFIER, p, data_.sample_id); in PerfRecordSample() 369 PushToBinary(sampleType_ & PERF_SAMPLE_IDENTIFIER, p, data_.sample_id); in GetBinary() 421 PrintIndent(indent, "ID %" PRIu64 "\n", static_cast<uint64_t>(data_.sample_id)); in DumpData()
|