diff options
| author | Andrii Nakryiko <[email protected]> | 2022-04-28 11:53:48 -0700 |
|---|---|---|
| committer | Daniel Borkmann <[email protected]> | 2022-04-28 23:46:04 +0200 |
| commit | cc7d8f2c8ecc003a67d4cf189d04124461524a16 (patch) | |
| tree | 852b94970589068d9c097dc73979fc794bf8469a /tools/perf/scripts/python/bin | |
| parent | 9af8efc45eb12c3f24a7053f994985ad28b4f29b (diff) | |
libbpf: Support target-less SEC() definitions for BTF-backed programs
Similar to previous patch, support target-less definitions like
SEC("fentry"), SEC("freplace"), etc. For such BTF-backed program types
it is expected that user will specify BTF target programmatically at
runtime using bpf_program__set_attach_target() *before* load phase. If
not, libbpf will report this as an error.
Aslo use SEC_ATTACH_BTF flag instead of explicitly listing a set of
types that are expected to require attach_btf_id. This was an accidental
omission during custom SEC() support refactoring.
Signed-off-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Song Liu <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions