Re: [PATCH] perf test: Fix subtest number when showing results

2018-07-24 Thread Arnaldo Carvalho de Melo
Em Tue, Jul 24, 2018 at 03:48:58PM +0200, Thomas Richter escreveu: > Perf test 40 for example has several subtests numbered 1-4 when > displaying the start of the subtest. When the subtest results > are displayed the subtests are numbered 0-3. > > Use this command to generate trace output: > [root

[PATCH] perf test: Fix subtest number when showing results

2018-07-24 Thread Thomas Richter
Perf test 40 for example has several subtests numbered 1-4 when displaying the start of the subtest. When the subtest results are displayed the subtests are numbered 0-3. Use this command to generate trace output: [root@s35lp76 perf]# ./perf test -Fv 40 2>/tmp/bpf1 Fix this by adjusting the subte