• Arnaldo Carvalho de Melo's avatar
    perf test: Make 'list' use same filtering code as main 'perf test' · 6d02acc1
    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
      #
    
    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: 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-v95tqqzuwawsmds3zn2mosje@git.kernel.orgSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
    6d02acc1
builtin-test.c 13.6 KB