diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-12-11 16:49:01 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-12-13 14:42:28 +0000 |
| commit | ef0cd4a7bc26b206a7a5af18beed1589c388a204 (patch) | |
| tree | 854f3b8475f091f6af07e52a88a033b7652e2da1 /tools/syz-declextract/testdata/io_uring.c.info | |
| parent | a35f0e6cafe5705ddc9f527bb6cfe297384021ef (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.info | 6 |
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 |
