Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Devent_selection_set.cpp170 bool EventSelectionSet::BuildAndCheckEventSelection(const std::string& event_name, bool first_event, in BuildAndCheckEventSelection() argument
220 if (first_event) { in BuildAndCheckEventSelection()
258 bool first_event = groups_.empty(); in AddEventGroup() local
262 if (!BuildAndCheckEventSelection(event_name, first_event, &selection)) { in AddEventGroup()
274 first_event = false; in AddEventGroup()
H A Devent_selection_set.h190 bool BuildAndCheckEventSelection(const std::string& event_name, bool first_event,
/aosp12/frameworks/base/startop/scripts/iorap/
H A Dcompiler_ri.py191 first_event = trace2db.session.query(MmFilemapAddToPageCache).join(
196 return first_event.raw_ftrace_entry.timestamp + trace_duration.total_seconds()