Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Denvironment.cpp636 if (!tracepoint_file_.empty()) { in ~InAppRunner()
637 unlink(tracepoint_file_.c_str()); in ~InAppRunner()
648 std::string tracepoint_file_; member in __anonb762ef0e0211::InAppRunner
666 tracepoint_file_ = tracepoint_file; in RunCmdInApp()
667 args.insert(args.end(), {"--tracepoint-events", tracepoint_file_}); in RunCmdInApp()