All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] perf list libpfm support and other fixes
@ 2022-11-16  7:12 Ian Rogers
  2022-11-16  7:12 ` [PATCH v1 1/4] perf list: Fix asan issue Ian Rogers
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ian Rogers @ 2022-11-16  7:12 UTC (permalink / raw)
  To: Weilin Wang, Perry Taylor, Caleb Biggers, Leo Yan, Adrian Hunter,
	Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	Sandipan Das, Kajol Jain, Zhengjun Xing, Kan Liang, Ravi Bangoria,
	Xin Gao, Rob Herring, linux-kernel, linux-perf-users
  Cc: Stephane Eranian, Ian Rogers

Fix an asan issue and a a lack of libpfm support with the refactored
perf list code. Add some improvements to wordwrap and the escape
printing for json to aid this.

Ian Rogers (4):
  perf list: Fix asan issue
  perf list: Support newlines in wordwrap
  perf list: Json escape encoding improvements
  perf list: List callback support for libpfm

 tools/perf/builtin-list.c | 122 ++++++++++++++++++------------
 tools/perf/util/pfm.c     | 154 +++++++++++++++++---------------------
 tools/perf/util/pfm.h     |   6 +-
 3 files changed, 145 insertions(+), 137 deletions(-)

-- 
2.38.1.431.g37b22c650d-goog


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

end of thread, other threads:[~2022-11-16 15:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16  7:12 [PATCH v1 0/4] perf list libpfm support and other fixes Ian Rogers
2022-11-16  7:12 ` [PATCH v1 1/4] perf list: Fix asan issue Ian Rogers
2022-11-16  7:12 ` [PATCH v1 2/4] perf list: Support newlines in wordwrap Ian Rogers
2022-11-16  7:12 ` [PATCH v1 3/4] perf list: Json escape encoding improvements Ian Rogers
2022-11-16  7:12 ` [PATCH v1 4/4] perf list: List callback support for libpfm Ian Rogers
2022-11-16 15:27 ` [PATCH v1 0/4] perf list libpfm support and other fixes Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.