linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] perf tools: Backward ring buffer support
@ 2016-04-26  2:28 Wang Nan
  2016-04-26  2:28 ` [PATCH 1/5] perf tools: Enforce ring buffer reading Wang Nan
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Wang Nan @ 2016-04-26  2:28 UTC (permalink / raw)
  To: acme
  Cc: linux-kernel, Wang Nan, Arnaldo Carvalho de Melo, Peter Zijlstra,
	Zefan Li, pi3orama

Commit 9ecda41acb97 ("perf/core: Add ::write_backward attribute to
perf event") introduces backward ring buffer. This 5 patches add basic
support for reading from it, and add a new test case for it.

Wang Nan (5):
  perf tools: Enforce ring buffer reading
  perf tools: Extract __perf_evlist__mmap_read()
  perf tools: Rename variable in __perf_evlist__mmap_read()
  perf tools: Support reading from backward ring buffer
  perf tests: Add test to check backward ring buffer

 tools/perf/tests/Build                  |   1 +
 tools/perf/tests/backward-ring-buffer.c | 151 ++++++++++++++++++++++++++++++++
 tools/perf/tests/builtin-test.c         |   4 +
 tools/perf/tests/tests.h                |   1 +
 tools/perf/util/evlist.c                | 104 +++++++++++++++++-----
 tools/perf/util/evlist.h                |   4 +
 6 files changed, 242 insertions(+), 23 deletions(-)
 create mode 100644 tools/perf/tests/backward-ring-buffer.c

Signed-off-by: Wang Nan <wangnan0@huawei.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Zefan Li <lizefan@huawei.com>
Cc: pi3orama@163.com

-- 
1.8.3.4

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

end of thread, other threads:[~2016-04-27 15:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26  2:28 [PATCH 0/5] perf tools: Backward ring buffer support Wang Nan
2016-04-26  2:28 ` [PATCH 1/5] perf tools: Enforce ring buffer reading Wang Nan
2016-04-26 13:31   ` Arnaldo Carvalho de Melo
2016-04-27 15:34   ` [tip:perf/core] perf evlist: " tip-bot for Wang Nan
2016-04-26  2:28 ` [PATCH 2/5] perf tools: Extract __perf_evlist__mmap_read() Wang Nan
2016-04-26 13:30   ` Arnaldo Carvalho de Melo
2016-04-26  2:28 ` [PATCH 3/5] perf tools: Rename variable in __perf_evlist__mmap_read() Wang Nan
2016-04-26  2:28 ` [PATCH 4/5] perf tools: Support reading from backward ring buffer Wang Nan
2016-04-26  2:28 ` [PATCH 5/5] perf tests: Add test to check " Wang Nan

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).