Searched refs:bpf_raw_tracepoint_args (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | test_overhead_raw_tp.bpf.c | 7 int prog(struct bpf_raw_tracepoint_args *ctx) in prog() 13 int prog2(struct bpf_raw_tracepoint_args *ctx) in prog2()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_global_func_ctx_args.c | 62 __weak int raw_tp_ctx_subprog(struct bpf_raw_tracepoint_args *ctx) in raw_tp_ctx_subprog() 78 __weak int raw_tp_writable_ctx_subprog(struct bpf_raw_tracepoint_args *ctx) in raw_tp_writable_ctx_subprog()
|
H A D | test_overhead.c | 25 int prog3(struct bpf_raw_tracepoint_args *ctx) in prog3()
|
H A D | pyperf.h | 221 int __on_event(struct bpf_raw_tracepoint_args *ctx) 346 int on_event(struct bpf_raw_tracepoint_args* ctx)
|
H A D | profiler.inc.h | 694 int raw_tracepoint__sched_process_exec(struct bpf_raw_tracepoint_args* ctx) in raw_tracepoint__sched_process_exec() 962 int raw_tracepoint__sched_process_fork(struct bpf_raw_tracepoint_args* ctx) in raw_tracepoint__sched_process_fork()
|
/openbmc/linux/include/linux/ |
H A D | bpf_types.h | 46 struct bpf_raw_tracepoint_args, u64) 48 struct bpf_raw_tracepoint_args, u64)
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 1848 BPF_CALL_5(bpf_perf_event_output_raw_tp, struct bpf_raw_tracepoint_args *, args, in BPF_CALL_5() argument 1879 BPF_CALL_3(bpf_get_stackid_raw_tp, struct bpf_raw_tracepoint_args *, args, in BPF_CALL_3() argument 1905 BPF_CALL_4(bpf_get_stack_raw_tp, struct bpf_raw_tracepoint_args *, args, in BPF_CALL_4() argument
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 6973 struct bpf_raw_tracepoint_args { struct
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6976 struct bpf_raw_tracepoint_args { struct
|