Re: [PATCH v8 bpf-next 08/13] bpf: Add BTF_SET_START/END macros
On Tue, Jul 28, 2020 at 12:39:06PM -0700, Andrii Nakryiko wrote: SNIP > > [...] > > > +#define BTF_SET_START(name)\ > > +__BTF_ID_LIST(name, local) \ > > +asm( \ > > +".pushsection " BTF_ID
Re: [PATCH v8 bpf-next 08/13] bpf: Add BTF_SET_START/END macros
On Wed, Jul 22, 2020 at 2:13 PM Jiri Olsa wrote: > > Adding support to define sorted set of BTF ID values. > > Following defines sorted set of BTF ID values: > > BTF_SET_START(btf_whitelist_d_path) > BTF_ID(func, vfs_truncate) > BTF_ID(func, vfs_fallocate) > BTF_ID(func, dentry_open) > B