Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1342997

[RFC PATCH 0/5] perf tools: Decode bpf output in 'perf trace'

From Wang Nan <wangnan0@huawei.com>
Newsgroups linux.kernel
Subject [RFC PATCH 0/5] perf tools: Decode bpf output in 'perf trace'
Date 2016-02-25 10:00 +0100
Message-ID <r5ZW9-1ea-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Arnaldo,

  You try to record + analysis using 'perf trace' with BPF output
but failed yesterday. You need these 5 patches to make it work.

Thank you.

Wang Nan (5):
  perf trace: Apply config options in '.perfconfig'
  perf trace: Improve error message when receive non-tracepoint events
  perf tools: Only set filter for tracepoints events
  perf trace: Call bpf__apply_obj_config in 'perf trace'
  perf trace: Print content of bpf-output event

 tools/perf/builtin-trace.c | 71 ++++++++++++++++++++++++++++++++++++++++++++--
 tools/perf/util/evlist.c   |  3 ++
 2 files changed, 72 insertions(+), 2 deletions(-)

Signed-off-by: Wang Nan <wangnan0@huawei.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Li Zefan <lizefan@huawei.com>
Cc: pi3orama@163.com

-- 
1.8.3.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[RFC PATCH 0/5] perf tools: Decode bpf output in 'perf trace' Wang Nan <wangnan0@huawei.com> - 2016-02-25 10:00 +0100

csiph-web