/kernel/linux/linux-5.10/samples/bpf/ |
H A D | spintest_kern.c | 35 #define PROG(foo) \ macro 49 SEC("kprobe/spin_unlock")PROG(p1) 50 SEC("kprobe/spin_lock")PROG(p2) 51 SEC("kprobe/mutex_spin_on_owner")PROG(p3) 52 SEC("kprobe/rwsem_spin_on_owner")PROG(p4) 53 SEC("kprobe/spin_unlock_irqrestore")PROG(p5) 54 SEC("kprobe/_raw_spin_unlock_irqrestore")PROG(p6) 55 SEC("kprobe/_raw_spin_unlock_bh")PROG(p7) 56 SEC("kprobe/_raw_spin_unlock")PROG(p8) 57 SEC("kprobe/_raw_spin_lock_irqsave")PROG(p [all...] |
H A D | tracex5_kern.c | 16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F macro 46 PROG(SYS__NR_write)(struct pt_regs *ctx) in SYS__NR_write() 59 PROG(SYS__NR_read)(struct pt_regs *ctx) in SYS__NR_read() 73 PROG(SYS__NR_mmap2)(struct pt_regs *ctx) in SYS__NR_mmap2() 83 PROG(SYS__NR_mmap)(struct pt_regs *ctx) in SYS__NR_mmap()
|
H A D | sockex3_kern.c | 20 #define PROG(F) SEC("socket/"__stringify(F)) int bpf_func_##F macro 192 PROG(PARSE_IP)(struct __sk_buff *skb) in PARSE_IP() 220 PROG(PARSE_IPV6)(struct __sk_buff *skb) in PARSE_IPV6() 243 PROG(PARSE_VLAN)(struct __sk_buff *skb) in PARSE_VLAN() 259 PROG(PARSE_MPLS)(struct __sk_buff *skb) in PARSE_MPLS()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | spintest.bpf.c | 36 #define PROG(foo) \ macro 50 SEC("kprobe.multi/spin_*lock*")PROG(spin_lock) 51 SEC("kprobe.multi/*_spin_on_owner")PROG(spin_on_owner) 52 SEC("kprobe.multi/_raw_spin_*lock*")PROG(raw_spin_lock) 55 SEC("kprobe/htab_map_update_elem")PROG(p15) 56 SEC("kprobe/__htab_percpu_map_update_elem")PROG(p16) 57 SEC("kprobe/htab_map_alloc")PROG(p17)
|
H A D | tracex5.bpf.c | 16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F macro 46 PROG(SYS__NR_write)(struct pt_regs *ctx) in SYS__NR_write() 59 PROG(SYS__NR_read)(struct pt_regs *ctx) in SYS__NR_read() 73 PROG(SYS__NR_mmap2)(struct pt_regs *ctx) in SYS__NR_mmap2() 83 PROG(SYS__NR_mmap)(struct pt_regs *ctx) in SYS__NR_mmap()
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
H A D | Makefile | 2 PROG= aicasm macro 17 clean-files:= ${GENSRCS} ${GENHDRS} $(YSRCS:.y=.output) $(PROG) 38 $(PROG): $(OUTDIR) ${GENHDRS} $(SRCS) 39 $(AICASM_CC) $(AICASM_CFLAGS) $(SRCS) -o $(OUTDIR)/$(PROG) $(LIBS)
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/ |
H A D | Makefile | 2 PROG= aicasm macro 17 clean-files:= ${GENSRCS} ${GENHDRS} $(YSRCS:.y=.output) $(PROG) 38 $(PROG): $(OUTDIR) ${GENHDRS} $(SRCS) 39 $(AICASM_CC) $(AICASM_CFLAGS) $(SRCS) -o $(OUTDIR)/$(PROG) $(LIBS)
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_tcp_check_syncookie.sh | 65 ns1_exec "${PROG}" "${BPF_PROG_ID}" 72 ns1_exec "${PROG}" "${BPF_PROG_ID}" 82 PROG="${DIR}/test_tcp_check_syncookie_user"
|
H A D | test_skb_cgroup_id.sh | 50 ${PROG} ${TEST_IF} ${BPF_PROG_ID} 60 PROG="${DIR}/test_skb_cgroup_id_user"
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_tcp_check_syncookie.sh | 66 ns1_exec "${PROG}" "${BPF_PROG_ID}" 73 ns1_exec "${PROG}" "${BPF_PROG_ID}" 83 PROG="${DIR}/test_tcp_check_syncookie_user"
|
H A D | test_skb_cgroup_id.sh | 50 ${PROG} ${TEST_IF} ${BPF_PROG_ID} 60 PROG="${DIR}/test_skb_cgroup_id_user"
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_flow.c | 23 #define PROG(F) PROG_(F, _##F) macro 261 PROG(IP)(struct __sk_buff *skb) in IP() 310 PROG(IPV6)(struct __sk_buff *skb) in IPV6() 332 PROG(IPV6OP)(struct __sk_buff *skb) in IPV6OP() 350 PROG(IPV6FR)(struct __sk_buff *skb) in IPV6FR() 376 PROG(MPLS)(struct __sk_buff *skb) in MPLS() 388 PROG(VLAN)(struct __sk_buff *skb) in VLAN()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_flow.c | 22 #define PROG(F) PROG_(F, _##F) macro 275 PROG(IP)(struct __sk_buff *skb) in IP() 324 PROG(IPV6)(struct __sk_buff *skb) in IPV6() 346 PROG(IPV6OP)(struct __sk_buff *skb) in IPV6OP() 364 PROG(IPV6FR)(struct __sk_buff *skb) in IPV6FR() 392 PROG(MPLS)(struct __sk_buff *skb) in MPLS() 404 PROG(VLAN)(struct __sk_buff *skb) in VLAN()
|
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | test_cpuset_prs.sh | 30 PROG=$1 47 *) echo "Usage: $PROG [-v] [-d <delay-factor>"
|
/kernel/linux/linux-5.10/sound/pci/riptide/ |
H A D | riptide.c | 398 u16 PROG; member 645 .PROG = 773, 1203 snd_printdd("Firmware version: ASIC: %d CODEC %d AUXDSP %d PROG %d\n", in try_to_load_firmware() 1205 firmware.firmware.AUXDSP, firmware.firmware.PROG); in try_to_load_firmware() 1909 "\nVersion: ASIC: %d CODEC: %d AUXDSP: %d PROG: %d", in snd_riptide_proc_read() 1913 chip->firmware.firmware.PROG); in snd_riptide_proc_read()
|
/kernel/linux/linux-6.6/sound/pci/riptide/ |
H A D | riptide.c | 397 u16 PROG; member 644 .PROG = 773, 1208 snd_printdd("Firmware version: ASIC: %d CODEC %d AUXDSP %d PROG %d\n", in try_to_load_firmware() 1210 firmware.firmware.AUXDSP, firmware.firmware.PROG); in try_to_load_firmware() 1887 "\nVersion: ASIC: %d CODEC: %d AUXDSP: %d PROG: %d", in snd_riptide_proc_read() 1891 chip->firmware.firmware.PROG); in snd_riptide_proc_read()
|