Home
last modified time | relevance | path

Searched refs:FilePathIds (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Debpf_callstack_table.cpp181 if (ebpfCallStackObj_.FilePathIds()[CurrentRow()] != INVALID_UINT64) { in Column()
182 …sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.FilePathIds()[CurrentRow()])… in Column()
Dbio_latency_sample_table.cpp235 if (bioLatencySampleObj_.FilePathIds()[CurrentRow()] != INVALID_UINT64) { in Column()
236 …lite3_result_int64(context_, static_cast<int64_t>(bioLatencySampleObj_.FilePathIds()[CurrentRow()]… in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/
Debpf_callstack_table.cpp181 if (ebpfCallStackObj_.FilePathIds()[CurrentRow()] != INVALID_UINT64) { in Column()
182 …sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.FilePathIds()[CurrentRow()])… in Column()
Dbio_latency_sample_table.cpp235 if (bioLatencySampleObj_.FilePathIds()[CurrentRow()] != INVALID_UINT64) { in Column()
236 …lite3_result_int64(context_, static_cast<int64_t>(bioLatencySampleObj_.FilePathIds()[CurrentRow()]… in Column()
/developtools/smartperf_host/trace_streamer/test/unittest/
Debpf_file_system_test.cpp504 …StackFirstLevelFilePathIds = stream_.traceDataCache_->GetConstEbpfCallStackData().FilePathIds()[0];
506 …tackSecondLevelFilePathIds = stream_.traceDataCache_->GetConstEbpfCallStackData().FilePathIds()[1];
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1623 const std::deque<DataIndex>& EbpfCallStackData::FilePathIds() const in FilePathIds() function in SysTuning::TraceStdtype::EbpfCallStackData
2098 const std::deque<uint64_t>& BioLatencySampleData::FilePathIds() const in FilePathIds() function in SysTuning::TraceStdtype::BioLatencySampleData
Dtrace_stdtype.h1371 const std::deque<DataIndex>& FilePathIds() const;
1782 const std::deque<uint64_t>& FilePathIds() const;
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1630 const std::deque<DataIndex>& EbpfCallStackData::FilePathIds() const in FilePathIds() function in SysTuning::TraceStdtype::EbpfCallStackData
2153 const std::deque<uint64_t>& BioLatencySampleData::FilePathIds() const in FilePathIds() function in SysTuning::TraceStdtype::BioLatencySampleData
Dtrace_stdtype.h1376 const std::deque<DataIndex>& FilePathIds() const;
1818 const std::deque<uint64_t>& FilePathIds() const;