|
@@ -1021,7 +1021,7 @@ parse_callchain_opt(const struct option *opt, const char *arg, int unset)
|
|
|
static int perf_top_config(const char *var, const char *value, void *cb)
|
|
|
{
|
|
|
if (!strcmp(var, "top.call-graph"))
|
|
|
- return parse_callchain_record_opt(value);
|
|
|
+ var = "call-graph.record-mode"; /* fall-through */
|
|
|
if (!strcmp(var, "top.children")) {
|
|
|
symbol_conf.cumulate_callchain = perf_config_bool(var, value);
|
|
|
return 0;
|