On Thu, Aug 6, 2020 at 10:51 AM Andrii Nakryiko
wrote:
> > I haven't checked which of the patches, or some in other series caused
> > this on Clear Linux:
> >
> > 21 clearlinux:latest : FAIL gcc (Clear Linux OS for Intel
> > Architecture) 10.2.1 20200723 releases/gcc-10.2.0-3-g677b8
On Thu, Aug 6, 2020 at 10:39 AM Arnaldo Carvalho de Melo
wrote:
>
> Em Sat, Aug 01, 2020 at 06:32:16PM -0700, Andrii Nakryiko escreveu:
> > It's pretty common for applications to want to parse raw (binary) BTF data
> > from file, as opposed to parsing it from ELF sections. It's also pretty
> > co
Em Sat, Aug 01, 2020 at 06:32:16PM -0700, Andrii Nakryiko escreveu:
> It's pretty common for applications to want to parse raw (binary) BTF data
> from file, as opposed to parsing it from ELF sections. It's also pretty common
> for tools to not care whether given file is ELF or raw BTF format. This
On 8/2/20 3:32 AM, Andrii Nakryiko wrote:
It's pretty common for applications to want to parse raw (binary) BTF data
from file, as opposed to parsing it from ELF sections. It's also pretty common
for tools to not care whether given file is ELF or raw BTF format. This patch
series exposes internal
It's pretty common for applications to want to parse raw (binary) BTF data
from file, as opposed to parsing it from ELF sections. It's also pretty common
for tools to not care whether given file is ELF or raw BTF format. This patch
series exposes internal raw BTF parsing API and adds generic varian