Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dsqlite_utils.h384 const std::string& raw_table_name) { in GetColumnsForTable() argument
389 std::string table_name = raw_table_name.substr(0, raw_table_name.find('(')); in GetColumnsForTable()
406 raw_table_name.c_str()); in GetColumnsForTable()
416 raw_table_name.c_str()); in GetColumnsForTable()
431 PERFETTO_DLOG("Unknown column type for %s %s", raw_table_name.c_str(), in GetColumnsForTable()
436 raw_table_name.c_str()); in GetColumnsForTable()