Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set_test.cpp25 EventSelectionSet event_selection_set(false); in TEST() local
26 ASSERT_TRUE(event_selection_set.AddEventType("cpu-clock:u")); in TEST()
27 event_selection_set.SetSampleRateForNewEvents(SampleRate(100, 0)); in TEST()
28 ASSERT_TRUE(event_selection_set.AddEventType("page-faults:u")); in TEST()
29 event_selection_set.SetSampleRateForNewEvents(SampleRate(200, 0)); in TEST()
30 ASSERT_TRUE(event_selection_set.AddEventGroup({"context-switches:u", "task-clock:u"})); in TEST()
31 EventAttrIds attrs = event_selection_set.GetEventAttrWithId(); in TEST()
49 EventSelectionSet event_selection_set(false); in TEST() local
50 ASSERT_TRUE(event_selection_set.AddEventType("cpu-clock:u")); in TEST()
51 ASSERT_TRUE(event_selection_set.AddEventType("context-switches", SampleRate(0, 1))); in TEST()
[all …]
DProbeEvents.h36 ProbeEvents(EventSelectionSet& event_selection_set) : event_selection_set_(event_selection_set) {} in ProbeEvents() argument
Dcmd_stat_test.cpp450 EventSelectionSet event_selection_set(false); in TEST() local
451 ProbeEvents probe_events(event_selection_set); in TEST()
DAndroid.bp277 "event_selection_set.cpp",
Dcmd_record_test.cpp1314 EventSelectionSet event_selection_set(false); in TEST() local
1315 ProbeEvents probe_events(event_selection_set); in TEST()