Home
last modified time | relevance | path

Searched refs:ThirdArguments (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp262 if (fileSystemSampleTableObj_.ThirdArguments()[CurrentRow()] != INVALID_UINT64) { in Column()
263 auto thirdArgIndex = fileSystemSampleTableObj_.ThirdArguments()[CurrentRow()]; in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp262 if (fileSystemSampleTableObj_.ThirdArguments()[CurrentRow()] != INVALID_UINT64) { in Column()
263 auto thirdArgIndex = fileSystemSampleTableObj_.ThirdArguments()[CurrentRow()]; in Column()
/developtools/smartperf_host/trace_streamer/test/unittest/
Debpf_file_system_test.cpp137 auto thirdArg = stream_.traceDataCache_->GetConstFileSystemSample().ThirdArguments()[0];
219 auto thirdArg = stream_.traceDataCache_->GetConstFileSystemSample().ThirdArguments()[0];
300 auto thirdArg = stream_.traceDataCache_->GetConstFileSystemSample().ThirdArguments()[0];
382 auto thirdArg = stream_.traceDataCache_->GetConstFileSystemSample().ThirdArguments()[0];
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1516 const std::deque<DataIndex>& FileSystemSample::ThirdArguments() const in ThirdArguments() function in SysTuning::TraceStdtype::FileSystemSample
Dtrace_stdtype.h1323 const std::deque<DataIndex>& ThirdArguments() const;
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1523 const std::deque<DataIndex>& FileSystemSample::ThirdArguments() const in ThirdArguments() function in SysTuning::TraceStdtype::FileSystemSample
Dtrace_stdtype.h1328 const std::deque<DataIndex>& ThirdArguments() const;