Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 5 of 5) sorted by relevance

/kernel/trace/
Dfprobe.c28 struct fprobe *fp; in fprobe_handler() local
68 struct fprobe *fp = container_of(ops, struct fprobe, ops); in fprobe_kprobe_handler() local
82 struct fprobe *fp = (struct fprobe *)data; in fprobe_exit_handler() local
123 static void fprobe_init(struct fprobe *fp) in fprobe_init()
133 static int fprobe_init_rethook(struct fprobe *fp, int num) in fprobe_init_rethook()
170 static void fprobe_fail_cleanup(struct fprobe *fp) in fprobe_fail_cleanup()
191 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe()
250 int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips()
284 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms()
312 int unregister_fprobe(struct fprobe *fp) in unregister_fprobe()
Dbpf_trace.c2470 struct fprobe fp; member
2646 kprobe_multi_link_handler(struct fprobe *fp, unsigned long fentry_ip, in kprobe_multi_link_handler()
/kernel/time/
Dposix-clock.c20 static struct posix_clock *get_posix_clock(struct file *fp) in get_posix_clock()
39 static ssize_t posix_clock_read(struct file *fp, char __user *buf, in posix_clock_read()
56 static __poll_t posix_clock_poll(struct file *fp, poll_table *wait) in posix_clock_poll()
72 static long posix_clock_ioctl(struct file *fp, in posix_clock_ioctl()
90 static long posix_clock_compat_ioctl(struct file *fp, in posix_clock_compat_ioctl()
108 static int posix_clock_open(struct inode *inode, struct file *fp) in posix_clock_open()
134 static int posix_clock_release(struct inode *inode, struct file *fp) in posix_clock_release()
195 struct file *fp; member
201 struct file *fp = fget(clockid_to_fd(id)); in get_clock_desc() local
/kernel/bpf/
Dcore.c89 struct bpf_prog *fp; in bpf_prog_alloc_no_stats() local
235 struct bpf_prog *fp; in bpf_prog_realloc() local
261 void __bpf_prog_free(struct bpf_prog *fp) in __bpf_prog_free()
274 int bpf_prog_calc_tag(struct bpf_prog *fp) in bpf_prog_calc_tag()
523 static void bpf_prog_kallsyms_del_subprogs(struct bpf_prog *fp) in bpf_prog_kallsyms_del_subprogs()
531 void bpf_prog_kallsyms_del_all(struct bpf_prog *fp) in bpf_prog_kallsyms_del_all()
655 static bool bpf_prog_kallsyms_candidate(const struct bpf_prog *fp) in bpf_prog_kallsyms_candidate()
660 void bpf_prog_kallsyms_add(struct bpf_prog *fp) in bpf_prog_kallsyms_add()
673 void bpf_prog_kallsyms_del(struct bpf_prog *fp) in bpf_prog_kallsyms_del()
1149 bpf_jit_binary_pack_hdr(const struct bpf_prog *fp) in bpf_jit_binary_pack_hdr()
[all …]
/kernel/
Dkprobes.c1990 unsigned long kretprobe_find_ret_addr(struct task_struct *tsk, void *fp, in kretprobe_find_ret_addr()