linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] perf report: Few fixes
@ 2019-11-14 13:22 Ravi Bangoria
  2019-11-14 13:22 ` [PATCH v2 1/3] perf hists: Replace pr_err with ui__error Ravi Bangoria
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Ravi Bangoria @ 2019-11-14 13:22 UTC (permalink / raw)
  To: acme
  Cc: jolsa, kan.liang, mark.rutland, alexander.shishkin, namhyung, ak,
	yao.jin, linux-kernel, Ravi Bangoria

v1: https://lore.kernel.org/r/20191112054946.5869-1-ravi.bangoria@linux.ibm.com

v1 fixed a segfault when -F phys_daddr is used in perf report without
--mem-mode. Arnaldo suggested to bail out the option completely in
such case instead of showing 0 values.

Ravi Bangoria (3):
  perf hists: Replace pr_err with ui__error
  perf report: Make -F more strict like -s
  perf report: Error out for mem mode fields if mem info is not
    available

 tools/perf/builtin-report.c |  8 ++++++++
 tools/perf/util/sort.c      | 16 +++++++++++-----
 2 files changed, 19 insertions(+), 5 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-12-06  8:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-14 13:22 [PATCH v2 0/3] perf report: Few fixes Ravi Bangoria
2019-11-14 13:22 ` [PATCH v2 1/3] perf hists: Replace pr_err with ui__error Ravi Bangoria
2019-12-04 15:26   ` Arnaldo Carvalho de Melo
2019-12-06  8:03   ` [tip: perf/urgent] perf report/top TUI: Replace pr_err() with ui__error() tip-bot2 for Ravi Bangoria
2019-11-14 13:22 ` [PATCH v2 2/3] perf report: Make -F more strict like -s Ravi Bangoria
2019-12-06  8:03   ` [tip: perf/urgent] " tip-bot2 for Ravi Bangoria
2019-11-14 13:22 ` [PATCH v2 3/3] perf report: Bail out --mem-mode if mem info is not available Ravi Bangoria
2019-12-06  8:03   ` [tip: perf/urgent] " tip-bot2 for Ravi Bangoria
2019-12-04 10:36 ` [PATCH v2 0/3] perf report: Few fixes Ravi Bangoria
2019-12-04 12:07 ` Jiri Olsa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).