Re: [PATCH v2 perf,bpf 08/11] perf, bpf: save btf information as headers to perf.data

2019-02-15 Thread Song Liu
> On Feb 15, 2019, at 10:20 AM, Arnaldo Carvalho de Melo > wrote: > > Em Fri, Feb 15, 2019 at 05:47:58PM +, Song Liu escreveu: >> >> >>> On Feb 15, 2019, at 9:40 AM, Arnaldo Carvalho de Melo >>> wrote: >>> >>> Em Fri, Feb 15, 2019 at 05:25:01PM +, Song Liu escreveu: > On Feb

Re: [PATCH v2 perf,bpf 08/11] perf, bpf: save btf information as headers to perf.data

2019-02-15 Thread Arnaldo Carvalho de Melo
Em Fri, Feb 15, 2019 at 05:47:58PM +, Song Liu escreveu: > > > > On Feb 15, 2019, at 9:40 AM, Arnaldo Carvalho de Melo > > wrote: > > > > Em Fri, Feb 15, 2019 at 05:25:01PM +, Song Liu escreveu: > >>> On Feb 15, 2019, at 6:26 AM, Arnaldo Carvalho de Melo > >>> wrote: > >>> Em Thu, Fe

Re: [PATCH v2 perf,bpf 08/11] perf, bpf: save btf information as headers to perf.data

2019-02-15 Thread Song Liu
> On Feb 15, 2019, at 9:40 AM, Arnaldo Carvalho de Melo wrote: > > Em Fri, Feb 15, 2019 at 05:25:01PM +, Song Liu escreveu: >>> On Feb 15, 2019, at 6:26 AM, Arnaldo Carvalho de Melo >>> wrote: >>> Em Thu, Feb 14, 2019 at 04:00:09PM -0800, Song Liu escreveu: This patch enables perf-r

Re: [PATCH v2 perf,bpf 08/11] perf, bpf: save btf information as headers to perf.data

2019-02-15 Thread Arnaldo Carvalho de Melo
Em Fri, Feb 15, 2019 at 05:25:01PM +, Song Liu escreveu: > > On Feb 15, 2019, at 6:26 AM, Arnaldo Carvalho de Melo > > wrote: > > Em Thu, Feb 14, 2019 at 04:00:09PM -0800, Song Liu escreveu: > >> This patch enables perf-record to save btf information as headers to > >> perf.data A new header

Re: [PATCH v2 perf,bpf 08/11] perf, bpf: save btf information as headers to perf.data

2019-02-15 Thread Song Liu
> On Feb 15, 2019, at 6:26 AM, Arnaldo Carvalho de Melo wrote: > > Em Thu, Feb 14, 2019 at 04:00:09PM -0800, Song Liu escreveu: >> This patch enables perf-record to save btf information as headers to >> perf.data A new header type HEADER_BTF is introduced for this data. > > Jiri, > > W

Re: [PATCH v2 perf,bpf 08/11] perf, bpf: save btf information as headers to perf.data

2019-02-15 Thread Arnaldo Carvalho de Melo
Em Thu, Feb 14, 2019 at 04:00:09PM -0800, Song Liu escreveu: > This patch enables perf-record to save btf information as headers to > perf.data A new header type HEADER_BTF is introduced for this data. Jiri, Wouldn't it be better for this HEADER_BTF to be introduced already as an user spa

[PATCH v2 perf,bpf 08/11] perf, bpf: save btf information as headers to perf.data

2019-02-14 Thread Song Liu
This patch enables perf-record to save btf information as headers to perf.data A new header type HEADER_BTF is introduced for this data. Signed-off-by: Song Liu --- tools/perf/util/header.c | 99 +++- tools/perf/util/header.h | 1 + 2 files changed, 99 insert