Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer_unittest.cc68 return instance->RunAtrace(args); in MockRunAtrace()
74 MOCK_METHOD1(RunAtrace, bool(const std::vector<std::string>&));
423 RunAtrace(ElementsAreArray( in TEST_F()
435 EXPECT_CALL(atrace, RunAtrace(ElementsAreArray( in TEST_F()
455 RunAtrace(ElementsAreArray( in TEST_F()
467 EXPECT_CALL(atrace, RunAtrace(ElementsAreArray( in TEST_F()
Datrace_wrapper.h29 bool RunAtrace(const std::vector<std::string>& args);
Datrace_wrapper.cc170 bool RunAtrace(const std::vector<std::string>& args) { in RunAtrace() function
Dftrace_config_muxer.cc482 if (RunAtrace(args)) in UpdateAtrace()
493 if (RunAtrace({"atrace", "--async_stop", "--only_userspace"})) in DisableAtrace()