OSDN Git Service

perf tools: Do not auto-remove Children column if --fields given
authorNamhyung Kim <namhyung@kernel.org>
Thu, 20 Mar 2014 00:10:29 +0000 (09:10 +0900)
committerJiri Olsa <jolsa@kernel.org>
Sun, 1 Jun 2014 12:35:05 +0000 (14:35 +0200)
commit2bf1a12340bda1bf621f27b9892094a51b1297fd
tree63622c1a2101a1ffd2027f3df38bfb8708a7b0ac
parent8d8e645ceafd726b8317949f899e4b3acfb20d29
perf tools: Do not auto-remove Children column if --fields given

Depending on the configuration perf inserts/removes the Children
column in the output automatically.  But it might not be what user
wants if [s]he give --fields option explicitly.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Tested-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
Cc: Arun Sharma <asharma@fb.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Link: http://lkml.kernel.org/r/1401335910-16832-18-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
tools/perf/ui/hist.c