Home
last modified time | relevance | path

Searched refs:get_tcb_priv_data (Results 1 – 14 of 14) sorted by relevance

/external/strace/
Dmmsghdr.c135 const struct mmsgvec_data *const data = get_tcb_priv_data(tcp); in decode_mmsgvec()
228 tprints(*(const char **) get_tcb_priv_data(tcp)); in SYS_FUNC()
Dscsi.c102 uint32_t *piid = get_tcb_priv_data(tcp); in scsi_ioctl()
Duserfaultfd.c93 entering_features = get_tcb_priv_data(tcp); in uffdio_ioctl()
Dldt.c49 unsigned *entry_number = get_tcb_priv_data(tcp); in print_user_desc()
Dsg_io_v4.c106 struct sg_io_v4 *entering_sg_io = get_tcb_priv_data(tcp); in decode_response()
Dsg_io_v3.c112 struct_sg_io_hdr *entering_sg_io = get_tcb_priv_data(tcp); in decode_response()
Dperf.c143 desc = get_tcb_priv_data(tcp); in print_perf_event_attr()
Dsock.c257 entering_ifc = get_tcb_priv_data(tcp); in decode_ifconf()
Ddm.c496 entering_ioc = get_tcb_priv_data(tcp); in dm_known_ioctl()
Dsignal.c672 tprints(get_tcb_priv_data(tcp)); in SYS_FUNC()
Ddefs.h492 extern void *get_tcb_priv_data(const struct tcb *);
499 return (unsigned long) get_tcb_priv_data(tcp); in get_tcb_priv_ulong()
Dbpf.c645 saved = get_tcb_priv_data(tcp); in BEGIN_BPF_CMD_DECODER()
Dstrace.c782 get_tcb_priv_data(const struct tcb *tcp) in get_tcb_priv_data() function
DChangeLog19865 get_tcb_priv_data instead of get_tcb_priv_ulong, call decode_sg_io
19869 (decode_response): Restore it using get_tcb_priv_data. Print its i/o
19874 (decode_response): Restore it using get_tcb_priv_data. Print its i/o
27336 get_tcb_priv_data.
27348 using get_tcb_priv_data.
27359 (get_tcb_priv_data, set_tcb_priv_data, free_tcb_priv_data):
27362 * strace.c (get_tcb_priv_data, set_tcb_priv_data, free_tcb_priv_data):