Searched defs:p (Results 1 – 12 of 12) sorted by relevance
/samples/kprobes/ |
D | kprobe_example.c | 29 static int __kprobes handler_pre(struct kprobe *p, struct pt_regs *regs) in handler_pre() 65 static void __kprobes handler_post(struct kprobe *p, struct pt_regs *regs, in handler_post()
|
/samples/ftrace/ |
D | ftrace-direct.c | 9 void my_direct_func(struct task_struct *p) in my_direct_func()
|
/samples/bpf/ |
D | xdp_sample.bpf.h | 44 unsigned short *p = data; in swap_src_dst_mac() local 89 static __always_inline void __read_once_size(const volatile void *p, void *res, int size) in __read_once_size() 103 static __always_inline void __write_once_size(volatile void *p, void *res, int size) in __write_once_size()
|
D | xdp_sample_user.c | 571 static double calc_period(struct record *r, struct record *p) in calc_period() 590 static __u64 calc_pps(struct datarec *r, struct datarec *p, double period_) in calc_pps() 602 static __u64 calc_drop_pps(struct datarec *r, struct datarec *p, double period_) in calc_drop_pps() 614 static __u64 calc_errs_pps(struct datarec *r, struct datarec *p, double period_) in calc_errs_pps() 626 static __u64 calc_info_pps(struct datarec *r, struct datarec *p, double period_) in calc_info_pps() 638 static void calc_xdp_pps(struct datarec *r, struct datarec *p, double *xdp_pass, in calc_xdp_pps() 663 struct datarec *p = &prev->cpu[i]; in stats_get_rx_cnt() local 726 struct datarec *p = &prev->cpu[i]; in stats_get_cpumap_enqueue() local 770 struct datarec *p = &prev->cpu[i]; in stats_get_cpumap_remote() local 807 struct datarec *p = &prev->cpu[i]; in stats_get_cpumap_kthread() local [all …]
|
D | xdp_rxq_info_user.c | 297 static double calc_period(struct record *r, struct record *p) in calc_period() 309 static __u64 calc_pps(struct datarec *r, struct datarec *p, double period_) in calc_pps() 322 struct datarec *p, double period_) in calc_errs_pps() 364 struct datarec *p = &prev->cpu[i]; in stats_print() local 398 struct datarec *p = &prev->cpu[i]; in stats_print() local
|
D | xdp2_kern.c | 26 unsigned short *p = data; in swap_src_dst_mac() local
|
D | xdp_rxq_info_kern.c | 60 unsigned short *p = data; in swap_src_dst_mac() local
|
D | xsk_fwd.c | 137 u8 *p; in bpool_init() local 456 port_free(struct port *p) in port_free() 477 struct port *p; in port_init() local 527 port_rx_burst(struct port *p, struct burst_rx *b) in port_rx_burst() 588 port_tx_burst(struct port *p, struct burst_tx *b) in port_tx_burst() 933 struct port *p = ports[port_id]; in print_port_stats() local
|
D | test_cgrp2_sock.c | 76 void *p; in prog_load() local
|
D | offwaketime_kern.c | 70 struct task_struct *p = (void *) PT_REGS_PARM1(ctx); in waker() local
|
D | xdp_router_ipv4_kern.c | 89 unsigned short *p = data; in set_src_dst_mac() local
|
/samples/watch_queue/ |
D | watch_test.c | 66 unsigned char buffer[433], *p, *end; in consumer() local
|