Searched refs:mutable_scope (Results 1 – 1 of 1) sorted by relevance
233 auto* mutable_scope = cfg.mutable_callstack_sampling()->mutable_scope(); in TEST() local234 mutable_scope->add_target_pid(42); in TEST()235 mutable_scope->add_target_cmdline("traced_probes"); in TEST()236 mutable_scope->add_target_cmdline("traced"); in TEST()237 mutable_scope->set_additional_cmdline_count(3); in TEST()238 mutable_scope->add_exclude_cmdline("heapprofd"); in TEST()