diff options
Diffstat (limited to 'tools/perf/builtin-annotate.c')
| -rw-r--r-- | tools/perf/builtin-annotate.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 4f52d85f5ebc..e54b1f9fe1ee 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c @@ -393,6 +393,7 @@ int cmd_annotate(int argc, const char **argv, const char *prefix __maybe_unused)  			.comm	= perf_event__process_comm,  			.exit	= perf_event__process_exit,  			.fork	= perf_event__process_fork, +			.namespaces = perf_event__process_namespaces,  			.ordered_events = true,  			.ordering_requires_timestamps = true,  		}, | 
