Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp254 if (fileSystemSampleTableObj_.SecondArguments()[CurrentRow()] != INVALID_UINT64) { in Column()
255 auto secondArgIndex = fileSystemSampleTableObj_.SecondArguments()[CurrentRow()]; in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp254 if (fileSystemSampleTableObj_.SecondArguments()[CurrentRow()] != INVALID_UINT64) { in Column()
255 auto secondArgIndex = fileSystemSampleTableObj_.SecondArguments()[CurrentRow()]; in Column()
/developtools/smartperf_host/trace_streamer/test/unittest/
Debpf_file_system_test.cpp134 auto secondArg = stream_.traceDataCache_->GetConstFileSystemSample().SecondArguments()[0];
216 auto secondArg = stream_.traceDataCache_->GetConstFileSystemSample().SecondArguments()[0];
297 auto secondArg = stream_.traceDataCache_->GetConstFileSystemSample().SecondArguments()[0];
379 auto secondArg = stream_.traceDataCache_->GetConstFileSystemSample().SecondArguments()[0];
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1512 const std::deque<DataIndex>& FileSystemSample::SecondArguments() const in SecondArguments() function in SysTuning::TraceStdtype::FileSystemSample
Dtrace_stdtype.h1322 const std::deque<DataIndex>& SecondArguments() const;
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1519 const std::deque<DataIndex>& FileSystemSample::SecondArguments() const in SecondArguments() function in SysTuning::TraceStdtype::FileSystemSample
Dtrace_stdtype.h1327 const std::deque<DataIndex>& SecondArguments() const;