summaryrefslogtreecommitdiff
path: root/sysent.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2017-04-14 15:06:42 +0000
committerDmitry V. Levin <ldv@altlinux.org>2017-04-14 15:06:42 +0000
commit676d2460b9cb5db7ebc42399bcfea45851e8147d (patch)
treeeb6c3e50330362201dde1eae7eb19e473cd6ac3f /sysent.h
parent969f4a066b6a53adbae198d5018f36e2747c055e (diff)
downloadstrace-676d2460b9cb5db7ebc42399bcfea45851e8147d.tar.gz
Revert "Implement -e trace=%clock option"
-e trace=%clock became redundant as -e trace=/clock does the same. This reverts commit 0a13d2391c413e3847b71ec0c1d38f56e353b1b5. * syscall.c (TCL): Remove. * sysent.h (TRACE_CLOCK): Remove. * qualify.c (lookup_class): Remove %clock. * strace.1 (.SS Filtering): Likewise. * NEWS: Likewise. * linux/32/syscallent.h: Remove TCL flag from clock_* syscalls. * linux/64/syscallent.h: Likewise. * linux/alpha/syscallent.h: Likewise. * linux/arm/syscallent.h: Likewise. * linux/avr32/syscallent.h: Likewise. * linux/bfin/syscallent.h: Likewise. * linux/crisv10/syscallent.h: Likewise. * linux/hppa/syscallent.h: Likewise. * linux/i386/syscallent.h: Likewise. * linux/ia64/syscallent.h: Likewise. * linux/m68k/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/mips/syscallent-n32.h: Likewise. * linux/mips/syscallent-n64.h: Likewise. * linux/mips/syscallent-o32.h: Likewise. * linux/powerpc/syscallent.h: Likewise. * linux/powerpc64/syscallent.h: Likewise. * linux/s390/syscallent.h: Likewise. * linux/s390x/syscallent.h: Likewise. * linux/sh/syscallent.h: Likewise. * linux/sh64/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/sparc64/syscallent.h: Likewise. * linux/x32/syscallent.h: Likewise. * linux/x86_64/syscallent.h: Likewise. * linux/xtensa/syscallent.h: Likewise. * tests/clock.test: Replace trace=%clock with trace=/clock. * tests/ksysent.c (TCL): Remove. * tests/nsyscalls.c: Likewise.
Diffstat (limited to 'sysent.h')
-rw-r--r--sysent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysent.h b/sysent.h
index dce9188bf..3e7c0d865 100644
--- a/sysent.h
+++ b/sysent.h
@@ -22,7 +22,6 @@ typedef struct sysent {
#define TRACE_INDIRECT_SUBCALL 02000 /* Syscall is an indirect socket/ipc subcall. */
#define COMPAT_SYSCALL_TYPES 04000 /* A compat syscall that uses compat types. */
#define TRACE_SCHED 010000 /* Trace scheduler-related syscalls. */
-#define TRACE_CLOCK 020000 /* Trace clock-related syscalls. */
#define TRACE_STATFS 040000 /* Trace statfs, statfs64, and statvfs syscalls. */
#endif /* !STRACE_SYSENT_H */