[PATCH 2/5] perf tools: Move callchain config from record_opts to callchain_param

2014-09-22 Thread Namhyung Kim
So that all callchain config parameters can be read/written to a single place. It's a preparation to consolidate handling of all callchain options. Reviewed-by: David Ahern Acked-by: Jiri Olsa Signed-off-by: Namhyung Kim --- tools/perf/builtin-record.c | 45

[PATCH 2/5] perf tools: Move callchain config from record_opts to callchain_param

2014-09-20 Thread Namhyung Kim
So that all callchain config parameters can be read/written to a single place. It's a preparation to consolidate handling of all callchain options. Signed-off-by: Namhyung Kim --- tools/perf/builtin-record.c | 45 - tools/perf/builtin-top.c| 4 +--