Home
last modified time | relevance | path

Searched defs:p (Results 1 – 12 of 12) sorted by relevance

/samples/kprobes/
Dkprobe_example.c29 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/
Dftrace-direct.c9 void my_direct_func(struct task_struct *p) in my_direct_func()
/samples/bpf/
Dxdp_sample.bpf.h44 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()
Dxdp_sample_user.c571 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 …]
Dxdp_rxq_info_user.c297 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
Dxdp2_kern.c26 unsigned short *p = data; in swap_src_dst_mac() local
Dxdp_rxq_info_kern.c60 unsigned short *p = data; in swap_src_dst_mac() local
Dxsk_fwd.c137 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
Dtest_cgrp2_sock.c76 void *p; in prog_load() local
Doffwaketime_kern.c70 struct task_struct *p = (void *) PT_REGS_PARM1(ctx); in waker() local
Dxdp_router_ipv4_kern.c89 unsigned short *p = data; in set_src_dst_mac() local
/samples/watch_queue/
Dwatch_test.c66 unsigned char buffer[433], *p, *end; in consumer() local