Searched refs:RunAtrace (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/src/traced/probes/ftrace/ |
D | ftrace_config_muxer_unittest.cc | 67 return instance->RunAtrace(args); in MockRunAtrace() 73 MOCK_METHOD1(RunAtrace, bool(const std::vector<std::string>&)); 470 RunAtrace(ElementsAreArray( in TEST_F() 491 EXPECT_CALL(atrace, RunAtrace(ElementsAreArray( in TEST_F() 511 RunAtrace(ElementsAreArray( in TEST_F() 524 EXPECT_CALL(atrace, RunAtrace(ElementsAreArray( in TEST_F() 548 EXPECT_CALL(atrace, RunAtrace(ElementsAreArray({"atrace", "--async_start", in TEST_F() 557 RunAtrace(ElementsAreArray({"atrace", "--async_start", "--only_userspace", in TEST_F() 564 RunAtrace(ElementsAreArray({"atrace", "--async_start", in TEST_F() 573 RunAtrace(ElementsAreArray({"atrace", "--async_start", "--only_userspace", in TEST_F() [all …]
|
D | atrace_wrapper.h | 29 bool RunAtrace(const std::vector<std::string>& args);
|
D | atrace_wrapper.cc | 171 bool RunAtrace(const std::vector<std::string>& args) { in RunAtrace() function
|
D | ftrace_config_muxer.cc | 714 bool result = RunAtrace(args); in StartAtrace() 724 if (RunAtrace({"atrace", "--async_stop", "--only_userspace"})) { in DisableAtrace()
|