Searched refs:pt_opcode (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libperfuse/
H A Ddebug.c140 pt->pt_opcode = ps->ps_get_inhdr(pm)->opcode;
216 perfuse_opname(pt->pt_opcode),
231 count[pt->pt_opcode]++;
232 timespecadd(&ts_total[pt->pt_opcode],
234 &ts_total[pt->pt_opcode]);
236 if (timespeccmp(&ts, &ts_min[pt->pt_opcode], <) ||
237 (count[pt->pt_opcode] == 1))
238 ts_min[pt->pt_opcode] = ts;
240 if (timespeccmp(&ts, &ts_max[pt->pt_opcode], >))
241 ts_max[pt->pt_opcode]
[all...]
H A Dperfuse_priv.h50 int pt_opcode; member in struct:perfuse_trace

Completed in 91 milliseconds