Searched refs:selection (Results 1 – 4 of 4) sorted by relevance
161 EventSelection* selection) { in BuildAndCheckEventSelection() argument177 selection->event_type_modifier = *event_type; in BuildAndCheckEventSelection()178 selection->event_attr = CreateDefaultPerfEventAttr(event_type->event_type); in BuildAndCheckEventSelection()179 selection->event_attr.exclude_user = event_type->exclude_user; in BuildAndCheckEventSelection()180 selection->event_attr.exclude_kernel = event_type->exclude_kernel; in BuildAndCheckEventSelection()181 selection->event_attr.exclude_hv = event_type->exclude_hv; in BuildAndCheckEventSelection()182 selection->event_attr.exclude_host = event_type->exclude_host; in BuildAndCheckEventSelection()183 selection->event_attr.exclude_guest = event_type->exclude_guest; in BuildAndCheckEventSelection()184 selection->event_attr.precise_ip = event_type->precise_ip; in BuildAndCheckEventSelection()190 ETMRecorder::GetInstance().SetEtmPerfEventAttr(&selection->event_attr); in BuildAndCheckEventSelection()[all …]
194 EventSelection* selection);
69 std::variant<std::monostate, AllDevices, SingleDevice, Serial> selection; in main() local81 SetOption(&selection, AllDevices{}); in main()83 SetOption(&selection, Serial{optarg}); in main()85 SetOption(&selection, Serial{optarg}); in main()91 if (std::get_if<std::monostate>(&selection)) { in main()94 SetOption(&selection, Serial{env}); in main()158 if (auto s = std::get_if<Serial>(&selection)) { in main()170 } else if (std::get_if<SingleDevice>(&selection) && selected_devices.size() != 1) { in main()
54 # where the default selection criteria wouldn't otherwise do the right thing