barectf_platform_linux_fs_init(): accept DS file path, not trace dir.
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 02:45:24 +0000 (22:45 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Sep 2020 02:45:24 +0000 (22:45 -0400)
commit6412698ccd98ee71eb492c77ef224ac7f35251b1
tree28ff90577413cc4dbae899652d0c7bb64eb0f0f6
parent5fbfdc5ed8d4202b4b57777155797ce8aa863462
barectf_platform_linux_fs_init(): accept DS file path, not trace dir.

This patch changes the Linux FS platform's
barectf_platform_linux_fs_init() function so that it accepts the data
stream file path instead of its trace directory.

This makes it possible to initialize many Linux FS platform contexts for
the same trace, each one targeting a distinct data stream file.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
examples/barectf-tracepoint/barectf-tracepoint-linux-fs.h
examples/linux-fs-simple/linux-fs-simple.c
platforms/linux-fs/README.adoc
platforms/linux-fs/barectf-platform-linux-fs.c
platforms/linux-fs/barectf-platform-linux-fs.h
This page took 0.026011 seconds and 4 git commands to generate.