Home
last modified time | relevance | path

Searched refs:NativeHookTable (Results 1 - 3 of 3) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/native_hook/
H A Dnative_hook_table.cpp37 NativeHookTable::NativeHookTable(const TraceDataCache *dataCache) : TableBase(dataCache) in NativeHookTable() function in SysTuning::TraceStreamer::NativeHookTable
57 NativeHookTable::~NativeHookTable() {} in ~NativeHookTable()
59 void NativeHookTable::FilterByConstraint(FilterConstraints &hookfc, in FilterByConstraint()
83 std::unique_ptr<TableBase::Cursor> NativeHookTable::CreateCursor() in CreateCursor()
88 NativeHookTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
94 NativeHookTable::Cursor::~Cursor() {} in ~Cursor()
96 int32_t NativeHookTable::Cursor::Filter(const FilterConstraints &fc, sqlite3_value **argv) in Filter()
146 int32_t NativeHookTable
[all...]
/developtools/smartperf_host/trace_streamer/src/table/native_hook/include/
H A Dnative_hook_table.h24 class NativeHookTable : public TableBase { class
26 explicit NativeHookTable(const TraceDataCache *dataCache);
27 ~NativeHookTable() override;
/developtools/smartperf_host/trace_streamer/src/trace_data/
H A Dtrace_data_cache.cpp129 TableBase::TableDeclare<NativeHookTable>(*db_, this, "native_hook"); in InitNativeMemoryDB()

Completed in 3 milliseconds