Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/table/native_hook/
Dnative_hook_table.cpp221 if (static_cast<int64_t>(nativeHookObj_.Durations()[CurrentRow()]) != 0) { in Column()
222 … sqlite3_result_int64(context_, static_cast<int64_t>(nativeHookObj_.Durations()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/native_hook/
Dnative_hook_table.cpp221 if (static_cast<int64_t>(nativeHookObj_.Durations()[CurrentRow()]) != 0) { in Column()
222 … sqlite3_result_int64(context_, static_cast<int64_t>(nativeHookObj_.Durations()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/test/unittest/
Dnative_hook_parser_test.cpp126 duration_ = nativeHook.Durations()[index]; in NativeHookCache()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp581 const std::deque<uint64_t>& NativeHook::Durations() const in Durations() function in SysTuning::TraceStdtype::NativeHook
Dtrace_stdtype.h762 const std::deque<uint64_t>& Durations() const;
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp582 const std::deque<uint64_t>& NativeHook::Durations() const in Durations() function in SysTuning::TraceStdtype::NativeHook
Dtrace_stdtype.h766 const std::deque<uint64_t>& Durations() const;