Searched defs:p (Results 1 – 7 of 7) sorted by relevance
| /samples/kprobes/ |
| A D | kprobe_example.c | 28 static int __kprobes handler_pre(struct kprobe *p, struct pt_regs *regs) in handler_pre() 68 static void __kprobes handler_post(struct kprobe *p, struct pt_regs *regs, in handler_post()
|
| /samples/bpf/ |
| A D | xdp_sample.bpf.h | 36 unsigned short *p = data; in swap_src_dst_mac() local 69 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() 83 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size()
|
| A D | xdp_sample_user.c | 570 static double calc_period(struct record *r, struct record *p) in calc_period() 662 struct datarec *p = &prev->cpu[i]; in stats_get_rx_cnt() local 725 struct datarec *p = &prev->cpu[i]; in stats_get_cpumap_enqueue() local 769 struct datarec *p = &prev->cpu[i]; in stats_get_cpumap_remote() local 806 struct datarec *p = &prev->cpu[i]; in stats_get_cpumap_kthread() local 836 struct datarec *p = &prev->cpu[i]; in stats_get_redirect_cnt() local 882 struct datarec *p = &prev->cpu[i]; in stats_get_redirect_err_cnt() local 927 struct datarec *p = &prev->cpu[i]; in stats_get_exception_cnt() local 963 struct datarec *p = &prev->cpu[i]; in stats_get_devmap_xmit() local 1008 struct record *r, *p; in stats_get_devmap_xmit_multi() local [all …]
|
| A D | offwaketime.bpf.c | 65 struct task_struct *p = (void *)PT_REGS_PARM1_CORE(ctx); in waker() local
|
| /samples/ftrace/ |
| A D | ftrace-direct.c | 12 void my_direct_func(struct task_struct *p) in my_direct_func()
|
| /samples/watch_queue/ |
| A D | watch_test.c | 66 unsigned char buffer[433], *p, *end; in consumer() local
|
| /samples/fprobe/ |
| A D | fprobe_example.c | 92 char *p, *symbuf = NULL; in fprobe_init() local
|
Completed in 15 milliseconds