Home
last modified time | relevance | path

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

/kernel/trace/
Dfprobe.c29 struct fprobe *fp; in __fprobe_handler() local
63 struct fprobe *fp; in fprobe_handler() local
87 struct fprobe *fp; in fprobe_kprobe_handler() local
125 struct fprobe *fp = (struct fprobe *)data; in fprobe_exit_handler() local
178 static void fprobe_init(struct fprobe *fp) in fprobe_init()
188 static int fprobe_init_rethook(struct fprobe *fp, int num) in fprobe_init_rethook()
225 static void fprobe_fail_cleanup(struct fprobe *fp) in fprobe_fail_cleanup()
246 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe()
305 int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips()
339 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms()
[all …]
Dtrace_fprobe.c44 struct fprobe fp; member
322 static int fentry_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fentry_dispatcher()
339 static void fexit_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fexit_dispatcher()
Dbpf_trace.c2511 struct fprobe fp; member
2735 kprobe_multi_link_handler(struct fprobe *fp, unsigned long fentry_ip, in kprobe_multi_link_handler()
2747 kprobe_multi_link_exit_handler(struct fprobe *fp, unsigned long fentry_ip, in kprobe_multi_link_exit_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/
Dmprog.c112 struct bpf_mprog_fp *fp; in bpf_mprog_replace() local
133 struct bpf_mprog_fp *fp; in bpf_mprog_insert() local
181 struct bpf_mprog_fp *fp; in bpf_mprog_pos_exact() local
196 struct bpf_mprog_fp *fp; in bpf_mprog_pos_before() local
212 struct bpf_mprog_fp *fp; in bpf_mprog_pos_after() local
302 struct bpf_mprog_fp *fp; in bpf_mprog_fetch() local
400 struct bpf_mprog_fp *fp; in bpf_mprog_query() local
Dcore.c95 struct bpf_prog *fp; in bpf_prog_alloc_no_stats() local
241 struct bpf_prog *fp; in bpf_prog_realloc() local
267 void __bpf_prog_free(struct bpf_prog *fp) in __bpf_prog_free()
280 int bpf_prog_calc_tag(struct bpf_prog *fp) in bpf_prog_calc_tag()
542 static void bpf_prog_kallsyms_del_subprogs(struct bpf_prog *fp) in bpf_prog_kallsyms_del_subprogs()
550 void bpf_prog_kallsyms_del_all(struct bpf_prog *fp) in bpf_prog_kallsyms_del_all()
674 static bool bpf_prog_kallsyms_candidate(const struct bpf_prog *fp) in bpf_prog_kallsyms_candidate()
679 void bpf_prog_kallsyms_add(struct bpf_prog *fp) in bpf_prog_kallsyms_add()
692 void bpf_prog_kallsyms_del(struct bpf_prog *fp) in bpf_prog_kallsyms_del()
1171 bpf_jit_binary_pack_hdr(const struct bpf_prog *fp) in bpf_jit_binary_pack_hdr()
[all …]
Dtcx.c99 struct bpf_mprog_fp *fp; in tcx_uninstall() local
/kernel/
Dkprobes.c2002 unsigned long kretprobe_find_ret_addr(struct task_struct *tsk, void *fp, in kretprobe_find_ret_addr()