Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1240815
| From | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/5] nilfs2: introduce tracepoints |
| Date | 2015-10-06 20:00 +0200 |
| Message-ID | <qgEGR-4U3-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Andrew,
Please queue the following changes for the next merge window:
Hitoshi Mitake (4):
nilfs2: add a tracepoint for tracking stage transition of segment construction
nilfs2: add a tracepoint for transaction events
nilfs2: add tracepoints for analyzing sufile manipulation
nilfs2: add tracepoints for analyzing reading and writing metadata files
Ryusuke Konishi (1):
MAINTAINERS: nilfs2: add header file for tracing
These introduces some tracepoints to nilfs2 to help tracking its
behavior for bottleneck detection, debugging, etc.
Thanks,
Ryusuke Konishi
--
MAINTAINERS | 1 +
fs/nilfs2/mdt.c | 6 ++
fs/nilfs2/segment.c | 104 ++++++++++++++++----
fs/nilfs2/segment.h | 3 +-
fs/nilfs2/sufile.c | 8 ++
include/trace/events/nilfs2.h | 224 ++++++++++++++++++++++++++++++++++++++++++
6 files changed, 324 insertions(+), 22 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/5] nilfs2: introduce tracepoints Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2015-10-06 20:00 +0200 [PATCH 5/5] MAINTAINERS: nilfs2: add header file for tracing Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2015-10-06 20:00 +0200 [PATCH 2/5] nilfs2: add a tracepoint for transaction events Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2015-10-06 20:00 +0200 [PATCH 4/5] nilfs2: add tracepoints for analyzing reading and writing metadata files Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2015-10-06 20:00 +0200 [PATCH 1/5] nilfs2: add a tracepoint for tracking stage transition of segment construction Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> - 2015-10-06 20:00 +0200
csiph-web