Searched refs:call_debug_id (Results 1 – 5 of 5) sorted by relevance
/linux/net/rxrpc/ |
H A D | txbuf.c | 47 txb->call_debug_id = call->debug_id; in rxrpc_alloc_data_txbuf() 56 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, 1, in rxrpc_alloc_data_txbuf() 68 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, r + 1, what); in rxrpc_get_txbuf() 75 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, r, what); in rxrpc_see_txbuf() 80 trace_rxrpc_txbuf(txb->debug_id, txb->call_debug_id, txb->seq, 0, in rxrpc_free_txbuf() 90 unsigned int debug_id, call_debug_id; in rxrpc_put_txbuf() local 97 call_debug_id = txb->call_debug_id; in rxrpc_put_txbuf() 100 trace_rxrpc_txbuf(debug_id, call_debug_id, seq, r - 1, what); in rxrpc_put_txbuf()
|
H A D | conn_event.c | 177 trace_rxrpc_tx_ack(chan->call_debug_id, serial, in rxrpc_conn_retransmit_call() 191 trace_rxrpc_tx_fail(chan->call_debug_id, serial, ret, in rxrpc_conn_retransmit_call() 194 trace_rxrpc_tx_packet(chan->call_debug_id, &pkt.whdr, in rxrpc_conn_retransmit_call()
|
H A D | ar-internal.h | 498 unsigned int call_debug_id; /* call->debug_id */ member 864 unsigned int call_debug_id; member
|
/linux/include/trace/events/ |
H A D | rxrpc.h | 762 TP_PROTO(unsigned int call_debug_id, int ref, unsigned long aux, 765 TP_ARGS(call_debug_id, ref, aux, why), 775 __entry->call = call_debug_id; 1384 TP_PROTO(unsigned int call_debug_id, enum rxrpc_recvmsg_trace why, 1387 TP_ARGS(call_debug_id, why, ret), 1396 __entry->call = call_debug_id; 2168 TP_PROTO(unsigned int call_debug_id, rxrpc_seq_t seq, 2171 TP_ARGS(call_debug_id, seq, why), 2174 __field(unsigned int, call_debug_id) 2180 __entry->call_debug_id = call_debug_id; [all …]
|
H A D | afs.h | 673 TP_PROTO(unsigned int call_debug_id, enum afs_call_trace op, 676 TP_ARGS(call_debug_id, op, ref, outstanding, where), 687 __entry->call = call_debug_id;
|