HomeSort by relevance Sort by last modified time
    Searched refs:syscall (Results 1 - 25 of 471) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
syscall.h 1 #include <sys/syscall.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
syscall.h 1 #include <sys/syscall.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
syscall.h 1 #include <sys/syscall.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
syscall.h 30 we scan the kernel's list and produce <bits/syscall.h> with macros for
32 # include <bits/syscall.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
syscall.h 30 we scan the kernel's list and produce <bits/syscall.h> with macros for
32 # include <bits/syscall.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
syscall.h 30 we scan the kernel's list and produce <bits/syscall.h> with macros for
32 # include <bits/syscall.h>
  /bionic/libc/arch-mips/syscalls/
syscall.S 4 .globl syscall
6 .ent syscall
8 syscall: label
12 syscall
22 .end syscall
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar_supp.c 3 #include <sys/syscall.h>
14 // - the syscall number itself is undefined (but we know it's
18 syscall(pi[0]+__NR_write, pi[0], pc[0], pi[0]+1);
  /external/chromium_org/tools/traceline/traceline/scripts/
scstats.py 16 syscall = e['syscall']
19 calls[syscall] = calls.get(syscall, 0) + delta
21 delta, ms, tid, syscall, syscalls.get(syscall, 'unknown'))
23 #for syscall, delta in calls.items():
24 # print '%f - %d %s' % (delta, syscall, syscalls.get(syscall, 'unknown'))
  /external/chromium/third_party/libevent/
epoll_sub.c 31 #include <sys/syscall.h>
38 return (syscall(__NR_epoll_create, size));
45 return (syscall(__NR_epoll_ctl, epfd, op, fd, event));
51 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
  /external/chromium_org/third_party/libevent/
epoll_sub.c 31 #include <sys/syscall.h>
38 return (syscall(__NR_epoll_create, size));
45 return (syscall(__NR_epoll_ctl, epfd, op, fd, event));
51 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
  /external/valgrind/main/coregrind/m_mach/
mach_traps-amd64-darwin.S 41 syscall
52 // syscall
62 syscall
72 syscall
82 syscall
92 syscall
102 syscall
112 syscall
122 syscall
132 syscall
    [all...]
  /external/linux-tools-perf/scripts/python/bin/
syscall-counts-report 2 # description: system-wide syscall counts
10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
  /system/extras/kexec_tools/
kexec.h 7 #include <sys/syscall.h>
21 return syscall(__NR_kexec_load, entry, nr_segments, segment, flags);
  /bionic/libc/include/sys/
syscall.h 40 int syscall(int number, ...);
  /development/ndk/platforms/android-3/include/sys/
syscall.h 38 int syscall(int number, ...);
  /external/chromium_org/tools/traceline/traceline/
dump_syscalls_idarub.rb 26 syscall = ida.get_long(curea - 4)
29 puts '%d: "%s!%s",' % [syscall, filename, funcname]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);

Completed in 560 milliseconds

1 2 3 4 5 6 7 8 91011>>