• Arnaldo Carvalho de Melo's avatar
    perf test: Make 'list' subcommand match main 'perf test' numbering/matching · 28765bf2
    Arnaldo Carvalho de Melo authored
    Before:
    
      # perf test Synth
      39: Synthesize thread map  : Ok
      41: Synthesize cpu map     : Ok
      42: Synthesize stat config : Ok
      43: Synthesize stat        : Ok
      44: Synthesize stat round  : Ok
      45: Synthesize attr update : Ok
      #
      # perf test list Synth
       1: Synthesize thread map
       2: Synthesize cpu map
       3: Synthesize stat config
       4: Synthesize stat
       5: Synthesize stat round
       6: Synthesize attr update
      #
    
    After:
    
      # perf test Synth
      39: Synthesize thread map  : Ok
      41: Synthesize cpu map     : Ok
      42: Synthesize stat config : Ok
      43: Synthesize stat        : Ok
      44: Synthesize stat round  : Ok
      45: Synthesize attr update : Ok
      #
      # perf test list Synth
      39: Synthesize thread map
      41: Synthesize cpu map
      42: Synthesize stat config
      43: Synthesize stat
      44: Synthesize stat round
      45: Synthesize attr update
      #
    
    Cc: Adrian Hunter <adrian.hunter@intel.com>
    Cc: David Ahern <dsahern@gmail.com>
    Cc: Jiri Olsa <jolsa@kernel.org>
    Cc: Matt Fleming <matt.fleming@intel.com>
    Cc: Michael Petlan <mpetlan@redhat.com>
    Cc: Namhyung Kim <namhyung@kernel.org>
    Cc: Thomas Richter <tmricht@linux.vnet.ibm.com>
    Cc: Wang Nan <wangnan0@huawei.com>
    Link: http://lkml.kernel.org/n/tip-pjhuhkphs7o3tkbqrukfv6bz@git.kernel.org
    Fixes: e8210cef ("perf tests: Introduce iterator function for tests")
    Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    28765bf2
builtin-test.c 10.1 KB