All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] blktrace: Add support for read_iolog_chunked and fixes
@ 2022-01-19 21:14 Lukas Straub
  2022-01-19 21:14 ` [PATCH 1/8] blktrace.c: Use file stream interface instead of fifo Lukas Straub
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Lukas Straub @ 2022-01-19 21:14 UTC (permalink / raw)
  To: axboe; +Cc: fio

[-- Attachment #1: Type: text/plain, Size: 935 bytes --]

Hello Everyone,
This series adds support for read_iolog_chunked to blktrace and fixes some bugs
along the way.

Regards,
Lukas Straub

Lukas Straub (8):
  blktrace.c: Use file stream interface instead of fifo
  iolog.c: Make iolog_items_to_fetch public
  blktrace.c: Add support for read_iolog_chunked
  linux-dev-lookup.c: Put the check for replay_redirect in the beginning
  blktrace.c: Don't hardcode direct-io
  blktrace.c: Don't sleep indefinitely if there is a wrong timestamp
  blktrace.c: Make thread-safe by removing local static variables
  iolog.c: Fix memory leak for blkparse case

 blktrace.c               | 325 ++++++++++++++++++++-------------------
 blktrace.h               |  14 +-
 fio.h                    |   2 +
 iolog.c                  |  18 ++-
 iolog.h                  |   1 +
 oslib/linux-dev-lookup.c |  21 ++-
 6 files changed, 203 insertions(+), 178 deletions(-)

-- 
2.34.1

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2022-01-20 18:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-19 21:14 [PATCH 0/8] blktrace: Add support for read_iolog_chunked and fixes Lukas Straub
2022-01-19 21:14 ` [PATCH 1/8] blktrace.c: Use file stream interface instead of fifo Lukas Straub
2022-01-19 21:14 ` [PATCH 2/8] iolog.c: Make iolog_items_to_fetch public Lukas Straub
2022-01-19 21:14 ` [PATCH 3/8] blktrace.c: Add support for read_iolog_chunked Lukas Straub
2022-01-19 21:14 ` [PATCH 4/8] linux-dev-lookup.c: Put the check for replay_redirect in the beginning Lukas Straub
2022-01-19 21:14 ` [PATCH 5/8] blktrace.c: Don't hardcode direct-io Lukas Straub
2022-01-19 21:14 ` [PATCH 6/8] blktrace.c: Don't sleep indefinitely if there is a wrong timestamp Lukas Straub
2022-01-19 21:14 ` [PATCH 7/8] blktrace.c: Make thread-safe by removing local static variables Lukas Straub
2022-01-19 21:14 ` [PATCH 8/8] iolog.c: Fix memory leak for blkparse case Lukas Straub
2022-01-20 18:41 ` [PATCH 0/8] blktrace: Add support for read_iolog_chunked and fixes Jens Axboe

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.