Home | History | Annotate | Download | only in qemu

Lines Matching defs:rec_type

1516 void trace_pid_1arg(int pid, int rec_type)
1530 comp_ptr = varint_encode(rec_type, comp_ptr);
1535 void trace_pid_2arg(int tgid, int pid, int rec_type)
1549 comp_ptr = varint_encode(rec_type, comp_ptr);
1613 int rec_type = kPidName;
1614 comp_ptr = varint_encode(rec_type, comp_ptr);
1663 int rec_type = kPidExec;
1664 comp_ptr = varint_encode(rec_type, comp_ptr);
1699 int rec_type = kPidMmap;
1700 comp_ptr = varint_encode(rec_type, comp_ptr);
1728 int rec_type = kPidMunmap;
1729 comp_ptr = varint_encode(rec_type, comp_ptr);
1754 int rec_type = kPidSymbolAdd;
1755 comp_ptr = varint_encode(rec_type, comp_ptr);
1780 int rec_type = kPidSymbolRemove;
1781 comp_ptr = varint_encode(rec_type, comp_ptr);
1805 int rec_type = kPidKthreadName;
1806 comp_ptr = varint_encode(rec_type, comp_ptr);