Home
last modified time | relevance | path

Searched refs:bpf_printk (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.3-rc2/samples/hid/
A Dhid_mouse.bpf.c17 bpf_printk("event: size: %d", hctx->size); in BPF_PROG()
18 bpf_printk("incoming event: %02x %02x %02x", in BPF_PROG()
22 bpf_printk(" %02x %02x %02x", in BPF_PROG()
26 bpf_printk(" %02x %02x %02x", in BPF_PROG()
38 bpf_printk("modified event: %02x %02x %02x", in BPF_PROG()
42 bpf_printk(" %02x %02x %02x", in BPF_PROG()
46 bpf_printk(" %02x %02x %02x", in BPF_PROG()
80 bpf_printk("rdesc: %02x %02x %02x", in BPF_PROG()
84 bpf_printk(" %02x %02x %02x", in BPF_PROG()
88 bpf_printk(" %02x %02x %02x ...", in BPF_PROG()
A Dhid_surface_dial.bpf.c65 bpf_printk("probed/remove event ret value: %d", ret); in set_haptic()
66 bpf_printk("buf: %02x %02x %02x", in set_haptic()
70 bpf_printk(" %02x %02x %02x", in set_haptic()
74 bpf_printk(" %02x %02x", in set_haptic()
94 bpf_printk("set haptic ret value: %d -> %d", ret, haptic_data[4]); in set_haptic()
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dxdp_hw_metadata.c55 bpf_printk("forwarding UDP:9091 to AF_XDP"); in rx()
59 bpf_printk("bpf_xdp_adjust_meta returned %d", ret); in rx()
68 bpf_printk("bpf_xdp_adjust_meta doesn't appear to work"); in rx()
73 bpf_printk("populated rx_timestamp with %llu", meta->rx_timestamp); in rx()
78 bpf_printk("populated rx_hash with %u", meta->rx_hash); in rx()
A Duser_ringbuf_success.c48 bpf_printk("bpf_dynptr_read() failed: %d\n", status); in record_sample()
55 bpf_printk("Unexpectedly failed to get sample\n"); in record_sample()
83 bpf_printk("Unrecognized op %d\n", msg->msg_op); in handle_sample_msg()
96 bpf_printk("Unexpectedly failed to get msg\n"); in read_protocol_msg()
153 bpf_printk("%lu != %lu\n", expected_user_mutated, user_mutated); in publish_kern_messages()
173 bpf_printk("Drain returned: %ld\n", status); in test_user_ringbuf_protocol()
A Dtest_tunnel_kern.c158 bpf_printk("key %d remote ip6 ::%x label %x\n", in ip6gretap_get_tunnel()
227 bpf_printk("key %d remote ip 0x%x erspan version %d\n", in erspan_get_tunnel()
232 bpf_printk("\tindex %x\n", index); in erspan_get_tunnel()
234 bpf_printk("\tdirection %d hwid %x timestamp %u\n", in erspan_get_tunnel()
313 bpf_printk("\tindex %x\n", index); in ip4ip6erspan_get_tunnel()
315 bpf_printk("\tdirection %d hwid %x timestamp %u\n", in ip4ip6erspan_get_tunnel()
583 bpf_printk("local_ip 0x%x\n", *local_ip); in ip6vxlan_get_tunnel_src()
646 bpf_printk("key %d remote ip 0x%x geneve class 0x%x\n", in geneve_get_tunnel()
707 bpf_printk("key %d remote ip 0x%x geneve class 0x%x\n", in ip6geneve_get_tunnel()
754 bpf_printk("remote ip 0x%x\n", key.remote_ipv4); in ipip_get_tunnel()
[all …]
A Dkfree_skb.c94 bpf_printk("rcuhead.next %llx func %llx\n", ptr, func); in BPF_PROG()
95 bpf_printk("skb->len %d users %d pkt_type %x\n", in BPF_PROG()
97 bpf_printk("skb->queue_mapping %d\n", _(skb->queue_mapping)); in BPF_PROG()
98 bpf_printk("dev->ifindex %d data %llx pkt_data %x\n", in BPF_PROG()
100 bpf_printk("cb8_0:%x cb32_0:%x\n", meta.cb8_0, meta.cb32_0); in BPF_PROG()
A Duser_ringbuf_fail.c35 bpf_printk("Was able to pass bad pointer %lx\n", (__u64)dynptr - 1); in bad_access1()
58 bpf_printk("Was able to pass bad pointer %lx\n", (__u64)dynptr + 1); in bad_access2()
120 bpf_printk("Read id %lu\n", id); in null_context_read()
A Dtest_legacy_printk.c50 bpf_printk("Legacy-case bpf_printk test, pid %d\n", cur_pid); in handle_legacy()
69 bpf_printk("Modern-case bpf_printk test, pid %d\n", cur_pid); in handle_modern()
A Dnetif_receive_skb.c78 bpf_printk("(%d) got %s", _cmp, _str); \
79 bpf_printk("(%d) expected %s", _cmp, \
118 bpf_printk("returned %d when writing skb", ret); in BPF_PROG()
126 bpf_printk("printing %llx should generate error, got (%d)", in BPF_PROG()
A Dtrace_vprintk.c26 bpf_printk("\t"); in sys_enter()
A Dtest_sk_lookup.c236 bpf_printk("sk_assign returned %d, expected %d\n", in sk_assign_eexist()
269 bpf_printk("sk_assign returned %d, expected 0\n", err); in sk_assign_replace_flag()
291 bpf_printk("sk_assign returned %d, expected 0\n", err); in sk_assign_null()
300 bpf_printk("sk_assign returned %d, expected 0\n", err); in sk_assign_null()
588 bpf_printk("sk_assign returned %d, expected %d\n", in sk_assign_esocknosupport()
A Dtest_sk_lookup_kern.c75 bpf_printk("sk=%d\n", sk ? 1 : 0); in sk_lookup_success()
/linux-6.3-rc2/samples/bpf/
A Dibumad_kern.c35 #undef bpf_printk
36 #define bpf_printk(fmt, ...) macro
83 bpf_printk("ib_umad read recv : class 0x%x\n", class); in on_ib_umad_read_recv()
103 bpf_printk("ib_umad read send : class 0x%x\n", class); in on_ib_umad_read_send()
123 bpf_printk("ib_umad write : class 0x%x\n", class); in on_ib_umad_write()
A Dhbm_kern.h33 #undef bpf_printk
34 #define bpf_printk(fmt, ...) macro
137 bpf_printk("Initializing queue_state, rate:%d\n", rate * 128); in hbm_init_vqueue()
149 bpf_printk("Initializing queue_state, rate:%d\n", rate * 128); in hbm_init_edt_vqueue()
A Dtcp_rwnd_kern.c42 bpf_printk("BPF command: %d\n", op); in bpf_rwnd()
59 bpf_printk("Returning %d\n", rv); in bpf_rwnd()
A Dtcp_synrto_kern.c42 bpf_printk("BPF command: %d\n", op); in bpf_synrto()
59 bpf_printk("Returning %d\n", rv); in bpf_synrto()
A Dtcp_basertt_kern.c35 bpf_printk("BPF command: %d\n", op); in bpf_basertt()
66 bpf_printk("Returning %d\n", rv); in bpf_basertt()
A Dtcp_cong_kern.c43 bpf_printk("BPF command: %d\n", op); in bpf_cong()
73 bpf_printk("Returning %d\n", rv); in bpf_cong()
A Dtcp_bufs_kern.c45 bpf_printk("Returning %d\n", rv); in bpf_bufs()
76 bpf_printk("Returning %d\n", rv); in bpf_bufs()
A Dtcp_dumpstats_kern.c62 bpf_printk("dsack_dups=%u delivered=%u\n", in _sockops()
64 bpf_printk("delivered_ce=%u icsk_retransmits=%u\n", in _sockops()
A Dtcp_iw_kern.c46 bpf_printk("BPF command: %d\n", op); in bpf_iw()
78 bpf_printk("Returning %d\n", rv); in bpf_iw()
A Dtcp_clamp_kern.c45 bpf_printk("BPF command: %d\n", op); in bpf_clamp()
92 bpf_printk("Returning %d\n", rv); in bpf_clamp()
A Dtcp_tos_reflect_kern.c38 bpf_printk("BPF command: %d\n", op); in bpf_basertt()
75 bpf_printk("Returning %d\n", rv); in bpf_basertt()
A Dxdp_sample_pkts_kern.c50 bpf_printk("perf_event_output failed: %d\n", ret); in xdp_sample_prog()
A Dhbm_out_kern.c117 bpf_printk("Updating rate: %d (1sec:%llu bits)\n", in _hbm_out_cg()

Completed in 29 milliseconds

12