bpf_raw_tp_fops  1810 kernel/bpf/syscall.c static const struct file_operations bpf_raw_tp_fops = {
bpf_raw_tp_fops  1858 kernel/bpf/syscall.c 	tp_fd = anon_inode_getfd("bpf-raw-tracepoint", &bpf_raw_tp_fops, raw_tp,
bpf_raw_tp_fops  2806 kernel/bpf/syscall.c 	if (file->f_op == &bpf_raw_tp_fops) {