Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_line_parser.h39 const StringId sched_wakeup_name_id_ = kNullStringId; variable
Dsystrace_line_parser.cc42 sched_wakeup_name_id_(ctx->storage->InternString("sched_wakeup")), in SystraceLineParser()
114 context_->event_tracker->PushInstant(line.ts, sched_wakeup_name_id_, in ParseLine()
/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.h154 const StringId sched_wakeup_name_id_; variable
Dftrace_parser.cc103 sched_wakeup_name_id_(context->storage->InternString("sched_wakeup")), in FtraceParser()
726 context_->event_tracker->PushInstant(timestamp, sched_wakeup_name_id_, utid, in ParseSchedWakeup()