Searched refs:unique_pid (Results 1 – 5 of 5) sorted by relevance
53 uint64_t unique_pid; member70 uint64_t unique_pid; member
95 #define bt_unique_pid bt_proc_persona.unique_pid
375 if (pmi.unique_pid != bank_holder->bt_unique_pid) { in bank_get_value()
55 .unique_pid = uniqidinfo.p_uniqueid, in _persona_try_adopting()
77 …postexec_child_unique_pid_key = @"postexec_child_unique_pid"; // -> @(unique_pid), required for P…992 uint64_t unique_pid = proc_info_data.p_uniqueid;994 …T_LOG("received signal from pre-exec child, unique_pid is %llu, timestamp is %llu", unique_pid, st…1016 …T_POSTEXEC | PARSE_STACKSHOT_DELTA, ssbuf, sslen, @{postexec_child_unique_pid_key: @(unique_pid)});2876 * PARSE_STACKSHOT_POSTEXEC: postexec_child_unique_pid_key -> @(unique_pid)3238 uint64_t unique_pid = [task_snapshot[@"ts_unique_pid"] unsignedLongLongValue];3239 if (unique_pid == postexec_child_unique_pid) {3249 uint64_t unique_pid = [task_delta_snapshot[@"tds_unique_pid"] unsignedLongLongValue];3250 if (unique_pid == postexec_child_unique_pid) {