Symbol: bpf_printk
samples/bpf/hbm_kern.h
137
bpf_printk("Initializing queue_state, rate:%d\n", rate * 128);
samples/bpf/hbm_kern.h
149
bpf_printk("Initializing queue_state, rate:%d\n", rate * 128);
samples/bpf/hbm_out_kern.c
117
bpf_printk("Updating rate: %d (1sec:%llu bits)\n",
samples/bpf/ibumad_kern.c
103
bpf_printk("ib_umad read send : class 0x%x\n", class);
samples/bpf/ibumad_kern.c
123
bpf_printk("ib_umad write : class 0x%x\n", class);
samples/bpf/ibumad_kern.c
83
bpf_printk("ib_umad read recv : class 0x%x\n", class);
samples/bpf/tcp_basertt_kern.c
35
bpf_printk("BPF command: %d\n", op);
samples/bpf/tcp_basertt_kern.c
66
bpf_printk("Returning %d\n", rv);
samples/bpf/tcp_bufs_kern.c
45
bpf_printk("Returning %d\n", rv);
samples/bpf/tcp_bufs_kern.c
76
bpf_printk("Returning %d\n", rv);
samples/bpf/tcp_clamp_kern.c
45
bpf_printk("BPF command: %d\n", op);
samples/bpf/tcp_clamp_kern.c
92
bpf_printk("Returning %d\n", rv);
samples/bpf/tcp_cong_kern.c
43
bpf_printk("BPF command: %d\n", op);
samples/bpf/tcp_cong_kern.c
73
bpf_printk("Returning %d\n", rv);
samples/bpf/tcp_dumpstats_kern.c
62
bpf_printk("dsack_dups=%u delivered=%u\n",
samples/bpf/tcp_dumpstats_kern.c
64
bpf_printk("delivered_ce=%u icsk_retransmits=%u\n",
samples/bpf/tcp_iw_kern.c
46
bpf_printk("BPF command: %d\n", op);
samples/bpf/tcp_iw_kern.c
78
bpf_printk("Returning %d\n", rv);
samples/bpf/tcp_rwnd_kern.c
42
bpf_printk("BPF command: %d\n", op);
samples/bpf/tcp_rwnd_kern.c
59
bpf_printk("Returning %d\n", rv);
samples/bpf/tcp_synrto_kern.c
42
bpf_printk("BPF command: %d\n", op);
samples/bpf/tcp_synrto_kern.c
59
bpf_printk("Returning %d\n", rv);
samples/bpf/tcp_tos_reflect_kern.c
38
bpf_printk("BPF command: %d\n", op);
samples/bpf/tcp_tos_reflect_kern.c
75
bpf_printk("Returning %d\n", rv);
samples/hid/hid_mouse.bpf.c
16
bpf_printk("event: size: %d", hctx->size);
samples/hid/hid_mouse.bpf.c
17
bpf_printk("incoming event: %02x %02x %02x",
samples/hid/hid_mouse.bpf.c
21
bpf_printk(" %02x %02x %02x",
samples/hid/hid_mouse.bpf.c
25
bpf_printk(" %02x %02x %02x",
samples/hid/hid_mouse.bpf.c
37
bpf_printk("modified event: %02x %02x %02x",
samples/hid/hid_mouse.bpf.c
41
bpf_printk(" %02x %02x %02x",
samples/hid/hid_mouse.bpf.c
45
bpf_printk(" %02x %02x %02x",
samples/hid/hid_mouse.bpf.c
90
bpf_printk("rdesc: %02x %02x %02x",
samples/hid/hid_mouse.bpf.c
94
bpf_printk(" %02x %02x %02x",
samples/hid/hid_mouse.bpf.c
98
bpf_printk(" %02x %02x %02x ...",
samples/hid/hid_surface_dial.bpf.c
65
bpf_printk("probed/remove event ret value: %d", ret);
samples/hid/hid_surface_dial.bpf.c
66
bpf_printk("buf: %02x %02x %02x",
samples/hid/hid_surface_dial.bpf.c
70
bpf_printk(" %02x %02x %02x",
samples/hid/hid_surface_dial.bpf.c
74
bpf_printk(" %02x %02x",
samples/hid/hid_surface_dial.bpf.c
94
bpf_printk("set haptic ret value: %d -> %d", ret, haptic_data[4]);
tools/sched_ext/scx_qmap.bpf.c
652
bpf_printk("CGRP INIT %llu weight=%u period=%lu quota=%ld burst=%lu",
tools/sched_ext/scx_qmap.bpf.c
661
bpf_printk("CGRP SET %llu weight=%u", cgrp->kn->id, weight);
tools/sched_ext/scx_qmap.bpf.c
668
bpf_printk("CGRP SET %llu period=%lu quota=%ld burst=%lu",
tools/sched_ext/scx_qmap.bpf.c
708
bpf_printk("CPUS: |%s", buf);
tools/sched_ext/scx_qmap.bpf.c
714
bpf_printk("CPU %d coming online", cpu);
tools/sched_ext/scx_qmap.bpf.c
723
bpf_printk("CPU %d going offline", cpu);
tools/sched_ext/scx_qmap.bpf.c
814
bpf_printk("Dumping %d tasks in SHARED_DSQ in reverse order", nr);
tools/sched_ext/scx_qmap.bpf.c
818
bpf_printk("%s[%d]", p->comm, p->pid);
tools/sched_ext/scx_qmap.bpf.c
837
bpf_printk("%35s: %lld", "SCX_EV_SELECT_CPU_FALLBACK",
tools/sched_ext/scx_qmap.bpf.c
839
bpf_printk("%35s: %lld", "SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE",
tools/sched_ext/scx_qmap.bpf.c
841
bpf_printk("%35s: %lld", "SCX_EV_DISPATCH_KEEP_LAST",
tools/sched_ext/scx_qmap.bpf.c
843
bpf_printk("%35s: %lld", "SCX_EV_ENQ_SKIP_EXITING",
tools/sched_ext/scx_qmap.bpf.c
845
bpf_printk("%35s: %lld", "SCX_EV_REFILL_SLICE_DFL",
tools/sched_ext/scx_qmap.bpf.c
847
bpf_printk("%35s: %lld", "SCX_EV_BYPASS_DURATION",
tools/sched_ext/scx_qmap.bpf.c
849
bpf_printk("%35s: %lld", "SCX_EV_BYPASS_DISPATCH",
tools/sched_ext/scx_qmap.bpf.c
851
bpf_printk("%35s: %lld", "SCX_EV_BYPASS_ACTIVATE",
tools/sched_ext/scx_sdt.bpf.c
83
bpf_printk("%s: arena pointer %p", __func__, &arena);
tools/testing/selftests/bpf/progs/bpf_arena_spin_lock.h
168
bpf_printk("RUNTIME ERROR: %s unexpected cond_break exit!!!", __func__);
tools/testing/selftests/bpf/progs/bpf_arena_spin_lock.h
224
bpf_printk("RUNTIME ERROR: %s unexpected cond_break exit!!!", __func__);
tools/testing/selftests/bpf/progs/cpumask_success.c
230
bpf_printk("first zero: %d", bpf_cpumask_first_zero(cast(cpumask)));
tools/testing/selftests/bpf/progs/irq.c
451
bpf_printk("%p", &i);
tools/testing/selftests/bpf/progs/iters.c
102
bpf_printk("ITER_BASIC: E1 VAL: v=%d", *v);
tools/testing/selftests/bpf/progs/iters.c
120
bpf_printk("ITER_BASIC: E1 VAL: v=%d", *v);
tools/testing/selftests/bpf/progs/iters.c
138
bpf_printk("ITER_BASIC: E2 VAL: v=%d", *v);
tools/testing/selftests/bpf/progs/iters.c
154
bpf_printk("ITER_BASIC: E2 VAL: v=%d", *v);
tools/testing/selftests/bpf/progs/iters.c
1647
bpf_printk("%s", buf);
tools/testing/selftests/bpf/progs/iters.c
169
bpf_printk("ITER_BASIC: E2 VAL: v=%d", i);
tools/testing/selftests/bpf/progs/iters.c
188
bpf_printk("ITER_BASIC: E3 VAL: i=%d v=%d", i, v ? *v : -1);
tools/testing/selftests/bpf/progs/iters.c
206
bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1);
tools/testing/selftests/bpf/progs/iters.c
208
bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1);
tools/testing/selftests/bpf/progs/iters.c
210
bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1);
tools/testing/selftests/bpf/progs/iters.c
212
bpf_printk("ITER_BASIC: E4 VAL: v=%d\n", v ? *v : -1);
tools/testing/selftests/bpf/progs/iters.c
229
bpf_printk("ITER_BASIC: E1 VAL: v=%d", *v);
tools/testing/selftests/bpf/progs/iters.c
235
bpf_printk("ITER_BASIC: E2 VAL: v=%d", *v);
tools/testing/selftests/bpf/progs/iters.c
243
bpf_printk("ITER_BASIC: E3 VAL: i=%d v=%d", i, v ? *v : -1);
tools/testing/selftests/bpf/progs/iters.c
249
bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1);
tools/testing/selftests/bpf/progs/iters.c
251
bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1);
tools/testing/selftests/bpf/progs/iters.c
253
bpf_printk("ITER_BASIC: E4 VAL: v=%d", v ? *v : -1);
tools/testing/selftests/bpf/progs/iters.c
255
bpf_printk("ITER_BASIC: E4 VAL: v=%d\n", v ? *v : -1);
tools/testing/selftests/bpf/progs/iters.c
272
bpf_printk("ITER_SIMPLE: i=%d v=%d", i, *v);
tools/testing/selftests/bpf/progs/iters.c
281
bpf_printk("ITER_SIMPLE: sum=%d\n", sum);
tools/testing/selftests/bpf/progs/iters.c
319
bpf_printk("ITER_OBFUSCATE_COUNTER: i=%d v=%d x=%d", i, *v, x);
tools/testing/selftests/bpf/progs/iters.c
325
bpf_printk("ITER_OBFUSCATE_COUNTER: sum=%d\n", sum);
tools/testing/selftests/bpf/progs/iters.c
343
bpf_printk("ITER_SEARCH_LOOP: v=%d", *v);
tools/testing/selftests/bpf/progs/iters.c
359
bpf_printk("ITER_SEARCH_LOOP: FOUND IT = %d!\n", *elem);
tools/testing/selftests/bpf/progs/iters.c
361
bpf_printk("ITER_SEARCH_LOOP: NOT FOUND IT!\n");
tools/testing/selftests/bpf/progs/iters.c
385
bpf_printk("ITER_ARRAY_FILL: sum=%d (should be %d)\n", sum, 255 * 256);
tools/testing/selftests/bpf/progs/iters.c
426
bpf_printk("ITER_NESTED_ITERS: total sum=%d", sum);
tools/testing/selftests/bpf/progs/iters.c
428
bpf_printk("ITER_NESTED_ITERS: row #%d sum=%d", row, arr2d_row_sums[row]);
tools/testing/selftests/bpf/progs/iters.c
431
bpf_printk("ITER_NESTED_ITERS: col #%d sum=%d%s",
tools/testing/selftests/bpf/progs/iters.c
512
bpf_printk("ITER_SUBPROG_ITERS: total sum=%d", sum);
tools/testing/selftests/bpf/progs/iters.c
514
bpf_printk("ITER_SUBPROG_ITERS: row #%d sum=%d",
tools/testing/selftests/bpf/progs/iters.c
518
bpf_printk("ITER_SUBPROG_ITERS: col #%d sum=%d%s",
tools/testing/selftests/bpf/progs/iters.c
720
bpf_printk("sum1=%d, sum2=%d", sum1, sum2);
tools/testing/selftests/bpf/progs/kfree_skb.c
100
bpf_printk("cb8_0:%x cb32_0:%x\n", meta.cb8_0, meta.cb32_0);
tools/testing/selftests/bpf/progs/kfree_skb.c
94
bpf_printk("rcuhead.next %llx func %llx\n", ptr, func);
tools/testing/selftests/bpf/progs/kfree_skb.c
95
bpf_printk("skb->len %d users %d pkt_type %x\n",
tools/testing/selftests/bpf/progs/kfree_skb.c
97
bpf_printk("skb->queue_mapping %d\n", _(skb->queue_mapping));
tools/testing/selftests/bpf/progs/kfree_skb.c
98
bpf_printk("dev->ifindex %d data %llx pkt_data %x\n",
tools/testing/selftests/bpf/progs/lpm_trie_bench.c
220
bpf_printk("invalid benchmark operation\n");
tools/testing/selftests/bpf/progs/missed_tp_recursion.c
21
bpf_printk("test");
tools/testing/selftests/bpf/progs/netif_receive_skb.c
114
bpf_printk("returned %d when writing skb", ret);
tools/testing/selftests/bpf/progs/netif_receive_skb.c
122
bpf_printk("printing %llx should generate error, got (%d)",
tools/testing/selftests/bpf/progs/netif_receive_skb.c
74
bpf_printk("(%d) got %s", _cmp, _str); \
tools/testing/selftests/bpf/progs/netif_receive_skb.c
75
bpf_printk("(%d) expected %s", _cmp, \
tools/testing/selftests/bpf/progs/preempt_lock.c
150
bpf_printk("%p", &i);
tools/testing/selftests/bpf/progs/test_legacy_printk.c
50
bpf_printk("Legacy-case bpf_printk test, pid %d\n", cur_pid);
tools/testing/selftests/bpf/progs/test_legacy_printk.c
69
bpf_printk("Modern-case bpf_printk test, pid %d\n", cur_pid);
tools/testing/selftests/bpf/progs/test_sk_lookup.c
236
bpf_printk("sk_assign returned %d, expected %d\n",
tools/testing/selftests/bpf/progs/test_sk_lookup.c
269
bpf_printk("sk_assign returned %d, expected 0\n", err);
tools/testing/selftests/bpf/progs/test_sk_lookup.c
291
bpf_printk("sk_assign returned %d, expected 0\n", err);
tools/testing/selftests/bpf/progs/test_sk_lookup.c
300
bpf_printk("sk_assign returned %d, expected 0\n", err);
tools/testing/selftests/bpf/progs/test_sk_lookup.c
587
bpf_printk("sk_assign returned %d, expected %d\n",
tools/testing/selftests/bpf/progs/test_sk_lookup_kern.c
75
bpf_printk("sk=%d\n", sk ? 1 : 0);
tools/testing/selftests/bpf/progs/test_spin_lock_fail.c
252
bpf_printk("%p", &i);
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
112
bpf_printk("key %d remote ip 0x%x\n", key.tunnel_id, key.remote_ipv4);
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
153
bpf_printk("key %d remote ip6 ::%x label %x\n",
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
16
#define log_err(__ret) bpf_printk("ERROR line:%d ret:%d\n", __LINE__, __ret)
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
221
bpf_printk("key %d remote ip 0x%x erspan version %d\n",
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
226
bpf_printk("\tindex %x\n", index);
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
228
bpf_printk("\tdirection %d hwid %x timestamp %u\n",
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
302
bpf_printk("ip6erspan get key %d remote ip6 ::%x erspan version %d\n",
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
307
bpf_printk("\tindex %x\n", index);
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
309
bpf_printk("\tdirection %d hwid %x timestamp %u\n",
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
420
bpf_printk("vxlan key %d local ip 0x%x remote ip 0x%x gbp 0x%x flags 0x%x\n",
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
570
bpf_printk("ip6vxlan key %d local ip6 ::%x remote ip6 ::%x label 0x%x flags 0x%x\n",
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
574
bpf_printk("local_ip 0x%x\n", *local_ip);
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
643
bpf_printk("key %d remote ip 0x%x geneve class 0x%x\n",
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
705
bpf_printk("key %d remote ip 0x%x geneve class 0x%x\n",
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
752
bpf_printk("remote ip 0x%x\n", key.remote_ipv4);
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
855
bpf_printk("%d remote ip 0x%x, sport %d, dport %d\n", ret,
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
905
bpf_printk("remote ip6 %x::%x\n", bpf_htonl(key.remote_ipv6[0]),
tools/testing/selftests/bpf/progs/test_tunnel_kern.c
953
bpf_printk("remote ip6 %x::%x\n", bpf_htonl(key.remote_ipv6[0]),
tools/testing/selftests/bpf/progs/timer.c
354
bpf_printk("test3");
tools/testing/selftests/bpf/progs/timer.c
412
bpf_printk("test4");
tools/testing/selftests/bpf/progs/timer.c
421
bpf_printk("test5");
tools/testing/selftests/bpf/progs/trace_vprintk.c
26
bpf_printk("\t");
tools/testing/selftests/bpf/progs/user_ringbuf_fail.c
120
bpf_printk("Read id %lu\n", id);
tools/testing/selftests/bpf/progs/user_ringbuf_fail.c
35
bpf_printk("Was able to pass bad pointer %lx\n", (__u64)dynptr - 1);
tools/testing/selftests/bpf/progs/user_ringbuf_fail.c
58
bpf_printk("Was able to pass bad pointer %lx\n", (__u64)dynptr + 1);
tools/testing/selftests/bpf/progs/user_ringbuf_success.c
153
bpf_printk("%lu != %lu\n", expected_user_mutated, user_mutated);
tools/testing/selftests/bpf/progs/user_ringbuf_success.c
171
bpf_printk("Drain returned: %ld\n", status);
tools/testing/selftests/bpf/progs/user_ringbuf_success.c
48
bpf_printk("bpf_dynptr_read() failed: %d\n", status);
tools/testing/selftests/bpf/progs/user_ringbuf_success.c
55
bpf_printk("Unexpectedly failed to get sample\n");
tools/testing/selftests/bpf/progs/user_ringbuf_success.c
83
bpf_printk("Unrecognized op %d\n", msg->msg_op);
tools/testing/selftests/bpf/progs/user_ringbuf_success.c
96
bpf_printk("Unexpectedly failed to get msg\n");
tools/testing/selftests/bpf/progs/xdp_redirect_map.c
101
bpf_printk("%s - %x", __func__, mac);
tools/testing/selftests/net/lib/xdp_native.bpf.c
411
bpf_printk("Failed to adjust tail\n");
tools/testing/selftests/net/lib/xdp_native.bpf.c
616
bpf_printk("Invalid adjustment offset: %d\n", *val);
tools/testing/selftests/sched_ext/maybe_null.bpf.c
25
bpf_printk("Yielding to %s[%d]", to->comm, to->pid);
tools/testing/selftests/sched_ext/maybe_null_fail_yld.bpf.c
18
bpf_printk("Yielding to %s[%d]", to->comm, to->pid);
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
119
bpf_printk("peek_dsq_enqueue beginning phase 1 peek test on cpu %d", cpu);
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
150
bpf_printk("peek_dsq_dispatch completing phase 1 peek test on cpu %d", cpu);
tools/testing/selftests/sched_ext/peek_dsq.bpf.c
163
bpf_printk("Phase 1 complete, starting phase 2 stress testing");
tools/tracing/rtla/example/timerlat_bpf_action.c
14
bpf_printk("Latency: %lld\n", tp_args->timer_latency);