Home
last modified time | relevance | path

Searched refs:PROG (Results 1 – 2 of 2) sorted by relevance

/samples/bpf/
A Dspintest.bpf.c36 #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)
A Dtracex5.bpf.c16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F macro
46 PROG(SYS__NR_write)(struct pt_regs *ctx) in PROG() function
59 PROG(SYS__NR_read)(struct pt_regs *ctx) in PROG() function
73 PROG(SYS__NR_mmap2)(struct pt_regs *ctx) in PROG() function
83 PROG(SYS__NR_mmap)(struct pt_regs *ctx) in PROG() function

Completed in 3 milliseconds