/kernel/linux/linux-5.10/include/trace/events/ |
H A D | cachefiles.h | 74 enum cachefiles_obj_ref_trace why, 77 TP_ARGS(obj, cookie, why, usage), 83 __field(enum cachefiles_obj_ref_trace, why ) 91 __entry->why = why; 96 __print_symbolic(__entry->why, cachefiles_obj_ref_traces)) 169 enum fscache_why_object_killed why), 171 TP_ARGS(obj, de, why), 177 __field(enum fscache_why_object_killed, why ) 183 __entry->why [all...] |
H A D | rxrpc.h | 703 TP_PROTO(unsigned int call_nr, const char *why, u32 cid, u32 call_id, 706 TP_ARGS(call_nr, why, cid, call_id, seq, abort_code, error), 710 __array(char, why, 4 ) 719 memcpy(__entry->why, why, 4); 731 __entry->abort_code, __entry->error, __entry->why) 761 TP_PROTO(struct rxrpc_call *call, enum rxrpc_transmit_trace why), 763 TP_ARGS(call, why), 767 __field(enum rxrpc_transmit_trace, why ) 775 __entry->why [all...] |
H A D | fscache.h | 368 enum fscache_page_trace why), 370 TP_ARGS(cookie, page, why), 375 __field(enum fscache_page_trace, why ) 381 __entry->why = why; 386 __print_symbolic(__entry->why, fscache_page_traces), 432 enum fscache_op_trace why), 434 TP_ARGS(cookie, op, why), 439 __field(enum fscache_op_trace, why ) 445 __entry->why [all...] |
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | skbuff.c | 22 void rxrpc_new_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) in rxrpc_new_skb() argument 25 trace_rxrpc_skb(skb, refcount_read(&skb->users), n, why); in rxrpc_new_skb() 31 void rxrpc_see_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) in rxrpc_see_skb() argument 35 trace_rxrpc_skb(skb, refcount_read(&skb->users), n, why); in rxrpc_see_skb() 42 void rxrpc_get_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) in rxrpc_get_skb() argument 45 trace_rxrpc_skb(skb, refcount_read(&skb->users), n, why); in rxrpc_get_skb() 52 void rxrpc_eaten_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) in rxrpc_eaten_skb() argument 55 trace_rxrpc_skb(skb, 0, n, why); in rxrpc_eaten_skb() 61 void rxrpc_free_skb(struct sk_buff *skb, enum rxrpc_skb_trace why) in rxrpc_free_skb() argument 65 trace_rxrpc_skb(skb, refcount_read(&skb->users), n, why); in rxrpc_free_skb() [all...] |
H A D | conn_object.c | 26 void rxrpc_poke_conn(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) in rxrpc_poke_conn() argument 37 rxrpc_get_connection(conn, why); in rxrpc_poke_conn() 225 void rxrpc_queue_conn(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) in rxrpc_queue_conn() argument 229 rxrpc_see_connection(conn, why); in rxrpc_queue_conn() 236 enum rxrpc_conn_trace why) in rxrpc_see_connection() 241 trace_rxrpc_conn(conn->debug_id, r, why); in rxrpc_see_connection() 249 enum rxrpc_conn_trace why) in rxrpc_get_connection() 254 trace_rxrpc_conn(conn->debug_id, r + 1, why); in rxrpc_get_connection() 263 enum rxrpc_conn_trace why) in rxrpc_get_connection_maybe() 269 trace_rxrpc_conn(conn->debug_id, r + 1, why); in rxrpc_get_connection_maybe() 235 rxrpc_see_connection(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) rxrpc_see_connection() argument 248 rxrpc_get_connection(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) rxrpc_get_connection() argument 262 rxrpc_get_connection_maybe(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) rxrpc_get_connection_maybe() argument 350 rxrpc_put_connection(struct rxrpc_connection *conn, enum rxrpc_conn_trace why) rxrpc_put_connection() argument [all...] |
H A D | local_object.c | 331 enum rxrpc_local_trace why) in rxrpc_get_local() 337 trace_rxrpc_local(local->debug_id, why, r + 1, u); in rxrpc_get_local() 345 enum rxrpc_local_trace why) in rxrpc_get_local_maybe() 351 trace_rxrpc_local(local->debug_id, why, r + 1, u); in rxrpc_get_local_maybe() 361 void rxrpc_put_local(struct rxrpc_local *local, enum rxrpc_local_trace why) in rxrpc_put_local() argument 372 trace_rxrpc_local(debug_id, why, r, u); in rxrpc_put_local() 383 enum rxrpc_local_trace why) in rxrpc_use_local() 389 if (!__rxrpc_use_local(local, why)) { in rxrpc_use_local() 401 void rxrpc_unuse_local(struct rxrpc_local *local, enum rxrpc_local_trace why) in rxrpc_unuse_local() argument 410 trace_rxrpc_local(debug_id, why, in rxrpc_unuse_local() 330 rxrpc_get_local(struct rxrpc_local *local, enum rxrpc_local_trace why) rxrpc_get_local() argument 344 rxrpc_get_local_maybe(struct rxrpc_local *local, enum rxrpc_local_trace why) rxrpc_get_local_maybe() argument 382 rxrpc_use_local(struct rxrpc_local *local, enum rxrpc_local_trace why) rxrpc_use_local() argument [all...] |
H A D | output.c | 145 enum rxrpc_rtt_tx_trace why) in rxrpc_begin_rtt_probe() 162 trace_rxrpc_rtt_tx(call, why, rtt_slot, serial); in rxrpc_begin_rtt_probe() 326 enum rxrpc_req_ack_trace why; in rxrpc_send_data_packet() local 363 why = rxrpc_reqack_already_on; in rxrpc_send_data_packet() 365 why = rxrpc_reqack_no_srv_last; in rxrpc_send_data_packet() 367 why = rxrpc_reqack_ack_lost; in rxrpc_send_data_packet() 369 why = rxrpc_reqack_retrans; in rxrpc_send_data_packet() 371 why = rxrpc_reqack_slow_start; in rxrpc_send_data_packet() 373 why = rxrpc_reqack_small_txwin; in rxrpc_send_data_packet() 375 why in rxrpc_send_data_packet() 144 rxrpc_begin_rtt_probe(struct rxrpc_call *call, rxrpc_serial_t serial, enum rxrpc_rtt_tx_trace why) rxrpc_begin_rtt_probe() argument [all...] |
H A D | peer_object.c | 209 enum rxrpc_peer_trace why) in rxrpc_alloc_peer() 229 trace_rxrpc_peer(peer->debug_id, 1, why); in rxrpc_alloc_peer() 377 struct rxrpc_peer *rxrpc_get_peer(struct rxrpc_peer *peer, enum rxrpc_peer_trace why) in rxrpc_get_peer() argument 382 trace_rxrpc_peer(peer->debug_id, r + 1, why); in rxrpc_get_peer() 390 enum rxrpc_peer_trace why) in rxrpc_get_peer_maybe() 396 trace_rxrpc_peer(peer->debug_id, r + 1, why); in rxrpc_get_peer_maybe() 423 void rxrpc_put_peer(struct rxrpc_peer *peer, enum rxrpc_peer_trace why) in rxrpc_put_peer() argument 432 trace_rxrpc_peer(debug_id, r - 1, why); in rxrpc_put_peer() 208 rxrpc_alloc_peer(struct rxrpc_local *local, gfp_t gfp, enum rxrpc_peer_trace why) rxrpc_alloc_peer() argument 389 rxrpc_get_peer_maybe(struct rxrpc_peer *peer, enum rxrpc_peer_trace why) rxrpc_get_peer_maybe() argument
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rxrpc.h | 589 TP_PROTO(unsigned int peer_debug_id, int ref, enum rxrpc_peer_trace why), 591 TP_ARGS(peer_debug_id, ref, why), 596 __field(enum rxrpc_peer_trace, why) 602 __entry->why = why; 607 __print_symbolic(__entry->why, rxrpc_peer_traces), 612 TP_PROTO(unsigned int bundle_debug_id, int ref, enum rxrpc_bundle_trace why), 614 TP_ARGS(bundle_debug_id, ref, why), 619 __field(int, why) 625 __entry->why [all...] |
H A D | cachefiles.h | 214 enum cachefiles_obj_ref_trace why), 216 TP_ARGS(object_debug_id, cookie_debug_id, usage, why), 222 __field(enum cachefiles_obj_ref_trace, why ) 230 __entry->why = why; 235 __print_symbolic(__entry->why, cachefiles_obj_ref_traces)) 327 enum fscache_why_object_killed why), 329 TP_ARGS(obj, ino, why), 335 __field(enum fscache_why_object_killed, why ) 341 __entry->why [all...] |
H A D | fscache.h | 287 enum fscache_active_trace why), 289 TP_ARGS(cookie_debug_id, ref, n_active, n_accesses, why), 296 __field(enum fscache_active_trace, why ) 304 __entry->why = why; 309 __print_symbolic(__entry->why, fscache_active_traces), 319 enum fscache_access_trace why), 321 TP_ARGS(cache_debug_id, ref, n_accesses, why), 327 __field(enum fscache_access_trace, why ) 334 __entry->why [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_std_types.c | 43 enum rdma_remove_reason why, in uverbs_free_ah() 52 enum rdma_remove_reason why, in uverbs_free_flow() 72 enum rdma_remove_reason why, in uverbs_free_mw() 79 enum rdma_remove_reason why, in uverbs_free_rwq_ind_tbl() 91 if (ib_is_destroy_retryable(ret, why, uobject)) in uverbs_free_rwq_ind_tbl() 103 enum rdma_remove_reason why, in uverbs_free_xrcd() 111 ret = ib_destroy_usecnt(&uxrcd->refcnt, why, uobject); in uverbs_free_xrcd() 116 ret = ib_uverbs_dealloc_xrcd(uobject, xrcd, why, attrs); in uverbs_free_xrcd() 123 enum rdma_remove_reason why, in uverbs_free_pd() 129 ret = ib_destroy_usecnt(&pd->usecnt, why, uobjec in uverbs_free_pd() 42 uverbs_free_ah(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) uverbs_free_ah() argument 51 uverbs_free_flow(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) uverbs_free_flow() argument 71 uverbs_free_mw(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) uverbs_free_mw() argument 78 uverbs_free_rwq_ind_tbl(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) uverbs_free_rwq_ind_tbl() argument 102 uverbs_free_xrcd(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) uverbs_free_xrcd() argument 122 uverbs_free_pd(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) uverbs_free_pd() argument 161 uverbs_completion_event_file_destroy_uobj(struct ib_uobject *uobj, enum rdma_remove_reason why) uverbs_completion_event_file_destroy_uobj() argument [all...] |
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | xattr.c | 100 enum cachefiles_coherency_trace why; in cachefiles_check_auxdata() local 120 why = cachefiles_coherency_check_xattr; in cachefiles_check_auxdata() 122 why = cachefiles_coherency_check_type; in cachefiles_check_auxdata() 124 why = cachefiles_coherency_check_aux; in cachefiles_check_auxdata() 126 why = cachefiles_coherency_check_objsize; in cachefiles_check_auxdata() 130 why = cachefiles_coherency_check_dirty; in cachefiles_check_auxdata() 132 why = cachefiles_coherency_check_ok; in cachefiles_check_auxdata() 137 buf->content, why); in cachefiles_check_auxdata() 239 enum cachefiles_coherency_trace why; in cachefiles_check_volume_xattr() local 262 why in cachefiles_check_volume_xattr() [all...] |
H A D | io.c | 383 enum cachefiles_prepare_read_trace why; in cachefiles_do_prepare_read() local 399 why = cachefiles_trace_read_after_eof; in cachefiles_do_prepare_read() 405 why = cachefiles_trace_read_no_data; in cachefiles_do_prepare_read() 412 why = cachefiles_trace_read_no_file; in cachefiles_do_prepare_read() 430 why = cachefiles_trace_read_seek_nxio; in cachefiles_do_prepare_read() 435 why = cachefiles_trace_read_seek_error; in cachefiles_do_prepare_read() 440 why = cachefiles_trace_read_found_hole; in cachefiles_do_prepare_read() 448 why = cachefiles_trace_read_found_part; in cachefiles_do_prepare_read() 458 why = cachefiles_trace_read_seek_error; in cachefiles_do_prepare_read() 471 why in cachefiles_do_prepare_read() [all...] |
H A D | internal.h | 223 enum cachefiles_obj_ref_trace why); 225 enum cachefiles_obj_ref_trace why); 227 enum cachefiles_obj_ref_trace why); 264 enum fscache_why_object_killed why); 266 enum fscache_why_object_killed why);
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs_std_types.c | 43 enum rdma_remove_reason why, in uverbs_free_ah() 52 enum rdma_remove_reason why, in uverbs_free_flow() 72 enum rdma_remove_reason why, in uverbs_free_mw() 79 enum rdma_remove_reason why, in uverbs_free_rwq_ind_tbl() 103 enum rdma_remove_reason why, in uverbs_free_xrcd() 115 ret = ib_uverbs_dealloc_xrcd(uobject, xrcd, why, attrs); in uverbs_free_xrcd() 122 enum rdma_remove_reason why, in uverbs_free_pd() 159 enum rdma_remove_reason why) in uverbs_completion_event_file_destroy_uobj() 42 uverbs_free_ah(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) uverbs_free_ah() argument 51 uverbs_free_flow(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) uverbs_free_flow() argument 71 uverbs_free_mw(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) uverbs_free_mw() argument 78 uverbs_free_rwq_ind_tbl(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) uverbs_free_rwq_ind_tbl() argument 102 uverbs_free_xrcd(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) uverbs_free_xrcd() argument 121 uverbs_free_pd(struct ib_uobject *uobject, enum rdma_remove_reason why, struct uverbs_attr_bundle *attrs) uverbs_free_pd() argument 158 uverbs_completion_event_file_destroy_uobj(struct ib_uobject *uobj, enum rdma_remove_reason why) uverbs_completion_event_file_destroy_uobj() argument
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | dir_edit.c | 188 enum afs_edit_dir_reason why) in afs_edit_dir_add() 293 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_nospc, 0, 0, 0, 0, name->name); in afs_edit_dir_add() 309 trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot, in afs_edit_dir_add() 344 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_inval, 0, 0, 0, 0, name->name); in afs_edit_dir_add() 353 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_error, 0, 0, 0, 0, name->name); in afs_edit_dir_add() 366 struct qstr *name, enum afs_edit_dir_reason why) in afs_edit_dir_remove() 438 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_noent, in afs_edit_dir_remove() 446 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete, b, slot, in afs_edit_dir_remove() 476 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_inval, in afs_edit_dir_remove() 487 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_erro in afs_edit_dir_remove() 186 afs_edit_dir_add(struct afs_vnode *vnode, struct qstr *name, struct afs_fid *new_fid, enum afs_edit_dir_reason why) afs_edit_dir_add() argument 365 afs_edit_dir_remove(struct afs_vnode *vnode, struct qstr *name, enum afs_edit_dir_reason why) afs_edit_dir_remove() argument [all...] |
/kernel/linux/linux-6.6/fs/afs/ |
H A D | dir_edit.c | 208 enum afs_edit_dir_reason why) in afs_edit_dir_add() 301 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_nospc, 0, 0, 0, 0, name->name); in afs_edit_dir_add() 317 trace_afs_edit_dir(vnode, why, afs_edit_dir_create, b, slot, in afs_edit_dir_add() 352 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_inval, 0, 0, 0, 0, name->name); in afs_edit_dir_add() 362 trace_afs_edit_dir(vnode, why, afs_edit_dir_create_error, 0, 0, 0, 0, name->name); in afs_edit_dir_add() 375 struct qstr *name, enum afs_edit_dir_reason why) in afs_edit_dir_remove() 441 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_noent, in afs_edit_dir_remove() 449 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete, b, slot, in afs_edit_dir_remove() 479 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_inval, in afs_edit_dir_remove() 490 trace_afs_edit_dir(vnode, why, afs_edit_dir_delete_erro in afs_edit_dir_remove() 206 afs_edit_dir_add(struct afs_vnode *vnode, struct qstr *name, struct afs_fid *new_fid, enum afs_edit_dir_reason why) afs_edit_dir_add() argument 374 afs_edit_dir_remove(struct afs_vnode *vnode, struct qstr *name, enum afs_edit_dir_reason why) afs_edit_dir_remove() argument [all...] |
/kernel/linux/linux-5.10/include/rdma/ |
H A D | uverbs_types.h | 71 enum rdma_remove_reason why, 102 enum rdma_remove_reason why, 142 enum rdma_remove_reason why);
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | uverbs_types.h | 71 enum rdma_remove_reason why, 104 enum rdma_remove_reason why, 147 enum rdma_remove_reason why);
|
/kernel/linux/linux-5.10/fs/pstore/ |
H A D | platform.c | 437 const char *why; in pstore_blackbox_dump() local 447 why = kmsg_dump_reason_str(reason); in pstore_blackbox_dump() 452 in_nmi() ? "NMI" : why); in pstore_blackbox_dump() 469 strncpy(pfault_log_info->info.event, why, in pstore_blackbox_dump() 470 min(strlen(why), sizeof(pfault_log_info->info.event) - 1)); in pstore_blackbox_dump() 502 const char *why; in pstore_dump() local 507 why = kmsg_dump_reason_str(reason); in pstore_dump() 512 in_nmi() ? "NMI" : why); in pstore_dump() 544 header_size = snprintf(dst, dst_size, "%s#%d Part%u\n", why, in pstore_dump()
|
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 207 const char *why = "unknown cause"; in launch_tests() local 211 why = "exit code"; in launch_tests() 214 why = "signal"; in launch_tests() 217 printf("\x1b[31m\x1b[1m[-] Tests failed with %s %d! \u2639\x1b[0m\n", why, what); in launch_tests()
|
/kernel/linux/linux-6.6/fs/fscache/ |
H A D | internal.h | 26 bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why); 27 void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why); 66 enum fscache_access_trace why); 152 enum fscache_access_trace why);
|
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/ |
H A D | init.c | 202 const char *why = "unknown cause"; in launch_tests() local 206 why = "exit code"; in launch_tests() 209 why = "signal"; in launch_tests() 212 printf("\x1b[31m\x1b[1m[-] Tests failed with %s %d! \u2639\x1b[0m\n", why, what); in launch_tests()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_trace.h | 84 TP_PROTO(struct snd_pcm_substream *substream, const char *why), 85 TP_ARGS(substream, why), 91 __string( reason, why ) 98 __assign_str(reason, why);
|