Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_parser.h139 void ParseSoftIrqExit(uint32_t cpu, int64_t timestamp, protozero::ConstBytes);
Dftrace_parser.cc522 ParseSoftIrqExit(cpu, ts, data); in ParseFtraceEvent()
1346 void FtraceParser::ParseSoftIrqExit(uint32_t cpu, in ParseSoftIrqExit() function in perfetto::trace_processor::FtraceParser