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

/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dheaptrace.c36 typedef struct Heap_packet struct
43 } Heap_packet; typedef in typeref:struct:Heap_packet
154 /* Record Heap_packet description */
157 (int) offsetof (Heap_packet, comm.lwp_id),
158 fld_sizeof (Heap_packet, comm.lwp_id) == 4 ? "INT32" : "INT64");
160 (int) offsetof (Heap_packet, comm.thr_id),
161 fld_sizeof (Heap_packet, comm.thr_id) == 4 ? "INT32" : "INT64");
163 (int) offsetof (Heap_packet, comm.cpu_id),
164 fld_sizeof (Heap_packet, comm.cpu_id) == 4 ? "INT32" : "INT64");
166 (int) offsetof (Heap_packet, com
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dheaptrace.c42 typedef struct Heap_packet struct
49 } Heap_packet; typedef in typeref:struct:Heap_packet
170 /* Record Heap_packet description */
171 Heap_packet *pp = NULL;
277 Heap_packet hpacket;
296 collector_memset (&hpacket, 0, sizeof ( Heap_packet));
297 hpacket.comm.tsize = sizeof ( Heap_packet);
314 Heap_packet hpacket;
336 collector_memset (&hpacket, 0, sizeof ( Heap_packet));
337 hpacket.comm.tsize = sizeof ( Heap_packet);
[all...]

Completed in 134 milliseconds