perf report: Do not restrict -T option by other options
authorNamhyung Kim <namhyung@kernel.org>
Mon, 11 May 2015 13:44:39 +0000 (22:44 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 May 2015 12:59:51 +0000 (09:59 -0300)
commit021162cf02fcfa80cbae5f3b7304e9cb392962eb
tree8c4986bdb0c0b3ea52b334d74e7b2708a1e8ece2
parent189c466f77d421aef5c196454ab2e9517af7abc9
perf report: Do not restrict -T option by other options

It seems there's no reason to suppress per-thread event stat by -T
option when -s or -p option is used.  Make it work with those options.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1431351879-23798-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-report.c