/external/linux-tools-perf/Documentation/ |
perf-script-python.txt | 79 - we could enable every event under the tracing/events/syscalls 80 directory, but this is over 600 syscalls, well beyond the number 84 individual syscalls of interest. 86 - we can enable the sys_enter and/or sys_exit syscalls found under 87 tracing/events/raw_syscalls. These are called for all syscalls; the 241 syscalls = autodict() 244 syscalls[id] += 1 246 syscalls[id] = 1 249 The syscalls 'autodict' object is a special kind of Python dictionary 253 levels if they don't exist e.g syscalls[comm][pid][id] = 1 will creat [all...] |
/external/chromium_org/net/tools/quic/test_tools/ |
mock_epoll_server.h | 85 // using the epoll_* syscalls.
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
syscall_iterator.cc | 25 // on Intel architectures, but leaves room for private syscalls on ARM.
|
/external/chromium_org/sandbox/win/src/ |
policy_broker.cc | 103 // Bug 27218: We don't have dispatch for some x64 syscalls.
|
/external/kernel-headers/original/linux/ |
personality.h | 94 handler_t handler; /* handler for syscalls */
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_syswrap-linux.h | 3 /*--- Linux-specific syscalls stuff. priv_syswrap-linux.h ---*/ 45 // Linux-specific (but non-arch-specific) syscalls 217 // These are Posix, but not necessarily syscalls. Darwin only supports 219 // syscalls.
|
syswrap-linux-variants.c | 3 /*--- Handlers for syscalls on minor variants of Linux kernels. ---*/ 36 vanilla Linux kernel behaves with respect to syscalls.
|
priv_syswrap-linux-variants.h | 3 /*--- Linux-variant specific syscalls stuff. ---*/
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
scalar.h | 20 // meaningful with the syscalls.
|
/external/openssh/ |
sandbox-systrace.c | 49 /* Permitted syscalls in preauth. Unlisted syscalls get SYSTR_POLICY_KILL */
|
/external/strace/ |
defs.h | 50 #define MAX_QUALS 7000 /* maximum number of syscalls, signals, etc. */ 52 #define MAX_QUALS 2048 /* maximum number of syscalls, signals, etc. */ 484 #define TRACE_FILE 001 /* Trace file-related syscalls. */ 485 #define TRACE_IPC 002 /* Trace IPC-related syscalls. */ 486 #define TRACE_NETWORK 004 /* Trace network-related syscalls. */ 487 #define TRACE_PROCESS 010 /* Trace process-related syscalls. */ 488 #define TRACE_SIGNAL 020 /* Trace signal-related syscalls. */ 489 #define TRACE_DESC 040 /* Trace file descriptor-related syscalls. */
|
ChangeLog-CVS | 304 * linux/arm/syscallent.h: Update syscalls. 308 provide syscalls socketcall and ipc. 403 Implement parsers for new linux syscalls. 718 * linux/syscallent.h: Update entries for those syscalls. 765 syscalls. 766 * linux/arm/syscallent.h: Update network syscalls list. 768 syscalls. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
taskstats.h | 143 __u64 read_syscalls; /* read syscalls */ 144 __u64 write_syscalls; /* write syscalls */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
taskstats.h | 143 __u64 read_syscalls; /* read syscalls */ 144 __u64 write_syscalls; /* write syscalls */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
taskstats.h | 143 __u64 read_syscalls; /* read syscalls */ 144 __u64 write_syscalls; /* write syscalls */
|
/external/strace/linux/ |
syscall.h | 33 /* primary syscalls */ 118 /* *at syscalls */ 300 * some IA32 specific syscalls here.
|
/external/valgrind/main/docs/internals/ |
3_1_BUGSTATUS.txt | 20 v5785 fixed 123248 syscalls in glibc-2.4: openat, fstatat, symlinkat 38 v5849 fixed 125492 ppc32: support a bunch more syscalls 72 v5884 fixed 126938 bad checking for syscalls linkat, renameat, symlinkat
|
3_4_BUGSTATUS.txt | 31 186507 exp-ptrcheck unhandled syscalls prctl, etc.
|
/bionic/libc/include/sys/ |
_types.h | 57 typedef __uint32_t __socklen_t; /* length type for network syscalls */
|
/development/ndk/platforms/android-3/include/sys/ |
_types.h | 57 typedef __uint32_t __socklen_t; /* length type for network syscalls */
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux.h | 33 // This class reads thread IDs from /proc/<pid>/task using only syscalls.
|
/external/kernel-headers/original/asm-x86/ |
ptrace.h | 78 /* arguments: non interrupts/non tracing syscalls only save upto here*/
|
/external/valgrind/main/memcheck/tests/darwin/ |
scalar.h | 17 // meaningful with the syscalls.
|
/hardware/ti/omap3/dspbridge/inc/ |
host_os.h | 40 #include <linux/syscalls.h>
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
host_os.h | 40 #include <linux/syscalls.h>
|