Searched refs:tsnap (Results 1 – 2 of 2) sorted by relevance
736 struct task_snapshot *tsnap; in telemetry_process_sample() local905 …tsnap = (struct task_snapshot *)(uintptr_t)(current_buffer->buffer + current_buffer->current_posit… in telemetry_process_sample()906 bzero(tsnap, sizeof(*tsnap)); in telemetry_process_sample()907 tsnap->snapshot_magic = STACKSHOT_TASK_SNAPSHOT_MAGIC; in telemetry_process_sample()908 tsnap->pid = proc_pid(p); in telemetry_process_sample()909 tsnap->uniqueid = proc_uniqueid(p); in telemetry_process_sample()911 tsnap->user_time_in_terminated_threads = times.rtm_user; in telemetry_process_sample()912 tsnap->system_time_in_terminated_threads = times.rtm_system; in telemetry_process_sample()913 tsnap->suspend_count = task->suspend_count; in telemetry_process_sample()914 tsnap->task_size = (typeof(tsnap->task_size))(get_task_phys_footprint(task) / PAGE_SIZE); in telemetry_process_sample()[all …]
2154 tsnap = processByPid[str(pid)]2184 tsnap['jitStartAddress'] = address_range['start_address']2185 tsnap['jitEndAddress'] = address_range['end_address']2186 … pr_libs.append([format_uuid("00000000000000000000000000000000"), tsnap['jitStartAddress'] , "J"])2198 tsnap["pid"] = tasksnap["ts_pid"]2200 tsnap["asid"] = piddata["ts_asid"]2206 tsnap["pageTables"] = pagetables2210 tsnap["residentMemoryBytes"] = tasksnap["ts_task_size"]2211 tsnap["timesDidThrottle"] = tasksnap["ts_did_throttle"]2212 …tsnap["systemTimeTask"] = GetSecondsFromMATime(tasksnap["ts_system_time_in_terminated_th"], timeba…[all …]