All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] perf tools: Decode bpf output in 'perf trace'
@ 2016-02-25  8:51 Wang Nan
  2016-02-25  8:51 ` [RFC PATCH 1/5] perf trace: Apply config options in '.perfconfig' Wang Nan
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Wang Nan @ 2016-02-25  8:51 UTC (permalink / raw)
  To: acme, jolsa
  Cc: linux-kernel, Wang Nan, Arnaldo Carvalho de Melo, Li Zefan,
	pi3orama

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

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

end of thread, other threads:[~2016-02-25 12:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25  8:51 [RFC PATCH 0/5] perf tools: Decode bpf output in 'perf trace' Wang Nan
2016-02-25  8:51 ` [RFC PATCH 1/5] perf trace: Apply config options in '.perfconfig' Wang Nan
2016-02-25 12:50   ` Arnaldo Carvalho de Melo
2016-02-25  8:51 ` [RFC PATCH 2/5] perf trace: Improve error message when receive non-tracepoint events Wang Nan
2016-02-25  8:51 ` [RFC PATCH 3/5] perf tools: Only set filter for tracepoints events Wang Nan
2016-02-25  8:51 ` [RFC PATCH 4/5] perf trace: Call bpf__apply_obj_config in 'perf trace' Wang Nan
2016-02-25  8:51 ` [RFC PATCH 5/5] perf trace: Print content of bpf-output event 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.