include/trace/events/rxrpc.h
Source file repositories/reference/linux-study-clean/include/trace/events/rxrpc.h
File Facts
- System
- Linux kernel
- Corpus path
include/trace/events/rxrpc.h- Extension
.h- Size
- 87672 bytes
- Lines
- 2847
- Domain
- Repository Root And Misc
- Bucket
- include
- Inferred role
- Repository Root And Misc: implementation source
- Status
- source implementation candidate
Why This File Exists
Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.
- Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.
- Touches user memory; correctness depends on fault-safe copying and privilege boundary handling.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/tracepoint.hlinux/errqueue.htrace/define_trace.h
Detected Declarations
enum rxrpc_abort_reasonenum rxrpc_bundle_traceenum rxrpc_call_poke_traceenum rxrpc_call_traceenum rxrpc_client_traceenum rxrpc_congest_changeenum rxrpc_conn_traceenum rxrpc_local_traceenum rxrpc_peer_traceenum rxrpc_pmtud_reduce_traceenum rxrpc_propose_ack_outcomeenum rxrpc_propose_ack_traceenum rxrpc_receive_traceenum rxrpc_recvmsg_traceenum rxrpc_req_ack_traceenum rxrpc_rotate_traceenum rxrpc_rtt_rx_traceenum rxrpc_rtt_tx_traceenum rxrpc_sack_traceenum rxrpc_skb_traceenum rxrpc_timer_traceenum rxrpc_tlp_ack_traceenum rxrpc_tlp_probe_traceenum rxrpc_tq_traceenum rxrpc_tx_pointenum rxrpc_txbuf_traceenum rxrpc_txdata_traceenum rxrpc_txqueue_tracefunction EM
Annotated Snippet
#undef TRACE_SYSTEM
#define TRACE_SYSTEM rxrpc
#if !defined(_TRACE_RXRPC_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_RXRPC_H
#include <linux/tracepoint.h>
#include <linux/errqueue.h>
/*
* Declare tracing information enums and their string mappings for display.
*/
#define rxrpc_abort_reasons \
/* AFS errors */ \
EM(afs_abort_general_error, "afs-error") \
EM(afs_abort_interrupted, "afs-intr") \
EM(afs_abort_oom, "afs-oom") \
EM(afs_abort_op_not_supported, "afs-op-notsupp") \
EM(afs_abort_probeuuid_negative, "afs-probeuuid-neg") \
EM(afs_abort_send_data_error, "afs-send-data") \
EM(afs_abort_unmarshal_error, "afs-unmarshal") \
EM(afs_abort_unsupported_sec_class, "afs-unsup-sec-class") \
/* rxperf errors */ \
EM(rxperf_abort_general_error, "rxperf-error") \
EM(rxperf_abort_oom, "rxperf-oom") \
EM(rxperf_abort_op_not_supported, "rxperf-op-notsupp") \
EM(rxperf_abort_unmarshal_error, "rxperf-unmarshal") \
/* RxKAD security errors */ \
EM(rxkad_abort_1_short_check, "rxkad1-short-check") \
EM(rxkad_abort_1_short_data, "rxkad1-short-data") \
EM(rxkad_abort_1_short_encdata, "rxkad1-short-encdata") \
EM(rxkad_abort_1_short_header, "rxkad1-short-hdr") \
EM(rxkad_abort_2_short_check, "rxkad2-short-check") \
EM(rxkad_abort_2_crypto_unaligned, "rxkad2-crypto-unaligned") \
EM(rxkad_abort_2_short_data, "rxkad2-short-data") \
EM(rxkad_abort_2_short_header, "rxkad2-short-hdr") \
EM(rxkad_abort_2_short_len, "rxkad2-short-len") \
EM(rxkad_abort_bad_checksum, "rxkad2-bad-cksum") \
EM(rxkad_abort_chall_key_expired, "rxkad-chall-key-exp") \
EM(rxkad_abort_chall_level, "rxkad-chall-level") \
EM(rxkad_abort_chall_no_key, "rxkad-chall-nokey") \
EM(rxkad_abort_chall_short, "rxkad-chall-short") \
EM(rxkad_abort_chall_version, "rxkad-chall-version") \
EM(rxkad_abort_resp_bad_callid, "rxkad-resp-bad-callid") \
EM(rxkad_abort_resp_bad_checksum, "rxkad-resp-bad-cksum") \
EM(rxkad_abort_resp_bad_param, "rxkad-resp-bad-param") \
EM(rxkad_abort_resp_call_ctr, "rxkad-resp-call-ctr") \
EM(rxkad_abort_resp_call_state, "rxkad-resp-call-state") \
EM(rxkad_abort_resp_key_expired, "rxkad-resp-key-exp") \
EM(rxkad_abort_resp_key_rejected, "rxkad-resp-key-rej") \
EM(rxkad_abort_resp_level, "rxkad-resp-level") \
EM(rxkad_abort_resp_nokey, "rxkad-resp-nokey") \
EM(rxkad_abort_resp_ooseq, "rxkad-resp-ooseq") \
EM(rxkad_abort_resp_short, "rxkad-resp-short") \
EM(rxkad_abort_resp_short_tkt, "rxkad-resp-short-tkt") \
EM(rxkad_abort_resp_tkt_aname, "rxkad-resp-tk-aname") \
EM(rxkad_abort_resp_tkt_expired, "rxkad-resp-tk-exp") \
EM(rxkad_abort_resp_tkt_future, "rxkad-resp-tk-future") \
EM(rxkad_abort_resp_tkt_inst, "rxkad-resp-tk-inst") \
EM(rxkad_abort_resp_tkt_len, "rxkad-resp-tk-len") \
EM(rxkad_abort_resp_tkt_realm, "rxkad-resp-tk-realm") \
EM(rxkad_abort_resp_tkt_short, "rxkad-resp-tk-short") \
EM(rxkad_abort_resp_tkt_sinst, "rxkad-resp-tk-sinst") \
EM(rxkad_abort_resp_tkt_sname, "rxkad-resp-tk-sname") \
EM(rxkad_abort_resp_unknown_tkt, "rxkad-resp-unknown-tkt") \
EM(rxkad_abort_resp_version, "rxkad-resp-version") \
/* RxGK security errors */ \
EM(rxgk_abort_1_short_header, "rxgk1-short-hdr") \
EM(rxgk_abort_1_verify_mic_eproto, "rxgk1-vfy-mic-eproto") \
EM(rxgk_abort_2_decrypt_eproto, "rxgk2-dec-eproto") \
EM(rxgk_abort_2_short_data, "rxgk2-short-data") \
EM(rxgk_abort_2_short_encdata, "rxgk2-short-encdata") \
EM(rxgk_abort_2_short_header, "rxgk2-short-hdr") \
EM(rxgk_abort_bad_key_number, "rxgk-bad-key-num") \
EM(rxgk_abort_chall_key_expired, "rxgk-chall-key-exp") \
EM(rxgk_abort_chall_no_key, "rxgk-chall-nokey") \
EM(rxgk_abort_chall_short, "rxgk-chall-short") \
EM(rxgk_abort_resp_auth_dec, "rxgk-resp-auth-dec") \
EM(rxgk_abort_resp_bad_callid, "rxgk-resp-bad-callid") \
EM(rxgk_abort_resp_bad_nonce, "rxgk-resp-bad-nonce") \
EM(rxgk_abort_resp_bad_param, "rxgk-resp-bad-param") \
EM(rxgk_abort_resp_call_ctr, "rxgk-resp-call-ctr") \
EM(rxgk_abort_resp_call_state, "rxgk-resp-call-state") \
EM(rxgk_abort_resp_internal_error, "rxgk-resp-int-error") \
EM(rxgk_abort_resp_nopkg, "rxgk-resp-nopkg") \
EM(rxgk_abort_resp_short_applen, "rxgk-resp-short-applen") \
EM(rxgk_abort_resp_short_auth, "rxgk-resp-short-auth") \
EM(rxgk_abort_resp_short_call_list, "rxgk-resp-short-callls") \
EM(rxgk_abort_resp_short_packet, "rxgk-resp-short-packet") \
EM(rxgk_abort_resp_short_yfs_klen, "rxgk-resp-short-yfs-klen") \
Annotation
- Immediate include surface: `linux/tracepoint.h`, `linux/errqueue.h`, `trace/define_trace.h`.
- Detected declarations: `enum rxrpc_abort_reason`, `enum rxrpc_bundle_trace`, `enum rxrpc_call_poke_trace`, `enum rxrpc_call_trace`, `enum rxrpc_client_trace`, `enum rxrpc_congest_change`, `enum rxrpc_conn_trace`, `enum rxrpc_local_trace`, `enum rxrpc_peer_trace`, `enum rxrpc_pmtud_reduce_trace`.
- Atlas domain: Repository Root And Misc / include.
- Implementation status: source implementation candidate.
- This snippet crosses the user/kernel memory boundary; validate fault handling and access checks before translating the pattern.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.