Home
last modified time | relevance | path

Searched defs:TraceProc (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/perfetto/test/
H A Dcmdline_integrationtest.cc1177 struct TraceProc { in TEST_F() struct
1178 explicit TraceProc(TraceConfig c) : cfg(std::move(c)) {} in TEST_F() argument
1180 TraceConfig cfg; in TEST_F()
1181 std::optional<Exec> proc; in TEST_F()
1182 std::thread thd; in TEST_F()