Searched refs:bpf_raw_tracepoint_args (Results 1 - 10 of 10) sorted by relevance

/linux-master/samples/bpf/
H A Dtest_overhead_raw_tp.bpf.c7 int prog(struct bpf_raw_tracepoint_args *ctx)
13 int prog2(struct bpf_raw_tracepoint_args *ctx)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_overhead.c25 int prog3(struct bpf_raw_tracepoint_args *ctx)
H A Dtest_global_func_ctx_args.c81 __weak int raw_tp_ctx_subprog(struct bpf_raw_tracepoint_args *ctx)
97 __weak int raw_tp_writable_ctx_subprog(struct bpf_raw_tracepoint_args *ctx)
H A Dpyperf.h222 int __on_event(struct bpf_raw_tracepoint_args *ctx)
347 int on_event(struct bpf_raw_tracepoint_args* ctx)
H A Dverifier_global_subprogs.c171 __weak int raw_tp_canonical(struct bpf_raw_tracepoint_args *ctx __arg_ctx)
H A Dprofiler.inc.h680 int raw_tracepoint__sched_process_exec(struct bpf_raw_tracepoint_args* ctx)
935 int raw_tracepoint__sched_process_fork(struct bpf_raw_tracepoint_args* ctx)
/linux-master/include/linux/
H A Dbpf_types.h46 struct bpf_raw_tracepoint_args, u64)
48 struct bpf_raw_tracepoint_args, u64)
/linux-master/include/uapi/linux/
H A Dbpf.h7108 struct bpf_raw_tracepoint_args { struct
/linux-master/tools/include/uapi/linux/
H A Dbpf.h7108 struct bpf_raw_tracepoint_args { struct
/linux-master/kernel/trace/
H A Dbpf_trace.c1918 BPF_CALL_5(bpf_perf_event_output_raw_tp, struct bpf_raw_tracepoint_args *, args,
1949 BPF_CALL_3(bpf_get_stackid_raw_tp, struct bpf_raw_tracepoint_args *, args,
1975 BPF_CALL_4(bpf_get_stack_raw_tp, struct bpf_raw_tracepoint_args *, args,

Completed in 263 milliseconds