Searched defs:add_target_pid (Results 1 – 2 of 2) sorted by relevance
18495 void add_target_pid(int32_t value) { target_pid_.emplace_back(value); } in add_target_pid() function in perfetto::protos::gen::PerfEventConfig18496 int32_t* add_target_pid() { target_pid_.emplace_back(); return &target_pid_.back(); } in add_target_pid() function in perfetto::protos::gen::PerfEventConfig18626 void add_target_pid(int32_t value) { target_pid_.emplace_back(value); } in add_target_pid() function in perfetto::protos::gen::PerfEventConfig_Scope18627 int32_t* add_target_pid() { target_pid_.emplace_back(); return &target_pid_.back(); } in add_target_pid() function in perfetto::protos::gen::PerfEventConfig_Scope
14795 void add_target_pid(int32_t value) { target_pid_.emplace_back(value); } in add_target_pid() function in perfetto::protos::gen::PerfEventConfig14796 int32_t* add_target_pid() { target_pid_.emplace_back(); return &target_pid_.back(); } in add_target_pid() function in perfetto::protos::gen::PerfEventConfig