]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
perf script: Use event_format__fprintf()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 26 Oct 2017 13:26:52 +0000 (10:26 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 27 Oct 2017 12:10:09 +0000 (09:10 -0300)
commit894f3f1732cb4ae543d406e4fca1585e8c303a1c
tree6bde10b5ca6d9c10303c1a919b865f2954181e08
parent5ce2c5b4e484a87a8af48649775796fb349684db
perf script: Use event_format__fprintf()

Another case where we a1a587073ccd ("perf script: Use fprintf like
printing uniformly") forgot to redirect output to the FILE descriptor,
fix this too.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Cc: yuzhoujian <yuzhoujian@didichuxing.com>
Link: http://lkml.kernel.org/n/tip-jmwx4pgfezw98ezfoj9t957s@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c