All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] perf bpf: Improve error code delivering and output
@ 2015-11-04  2:25 Wang Nan
  2015-11-04  2:25 ` [PATCH v2 1/4] perf test: Keep test result clean if '-v' not set Wang Nan
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Wang Nan @ 2015-11-04  2:25 UTC (permalink / raw)
  To: acme, namhyung; +Cc: lizefan, pi3orama, linux-kernel, Wang Nan

This patchset is based on perf/core
(commit bebd23a2ed31d47e7dd746d3b125068aa2c42d85 in Arnaldo's tree).

Compare with v1 [1], this patchset changes error reporting convention
and the user of it at one same patch, avoid NULL checking in perf.

Wang Nan (4):
  perf test: Keep test result clean if '-v' not set
  perf tools: Mute libbpf when '-v' not set
  bpf tools: Improve libbpf error reporting
  perf tools: Improve BPF related error messages output

 tools/lib/bpf/libbpf.c             | 149 +++++++++++++++++++++++++------------
 tools/lib/bpf/libbpf.h             |  12 +++
 tools/perf/tests/attr.c            |   3 +-
 tools/perf/tests/code-reading.c    |   8 +-
 tools/perf/tests/keep-tracking.c   |   4 +-
 tools/perf/tests/llvm.c            |  13 ++--
 tools/perf/tests/switch-tracking.c |   4 +-
 tools/perf/util/bpf-loader.c       | 110 +++++++++++++++++++++++----
 tools/perf/util/bpf-loader.h       |  18 +++++
 tools/perf/util/parse-events.c     |  11 +--
 10 files changed, 245 insertions(+), 87 deletions(-)

-- 
1.8.3.4


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

end of thread, other threads:[~2015-11-05  2:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04  2:25 [PATCH v2 0/4] perf bpf: Improve error code delivering and output Wang Nan
2015-11-04  2:25 ` [PATCH v2 1/4] perf test: Keep test result clean if '-v' not set Wang Nan
2015-11-04  2:25 ` [PATCH v2 2/4] perf tools: Mute libbpf when " Wang Nan
2015-11-04  2:25 ` [PATCH v2 3/4] bpf tools: Improve libbpf error reporting Wang Nan
2015-11-04 22:01   ` Arnaldo Carvalho de Melo
2015-11-05  1:48     ` Wangnan (F)
2015-11-05  2:07       ` Wangnan (F)
2015-11-04  2:25 ` [PATCH v2 4/4] perf tools: Improve BPF related error messages output Wang Nan

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.