Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/ftrace/
H A Dftrace_sched_event_tracker.cc247 RawId id = context_->storage->mutable_ftrace_event_table()->Insert(row).id; in PushSchedWakingCompact()
284 RawId id = context_->storage->mutable_ftrace_event_table() in AddRawSchedSwitchEvent()
H A Dftrace_parser.cc1494 RawId id = context_->storage->mutable_ftrace_event_table() in ParseGenericFtrace()
1537 context_->storage->mutable_ftrace_event_table() in ParseTypedFtraceToRaw()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h503 tables::FtraceEventTable* mutable_ftrace_event_table() { in mutable_ftrace_event_table() function
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_impl.cc954 RegisterStaticTable(storage->mutable_ftrace_event_table()); in InitPerfettoSqlEngine()