Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/sorter/
Dtrace_sorter_unittest.cc323 struct ExpectedMachineAndCpu { in TEST_F() struct
324 std::optional<MachineId> machine_id; in TEST_F()
325 uint32_t cpu; in TEST_F()
327 bool operator==(const ExpectedMachineAndCpu& other) const { in TEST_F()
330 bool operator!=(const ExpectedMachineAndCpu& other) const { in TEST_F()