Searched refs:tsnap (Results 1 – 2 of 2) sorted by relevance
809 struct task_snapshot *tsnap; in telemetry_process_sample() local970 …tsnap = (struct task_snapshot *)(uintptr_t)(current_buffer->buffer + current_buffer->current_posit… in telemetry_process_sample()971 bzero(tsnap, sizeof(*tsnap)); in telemetry_process_sample()972 tsnap->snapshot_magic = STACKSHOT_TASK_SNAPSHOT_MAGIC; in telemetry_process_sample()973 tsnap->pid = proc_pid(p); in telemetry_process_sample()974 tsnap->uniqueid = proc_uniqueid(p); in telemetry_process_sample()976 tsnap->user_time_in_terminated_threads = times.rtm_user; in telemetry_process_sample()977 tsnap->system_time_in_terminated_threads = times.rtm_system; in telemetry_process_sample()978 tsnap->suspend_count = task->suspend_count; in telemetry_process_sample()979 tsnap->task_size = (typeof(tsnap->task_size))(get_task_phys_footprint(task) / PAGE_SIZE); in telemetry_process_sample()[all …]
2136 tsnap = processByPid[str(pid)]2166 tsnap['jitStartAddress'] = address_range['start_address']2167 tsnap['jitEndAddress'] = address_range['end_address']2168 … pr_libs.append([format_uuid("00000000000000000000000000000000"), tsnap['jitStartAddress'] , "J"])2180 tsnap["pid"] = tasksnap["ts_pid"]2182 tsnap["asid"] = piddata["ts_asid"]2188 tsnap["pageTables"] = pagetables2192 tsnap["residentMemoryBytes"] = tasksnap["ts_task_size"]2193 tsnap["timesDidThrottle"] = tasksnap["ts_did_throttle"]2194 …tsnap["systemTimeTask"] = GetSecondsFromMATime(tasksnap["ts_system_time_in_terminated_th"], timeba…[all …]