Re: [PATCH 0/3] perf tools: Plug jvmti compilation into perf build

2016-11-11 Thread Stephane Eranian
Jiri, On Wed, Nov 2, 2016 at 6:35 AM, Jiri Olsa wrote: > hi, > adding jvmti compilation under perf build, so it's easy > to put it under rpm. > > I plan on updating fedora/rhel perf rpm, to have the jvmti > placed in like: > > $ rpm -qpl

Re: [PATCH 0/3] perf tools: Plug jvmti compilation into perf build

2016-11-11 Thread Stephane Eranian
Jiri, On Wed, Nov 2, 2016 at 6:35 AM, Jiri Olsa wrote: > hi, > adding jvmti compilation under perf build, so it's easy > to put it under rpm. > > I plan on updating fedora/rhel perf rpm, to have the jvmti > placed in like: > > $ rpm -qpl build/x86_64/perf-4.8.5-300.fc24.x86_64.rpm | grep jvmti

Re: [PATCH 0/3] perf tools: Plug jvmti compilation into perf build

2016-11-11 Thread Stephane Eranian
On Fri, Nov 11, 2016 at 1:51 AM, Jiri Olsa wrote: > > On Wed, Nov 02, 2016 at 02:35:46PM +0100, Jiri Olsa wrote: > > hi, > > adding jvmti compilation under perf build, so it's easy > > to put it under rpm. > > > > I plan on updating fedora/rhel perf rpm, to have the jvmti > >

Re: [PATCH 0/3] perf tools: Plug jvmti compilation into perf build

2016-11-11 Thread Stephane Eranian
On Fri, Nov 11, 2016 at 1:51 AM, Jiri Olsa wrote: > > On Wed, Nov 02, 2016 at 02:35:46PM +0100, Jiri Olsa wrote: > > hi, > > adding jvmti compilation under perf build, so it's easy > > to put it under rpm. > > > > I plan on updating fedora/rhel perf rpm, to have the jvmti > > placed in like: > >

Re: [PATCH 0/3] perf tools: Plug jvmti compilation into perf build

2016-11-11 Thread Jiri Olsa
On Wed, Nov 02, 2016 at 02:35:46PM +0100, Jiri Olsa wrote: > hi, > adding jvmti compilation under perf build, so it's easy > to put it under rpm. > > I plan on updating fedora/rhel perf rpm, to have the jvmti > placed in like: > > $ rpm -qpl build/x86_64/perf-4.8.5-300.fc24.x86_64.rpm | grep

Re: [PATCH 0/3] perf tools: Plug jvmti compilation into perf build

2016-11-11 Thread Jiri Olsa
On Wed, Nov 02, 2016 at 02:35:46PM +0100, Jiri Olsa wrote: > hi, > adding jvmti compilation under perf build, so it's easy > to put it under rpm. > > I plan on updating fedora/rhel perf rpm, to have the jvmti > placed in like: > > $ rpm -qpl build/x86_64/perf-4.8.5-300.fc24.x86_64.rpm | grep

[PATCH 0/3] perf tools: Plug jvmti compilation into perf build

2016-11-02 Thread Jiri Olsa
hi, adding jvmti compilation under perf build, so it's easy to put it under rpm. I plan on updating fedora/rhel perf rpm, to have the jvmti placed in like: $ rpm -qpl build/x86_64/perf-4.8.5-300.fc24.x86_64.rpm | grep jvmti /usr/lib64/libperf-jvmti.so Stephane, I'm keeping the

[PATCH 0/3] perf tools: Plug jvmti compilation into perf build

2016-11-02 Thread Jiri Olsa
hi, adding jvmti compilation under perf build, so it's easy to put it under rpm. I plan on updating fedora/rhel perf rpm, to have the jvmti placed in like: $ rpm -qpl build/x86_64/perf-4.8.5-300.fc24.x86_64.rpm | grep jvmti /usr/lib64/libperf-jvmti.so Stephane, I'm keeping the