Searched refs:PROG (Results 1 – 2 of 2) sorted by relevance
36 #define PROG(foo) \ macro50 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)
16 #define PROG(F) SEC("kprobe/"__stringify(F)) int bpf_func_##F macro46 PROG(SYS__NR_write)(struct pt_regs *ctx) in PROG() function59 PROG(SYS__NR_read)(struct pt_regs *ctx) in PROG() function73 PROG(SYS__NR_mmap2)(struct pt_regs *ctx) in PROG() function83 PROG(SYS__NR_mmap)(struct pt_regs *ctx) in PROG() function
Completed in 4 milliseconds