diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2014-01-14 15:52:14 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2014-01-14 15:57:04 -0500 |
commit | 509051ea8427b2f73f065a1b0a1ef871727c9cb2 (patch) | |
tree | f546229f3d82496692d11bcd37df18e78dc50df0 /tools/perf/builtin-trace.c | |
parent | 197749981e539c1eb5863f417de6dd4e2c02b76c (diff) |
perf record: Rename --no-delay to --no-buffering
That is how the option summary describes it and so that we can free
--delay to replace --initial-delay and then be consistent with stat's
--delay equivalent option.
Suggested-by: Ingo Molnar <mingo@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-f8hd2010uhjl2zzb34hepbmi@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-trace.c')
-rw-r--r-- | tools/perf/builtin-trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index 4bd44aba343e..896f27047ed6 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c | |||
@@ -2258,7 +2258,7 @@ int cmd_trace(int argc, const char **argv, const char *prefix __maybe_unused) | |||
2258 | }, | 2258 | }, |
2259 | .user_freq = UINT_MAX, | 2259 | .user_freq = UINT_MAX, |
2260 | .user_interval = ULLONG_MAX, | 2260 | .user_interval = ULLONG_MAX, |
2261 | .no_delay = true, | 2261 | .no_buffering = true, |
2262 | .mmap_pages = 1024, | 2262 | .mmap_pages = 1024, |
2263 | }, | 2263 | }, |
2264 | .output = stdout, | 2264 | .output = stdout, |