block: Prefix file driver trace points with "file_"
commitf8a30874ca4dd6560b5827433f07877e60960946
authorFam Zheng <famz@redhat.com>
Tue, 10 Jul 2018 06:31:15 +0000 (10 14:31 +0800)
committerKevin Wolf <kwolf@redhat.com>
Tue, 10 Jul 2018 14:01:51 +0000 (10 16:01 +0200)
treed92c167bbbe30e090b9d9998d495e12614149bb2
parent6703db131f832d6af58fa629be11c5efa5a6adb8
block: Prefix file driver trace points with "file_"

With in one module, trace points usually have a common prefix named
after the module name. paio_submit and paio_submit_co are the only two
trace points so far in the two file protocol drivers. As we are adding
more, having a common prefix here is better so that trace points can be
enabled with a glob. Rename them.

Suggested-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/file-posix.c
block/file-win32.c
block/trace-events