Home | History | Annotate | Download | only in qemu

Lines Matching refs:current_pid

144 int current_pid;
1562 current_pid = pid;
1597 sim_time, current_pid, name);
1615 comp_ptr = varint_encode(current_pid, comp_ptr);
1953 sim_time, current_pid, addr, call_type);
1968 int32_t pid_diff = current_pid - trace_method.prev_pid;
1969 trace_method.prev_pid = current_pid;