Re: [PATCH v4 3/4] perf-stat: introduce config stat.bpf-counter-events

2021-04-20 Thread Song Liu
> On Apr 20, 2021, at 10:31 AM, Jiri Olsa wrote: > > On Mon, Apr 19, 2021 at 01:36:48PM -0700, Song Liu wrote: > > SNIP > >> if (stat_config.initial_delay < 0) { >> @@ -784,11 +790,11 @@ static int __run_perf_stat(int argc, const char >> **argv, int run_idx) >> if

Re: [PATCH v4 3/4] perf-stat: introduce config stat.bpf-counter-events

2021-04-20 Thread Jiri Olsa
On Mon, Apr 19, 2021 at 01:36:48PM -0700, Song Liu wrote: SNIP > if (stat_config.initial_delay < 0) { > @@ -784,11 +790,11 @@ static int __run_perf_stat(int argc, const char **argv, > int run_idx) > if (affinity__setup() < 0) > return -1; > > - if