diff --git a/tools/perf/builtin-c2c.c b/tools/perf/builtin-c2c.c index 4645461bd9971..2059395279454 100644 --- a/tools/perf/builtin-c2c.c +++ b/tools/perf/builtin-c2c.c @@ -2207,6 +2207,10 @@ static int perf_c2c__browse_cacheline(struct hist_entry *he) case 's': c2c.symbol_full = !c2c.symbol_full; break; + case 'n': + c2c.node_info = (c2c.node_info + 1) % 3; + setup_nodes_header(); + break; case 'q': goto out; default: