diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2017-04-14 15:06:42 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2017-04-14 15:06:42 +0000 |
commit | 676d2460b9cb5db7ebc42399bcfea45851e8147d (patch) | |
tree | eb6c3e50330362201dde1eae7eb19e473cd6ac3f /linux/avr32/syscallent.h | |
parent | 969f4a066b6a53adbae198d5018f36e2747c055e (diff) | |
download | strace-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 'linux/avr32/syscallent.h')
-rw-r--r-- | linux/avr32/syscallent.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h index 9388cdbc7..6f4905420 100644 --- a/linux/avr32/syscallent.h +++ b/linux/avr32/syscallent.h @@ -240,10 +240,10 @@ [212] = { 2, 0, SEN(timer_gettime), "timer_gettime" }, [213] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" }, [214] = { 1, 0, SEN(timer_delete), "timer_delete" }, -[215] = { 2, TCL, SEN(clock_settime), "clock_settime" }, -[216] = { 2, TCL, SEN(clock_gettime), "clock_gettime" }, -[217] = { 2, TCL, SEN(clock_getres), "clock_getres" }, -[218] = { 4, TCL, SEN(clock_nanosleep), "clock_nanosleep" }, +[215] = { 2, 0, SEN(clock_settime), "clock_settime" }, +[216] = { 2, 0, SEN(clock_gettime), "clock_gettime" }, +[217] = { 2, 0, SEN(clock_getres), "clock_getres" }, +[218] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" }, [219] = { 3, TF|TSF, SEN(statfs64), "statfs64" }, [220] = { 3, TD, SEN(fstatfs64), "fstatfs64" }, [221] = { 3, TS, SEN(tgkill), "tgkill" }, @@ -331,7 +331,7 @@ [303] = { 4, 0, SEN(prlimit64), "prlimit64" }, [304] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" }, [305] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" }, -[306] = { 2, TCL, SEN(clock_adjtime), "clock_adjtime" }, +[306] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" }, [307] = { 1, TD, SEN(syncfs), "syncfs" }, [308] = { 4, TN, SEN(sendmmsg), "sendmmsg" }, [309] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" }, |