diff options
author | Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> | 2015-06-13 10:31:16 +0900 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-06-16 10:34:39 -0300 |
commit | ba7ecb02e7b89b09d8cdf4c1514a386af8916c4b (patch) | |
tree | 8dd19d7e46c6428816f6a1ec7188faa6ee4d4505 /tools/perf/util/xyarray.c | |
parent | a35489a6a217f0396c979009b0c875d871434737 (diff) | |
download | linux-ba7ecb02e7b89b09d8cdf4c1514a386af8916c4b.tar.gz linux-ba7ecb02e7b89b09d8cdf4c1514a386af8916c4b.tar.bz2 linux-ba7ecb02e7b89b09d8cdf4c1514a386af8916c4b.zip |
perf probe: List probes in stdout
Since commit 5e17b28f1e24 ("perf probe: Add --quiet option to
suppress output result message") have replaced printf with pr_info,
perf probe -l outputs its result in stderr. However, that is not
what the commit expected.
E.g.:
# perf probe -l > /dev/null
probe:vfs_read (on vfs_read@ksrc/linux-3/fs/read_write.c)
With this fix:
# perf probe -l > list
# cat list
probe:vfs_read (on vfs_read@ksrc/linux-3/fs/read_write.c)
Of course, --quiet(-q) still works on --add/--del.
# perf probe -q vfs_write
# perf probe -l
probe:vfs_read (on vfs_read@ksrc/linux-3/fs/read_write.c)
probe:vfs_write (on vfs_write@ksrc/linux-3/fs/read_write.c)
-----
Reported-by: Naohiro Aota <naota@elisp.net>
Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Naohiro Aota <naota@elisp.net>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20150613013116.24402.2923.stgit@localhost.localdomain
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/xyarray.c')
0 files changed, 0 insertions, 0 deletions