From d09fac5aea9ab53d281f7bc93c01fd0102d2311a Mon Sep 17 00:00:00 2001 From: edef Date: Wed, 22 Dec 2021 23:54:24 +0000 Subject: ripple/data: add syscalls-gcc.log A trace of `gcc hello.c -o hello` on Arch Linux, using //tools/driver.pl. Change-Id: I0af3d4896cb1bc530b3781fc3c48090b4c212316 --- ripple/data/syscalls-gcc.log | 108 +++++++++++++++++++++++++++++++++++ ripple/data/syscalls-gcc.log.license | 3 + 2 files changed, 111 insertions(+) create mode 100644 ripple/data/syscalls-gcc.log create mode 100644 ripple/data/syscalls-gcc.log.license (limited to 'ripple/data') diff --git a/ripple/data/syscalls-gcc.log b/ripple/data/syscalls-gcc.log new file mode 100644 index 0000000..d36c85c --- /dev/null +++ b/ripple/data/syscalls-gcc.log @@ -0,0 +1,108 @@ +access as 3 +access cc1 4 +access collect2 8 +access gcc 33 +access ld 3 +arch_prctl as 2 +arch_prctl cc1 2 +arch_prctl collect2 2 +arch_prctl gcc 2 +arch_prctl ld 2 +brk as 6 +brk cc1 15 +brk collect2 3 +brk gcc 4 +brk ld 28 +chmod ld 1 +close as 8 +close bpftrace 1 +close cc1 40 +close collect2 10 +close gcc 17 +close ld 45 +execve bpftrace 1 +execve collect2 1 +execve gcc 5 +exit_group as 1 +exit_group cc1 1 +exit_group collect2 1 +exit_group gcc 1 +exit_group ld 1 +fcntl as 5 +fcntl cc1 3 +fcntl collect2 3 +fcntl gcc 3 +fcntl ld 43 +getcwd cc1 1 +getcwd gcc 2 +getrusage as 1 +getrusage ld 1 +ioctl cc1 4 +ioctl collect2 2 +ioctl gcc 4 +ioctl ld 12 +lseek as 14 +lseek ld 794 +mmap as 17 +mmap cc1 56 +mmap collect2 13 +mmap gcc 13 +mmap ld 23 +mprotect as 6 +mprotect cc1 17 +mprotect collect2 5 +mprotect gcc 5 +mprotect ld 8 +munmap as 1 +munmap cc1 1 +munmap collect2 1 +munmap gcc 1 +munmap ld 4 +newfstatat as 11 +newfstatat cc1 56 +newfstatat collect2 63 +newfstatat gcc 50 +newfstatat ld 107 +openat as 14 +openat cc1 112 +openat collect2 13 +openat gcc 14 +openat ld 71 +pipe2 collect2 1 +pipe2 gcc 3 +pread64 as 4 +pread64 cc1 6 +pread64 collect2 4 +pread64 gcc 4 +pread64 ld 4 +prlimit64 as 1 +prlimit64 cc1 7 +prlimit64 gcc 2 +prlimit64 ld 1 +read as 14 +read cc1 38 +read collect2 5 +read gcc 7 +read ld 278 +readlink cc1 504 +readlink gcc 8 +rt_sigaction as 5 +rt_sigaction cc1 7 +rt_sigaction collect2 13 +rt_sigaction gcc 9 +rt_sigprocmask cc1 1 +set_robust_list cc1 1 +set_tid_address cc1 1 +sysinfo cc1 3 +sysinfo ld 1 +umask ld 2 +unlink collect2 2 +unlink gcc 3 +unlink ld 1 +vfork collect2 1 +vfork gcc 3 +wait4 collect2 1 +wait4 gcc 3 +write as 8 +write cc1 1 +write ld 42 diff --git a/ripple/data/syscalls-gcc.log.license b/ripple/data/syscalls-gcc.log.license new file mode 100644 index 0000000..26667bf --- /dev/null +++ b/ripple/data/syscalls-gcc.log.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: V +SPDX-FileCopyrightText: edef +SPDX-License-Identifier: CC0-1.0 -- cgit 1.4.1