diff options
Diffstat (limited to 'tools/perf/builtin-data.c')
| -rw-r--r-- | tools/perf/builtin-data.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/builtin-data.c b/tools/perf/builtin-data.c index ca2fb44874e4..8d23b8d6ee8e 100644 --- a/tools/perf/builtin-data.c +++ b/tools/perf/builtin-data.c @@ -65,6 +65,7 @@ static int cmd_data_convert(int argc, const char **argv)  		OPT_STRING('i', "input", &input_name, "file", "input file name"),  #ifdef HAVE_LIBBABELTRACE_SUPPORT  		OPT_STRING(0, "to-ctf", &to_ctf, NULL, "Convert to CTF format"), +		OPT_BOOLEAN(0, "tod", &opts.tod, "Convert time to wall clock time"),  #endif  		OPT_BOOLEAN('f', "force", &opts.force, "don't complain, do it"),  		OPT_BOOLEAN(0, "all", &opts.all, "Convert all events"),  |