Searched refs:PERF_SAMPLE_ID (Results 1 - 6 of 6) sorted by relevance
/developtools/smartperf_host/trace_streamer/src/table/hiperf/ |
H A D | perf_napi_async_table.cpp | 30 PERF_SAMPLE_ID, member in SysTuning::TraceStreamer::Index 170 case Index::PERF_SAMPLE_ID: in Column()
|
/developtools/hiperf/src/ |
H A D | perf_event_record.cpp | 412 PopFromBinary(sampleType_ & PERF_SAMPLE_ID, p, data_.id); in PerfRecordSample() 471 PushToBinary(sampleType_ & PERF_SAMPLE_ID, p, data_.id); in GetBinary() 517 if (sampleType_ & (PERF_SAMPLE_ID | PERF_SAMPLE_IDENTIFIER)) { in DumpData() 1051 PushToBinary(sampleType_ & PERF_SAMPLE_ID, p, data_.sample_id.id); in GetBinary()
|
H A D | subcommand_dump.cpp | 294 {PERF_SAMPLE_ID, "id"},
|
H A D | perf_events.cpp | 1458 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | PERF_SAMPLE_ID | in GetCallChainPosInSampleRecord()
|
/developtools/hiperf/include/ |
H A D | perf_event_record.h | 166 constexpr __u64 SAMPLE_ID = PERF_SAMPLE_TID | PERF_SAMPLE_TIME | PERF_SAMPLE_ID |
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 29540 PERF_SAMPLE_ID = 64, enumerator [all...] |
Completed in 460 milliseconds