Home
last modified time | relevance | path

Searched refs:SetupEvent (Results 1 - 11 of 11) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
H A Dsub_event_parser_test.cpp86 * @tc.name: SetupEvent
87 * @tc.desc: test SubEventParser::SetupEvent with normal case.
90 HWTEST_F(SubEventParserTest, SetupEvent, TestSize.Level1) in HWTEST_F()
99 EXPECT_TRUE(SubEventParser::GetInstance().SetupEvent(format)); in HWTEST_F()
118 EXPECT_TRUE(SubEventParser::GetInstance().SetupEvent(format)); in HWTEST_F()
134 EXPECT_TRUE(SubEventParser::GetInstance().SetupEvent(format)); in HWTEST_F()
H A Dftrace_parser_test.cpp110 * @tc.name: SetupEvent
114 HWTEST_F(FtraceParserTest, SetupEvent, TestSize.Level1) in HWTEST_F()
117 EXPECT_TRUE(parser.SetupEvent("sched", "sched_switch")); in HWTEST_F()
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_parser.cpp87 bool FtraceParser::SetupEvent(const std::string& type, const std::string& name) in SetupEvent() function in FtraceParser
101 CHECK_TRUE(SubEventParser<FtraceEvent>::GetInstance().SetupEvent(format), in SetupEvent()
103 CHECK_TRUE(SubEventParser<ProtoEncoder::FtraceEvent>::GetInstance().SetupEvent(format), in SetupEvent()
H A Dflow_controller.cpp741 if (ftraceParser_->SetupEvent(type, name)) {
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
H A Dftrace_processor.h38 bool SetupEvent(const std::string &desc);
H A Dftrace_event_processor.h31 bool SetupEvent(const EventFormat &format);
H A Drawtrace_parser.cpp100 ftraceProcessor_->SetupEvent(eventFormat.str()); in InitEventFormats()
H A Dftrace_processor.cpp75 bool FtraceProcessor::SetupEvent(const std::string &desc) in SetupEvent() function in SysTuning::TraceStreamer::FtraceProcessor
79 TS_CHECK_TRUE(FtraceEventProcessor::GetInstance().SetupEvent(format), false, "setup %s failed!", in SetupEvent()
H A Dftrace_event_processor.cpp231 bool FtraceEventProcessor::SetupEvent(const EventFormat &format) in SetupEvent() function in SysTuning::TraceStreamer::FtraceEventProcessor
/developtools/profiler/device/plugins/ftrace_plugin/include/
H A Dsub_event_parser.h58 bool SetupEvent(const EventFormat& format) in SetupEvent() function in SubEventParser
62 PROFILER_LOG_INFO(LOG_CORE, "SetupEvent: event(%s) is not supported", format.eventName.c_str()); in SetupEvent()
H A Dftrace_parser.h39 bool SetupEvent(const std::string& type, const std::string& name);

Completed in 8 milliseconds