Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dsyscall.c1509 int tp_fd, err; in bpf_raw_tracepoint_open() local
1537 tp_fd = anon_inode_getfd("bpf-raw-tracepoint", &bpf_raw_tp_fops, raw_tp, in bpf_raw_tracepoint_open()
1539 if (tp_fd < 0) { in bpf_raw_tracepoint_open()
1541 err = tp_fd; in bpf_raw_tracepoint_open()
1544 return tp_fd; in bpf_raw_tracepoint_open()