Searched defs:fp (Results 1 – 8 of 8) sorted by relevance
| /kernel/trace/ |
| D | fprobe.c | 29 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() 215 static void fprobe_fail_cleanup(struct fprobe *fp) in fprobe_fail_cleanup() 236 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() 295 int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips() 329 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms() [all …]
|
| D | trace_fprobe.c | 46 struct fprobe fp; member 219 static int trace_fprobe_entry_handler(struct fprobe *fp, unsigned long entry_ip, in trace_fprobe_entry_handler() 341 static int fentry_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fentry_dispatcher() 358 static void fexit_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fexit_dispatcher()
|
| D | bpf_trace.c | 2534 struct fprobe fp; member 2782 kprobe_multi_link_handler(struct fprobe *fp, unsigned long fentry_ip, in kprobe_multi_link_handler() 2795 kprobe_multi_link_exit_handler(struct fprobe *fp, unsigned long fentry_ip, in kprobe_multi_link_exit_handler()
|
| /kernel/time/ |
| D | posix-clock.c | 20 static struct posix_clock *get_posix_clock(struct file *fp) in get_posix_clock() 40 static ssize_t posix_clock_read(struct file *fp, char __user *buf, in posix_clock_read() 58 static __poll_t posix_clock_poll(struct file *fp, poll_table *wait) in posix_clock_poll() 75 static long posix_clock_ioctl(struct file *fp, in posix_clock_ioctl() 94 static long posix_clock_compat_ioctl(struct file *fp, in posix_clock_compat_ioctl() 113 static int posix_clock_open(struct inode *inode, struct file *fp) in posix_clock_open() 148 static int posix_clock_release(struct inode *inode, struct file *fp) in posix_clock_release() 214 struct file *fp; member 220 struct file *fp = fget(clockid_to_fd(id)); in get_clock_desc() local
|
| /kernel/bpf/ |
| D | mprog.c | 112 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
|
| D | core.c | 110 struct bpf_prog *fp; in bpf_prog_alloc_no_stats() local 260 struct bpf_prog *fp; in bpf_prog_realloc() local 286 void __bpf_prog_free(struct bpf_prog *fp) in __bpf_prog_free() 299 int bpf_prog_calc_tag(struct bpf_prog *fp) in bpf_prog_calc_tag() 565 static void bpf_prog_kallsyms_del_subprogs(struct bpf_prog *fp) in bpf_prog_kallsyms_del_subprogs() 573 void bpf_prog_kallsyms_del_all(struct bpf_prog *fp) in bpf_prog_kallsyms_del_all() 697 static bool bpf_prog_kallsyms_candidate(const struct bpf_prog *fp) in bpf_prog_kallsyms_candidate() 702 void bpf_prog_kallsyms_add(struct bpf_prog *fp) in bpf_prog_kallsyms_add() 732 void bpf_prog_kallsyms_del(struct bpf_prog *fp) in bpf_prog_kallsyms_del() 1230 bpf_jit_binary_pack_hdr(const struct bpf_prog *fp) in bpf_jit_binary_pack_hdr() [all …]
|
| D | tcx.c | 99 struct bpf_mprog_fp *fp; in tcx_uninstall() local
|
| /kernel/ |
| D | kprobes.c | 2005 unsigned long kretprobe_find_ret_addr(struct task_struct *tsk, void *fp, in kretprobe_find_ret_addr()
|