aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-declextract/testdata/io_uring.c.info
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-12-11 16:49:01 +0100
committerDmitry Vyukov <dvyukov@google.com>2024-12-13 14:42:28 +0000
commitef0cd4a7bc26b206a7a5af18beed1589c388a204 (patch)
tree854f3b8475f091f6af07e52a88a033b7652e2da1 /tools/syz-declextract/testdata/io_uring.c.info
parenta35f0e6cafe5705ddc9f527bb6cfe297384021ef (diff)
tools/syz-declextract: extract info about all functions
Extract info about all functions, and compute total LOC for each interface. For now only static calls are considered, this doesn't handle indirect calls yet. This is just a groundwork for more complex callgraph/dataflow analysis.
Diffstat (limited to 'tools/syz-declextract/testdata/io_uring.c.info')
-rw-r--r--tools/syz-declextract/testdata/io_uring.c.info6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/syz-declextract/testdata/io_uring.c.info b/tools/syz-declextract/testdata/io_uring.c.info
index 6757eca74..89ede5685 100644
--- a/tools/syz-declextract/testdata/io_uring.c.info
+++ b/tools/syz-declextract/testdata/io_uring.c.info
@@ -1,3 +1,3 @@
-IOURING IORING_OP_NOP func:io_nop access:user manual_desc:false auto_desc:false file:io_uring.c subsystem:kernel
-IOURING IORING_OP_READV func:io_read access:user manual_desc:false auto_desc:false file:io_uring.c subsystem:kernel
-IOURING IORING_OP_WRITEV func:io_write access:user manual_desc:false auto_desc:false file:io_uring.c subsystem:kernel
+IOURING IORING_OP_NOP func:io_nop loc:0 access:user manual_desc:false auto_desc:false file:io_uring.c subsystem:kernel
+IOURING IORING_OP_READV func:io_read loc:0 access:user manual_desc:false auto_desc:false file:io_uring.c subsystem:kernel
+IOURING IORING_OP_WRITEV func:io_write loc:0 access:user manual_desc:false auto_desc:false file:io_uring.c subsystem:kernel