Searched refs:event_selection_set (Results 1 – 5 of 5) sorted by relevance
25 EventSelectionSet event_selection_set(false); in TEST() local26 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() local50 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 …]
36 ProbeEvents(EventSelectionSet& event_selection_set) : event_selection_set_(event_selection_set) {} in ProbeEvents() argument
450 EventSelectionSet event_selection_set(false); in TEST() local451 ProbeEvents probe_events(event_selection_set); in TEST()
277 "event_selection_set.cpp",
1314 EventSelectionSet event_selection_set(false); in TEST() local1315 ProbeEvents probe_events(event_selection_set); in TEST()