Commit aca228cd authored by KP Singh's avatar KP Singh Committed by Alexei Starovoitov
Browse files
parent 6ba43b76
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6288,6 +6288,10 @@ static const struct bpf_sec_def section_defs[] = {
		.expected_attach_type = BPF_TRACE_FENTRY,
		.is_attach_btf = true,
		.attach_fn = attach_trace),
	SEC_DEF("fmod_ret/", TRACING,
		.expected_attach_type = BPF_MODIFY_RETURN,
		.is_attach_btf = true,
		.attach_fn = attach_trace),
	SEC_DEF("fexit/", TRACING,
		.expected_attach_type = BPF_TRACE_FEXIT,
		.is_attach_btf = true,