Home
last modified time | relevance | path

Searched refs:ToSystrace (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/sqlite/
Dsqlite_raw_table.h61 void ToSystrace(sqlite3_context* ctx, int argc, sqlite3_value** argv);
Dsqlite_raw_table.cc520 thiz->ToSystrace(ctx, argc, argv); in __anon9831579b1e02()
536 void SqliteRawTable::ToSystrace(sqlite3_context* ctx, in ToSystrace() function in perfetto::trace_processor::SqliteRawTable