Searched defs:rec_type (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dtrace.c1516 void trace_pid_1arg(int pid, int rec_type) argument
1530 comp_ptr = varint_encode(rec_type, comp_ptr);
1535 void trace_pid_2arg(int tgid, int pid, int rec_type) argument
1549 comp_ptr = varint_encode(rec_type, comp_ptr);
1613 int rec_type = kPidName; local
1614 comp_ptr = varint_encode(rec_type, comp_ptr);
1663 int rec_type = kPidExec; local
1664 comp_ptr = varint_encode(rec_type, comp_ptr);
1699 int rec_type = kPidMmap; local
1700 comp_ptr = varint_encode(rec_type, comp_pt
1728 int rec_type = kPidMunmap; local
1754 int rec_type = kPidSymbolAdd; local
1780 int rec_type = kPidSymbolRemove; local
1805 int rec_type = kPidKthreadName; local
[all...]

Completed in 55 milliseconds