Searched refs:bpf_raw_tracepoint_args (Results 1 – 8 of 8) sorted by relevance
/linux/samples/bpf/ |
A D | test_overhead_raw_tp_kern.c | 7 int prog(struct bpf_raw_tracepoint_args *ctx) in prog() 13 int prog2(struct bpf_raw_tracepoint_args *ctx) in prog2()
|
/linux/include/linux/ |
A D | bpf_types.h | 46 struct bpf_raw_tracepoint_args, u64) 48 struct bpf_raw_tracepoint_args, u64)
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | test_overhead.c | 25 int prog3(struct bpf_raw_tracepoint_args *ctx) in prog3()
|
A D | pyperf.h | 169 int __on_event(struct bpf_raw_tracepoint_args *ctx) in __on_event() 269 int on_event(struct bpf_raw_tracepoint_args* ctx) in on_event()
|
A D | profiler.inc.h | 683 int raw_tracepoint__sched_process_exec(struct bpf_raw_tracepoint_args* ctx) in raw_tracepoint__sched_process_exec() 948 int raw_tracepoint__sched_process_fork(struct bpf_raw_tracepoint_args* ctx) in raw_tracepoint__sched_process_fork()
|
/linux/kernel/trace/ |
A D | bpf_trace.c | 1491 BPF_CALL_5(bpf_perf_event_output_raw_tp, struct bpf_raw_tracepoint_args *, args, in BPF_CALL_5() argument 1521 BPF_CALL_3(bpf_get_stackid_raw_tp, struct bpf_raw_tracepoint_args *, args, in BPF_CALL_3() argument 1547 BPF_CALL_4(bpf_get_stack_raw_tp, struct bpf_raw_tracepoint_args *, args, in BPF_CALL_4() argument
|
/linux/tools/include/uapi/linux/ |
A D | bpf.h | 6097 struct bpf_raw_tracepoint_args { struct
|
/linux/include/uapi/linux/ |
A D | bpf.h | 6097 struct bpf_raw_tracepoint_args { struct
|
Completed in 39 milliseconds