Re: [PATCH v6 4/4] perf-stat: add documentation for -b option

2020-12-29 Thread Song Liu
> On Dec 28, 2020, at 11:24 PM, Namhyung Kim wrote: > > On Tue, Dec 29, 2020 at 2:41 AM Song Liu wrote: >> >> Add documentation to perf-stat -b option, which stats event for BPF >> programs. >> >> Signed-off-by: Song Liu >> --- >> tools/perf/Documentation/perf-stat.txt | 14 ++

Re: [PATCH v6 4/4] perf-stat: add documentation for -b option

2020-12-28 Thread Namhyung Kim
On Tue, Dec 29, 2020 at 2:41 AM Song Liu wrote: > > Add documentation to perf-stat -b option, which stats event for BPF > programs. > > Signed-off-by: Song Liu > --- > tools/perf/Documentation/perf-stat.txt | 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/tools/perf/Docum

[PATCH v6 4/4] perf-stat: add documentation for -b option

2020-12-28 Thread Song Liu
Add documentation to perf-stat -b option, which stats event for BPF programs. Signed-off-by: Song Liu --- tools/perf/Documentation/perf-stat.txt | 14 ++ 1 file changed, 14 insertions(+) diff --git a/tools/perf/Documentation/perf-stat.txt b/tools/perf/Documentation/perf-stat.txt in