summaryrefslogtreecommitdiff
path: root/linux/mips
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 /linux/mips
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 'linux/mips')
-rw-r--r--linux/mips/syscallent-n32.h10
-rw-r--r--linux/mips/syscallent-n64.h10
-rw-r--r--linux/mips/syscallent-o32.h10
3 files changed, 15 insertions, 15 deletions
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index 9a08c898f..dd6429b89 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -225,10 +225,10 @@
[6222] = { 2, 0, SEN(timer_gettime), "timer_gettime" },
[6223] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" },
[6224] = { 1, 0, SEN(timer_delete), "timer_delete" },
-[6225] = { 2, TCL, SEN(clock_settime), "clock_settime" },
-[6226] = { 2, TCL, SEN(clock_gettime), "clock_gettime" },
-[6227] = { 2, TCL, SEN(clock_getres), "clock_getres" },
-[6228] = { 4, TCL, SEN(clock_nanosleep), "clock_nanosleep" },
+[6225] = { 2, 0, SEN(clock_settime), "clock_settime" },
+[6226] = { 2, 0, SEN(clock_gettime), "clock_gettime" },
+[6227] = { 2, 0, SEN(clock_getres), "clock_getres" },
+[6228] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" },
[6229] = { 3, TS, SEN(tgkill), "tgkill" },
[6230] = { 2, TF, SEN(utimes), "utimes" },
[6231] = { 6, TM, SEN(mbind), "mbind" },
@@ -305,7 +305,7 @@
[6302] = { 4, 0, SEN(prlimit64), "prlimit64" },
[6303] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
[6304] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" },
-[6305] = { 2, TCL, SEN(clock_adjtime), "clock_adjtime" },
+[6305] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" },
[6306] = { 1, TD, SEN(syncfs), "syncfs" },
[6307] = { 4, TN, SEN(sendmmsg), "sendmmsg" },
[6308] = { 2, TD, SEN(setns), "setns" },
diff --git a/linux/mips/syscallent-n64.h b/linux/mips/syscallent-n64.h
index 7f8273a7b..d5065ad43 100644
--- a/linux/mips/syscallent-n64.h
+++ b/linux/mips/syscallent-n64.h
@@ -221,10 +221,10 @@
[5218] = { 2, 0, SEN(timer_gettime), "timer_gettime" },
[5219] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" },
[5220] = { 1, 0, SEN(timer_delete), "timer_delete" },
-[5221] = { 2, TCL, SEN(clock_settime), "clock_settime" },
-[5222] = { 2, TCL, SEN(clock_gettime), "clock_gettime" },
-[5223] = { 2, TCL, SEN(clock_getres), "clock_getres" },
-[5224] = { 4, TCL, SEN(clock_nanosleep), "clock_nanosleep" },
+[5221] = { 2, 0, SEN(clock_settime), "clock_settime" },
+[5222] = { 2, 0, SEN(clock_gettime), "clock_gettime" },
+[5223] = { 2, 0, SEN(clock_getres), "clock_getres" },
+[5224] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" },
[5225] = { 3, TS, SEN(tgkill), "tgkill" },
[5226] = { 2, TF, SEN(utimes), "utimes" },
[5227] = { 6, TM, SEN(mbind), "mbind" },
@@ -300,7 +300,7 @@
[5297] = { 4, 0, SEN(prlimit64), "prlimit64" },
[5298] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
[5299] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" },
-[5300] = { 2, TCL, SEN(clock_adjtime), "clock_adjtime" },
+[5300] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" },
[5301] = { 1, TD, SEN(syncfs), "syncfs" },
[5302] = { 4, TN, SEN(sendmmsg), "sendmmsg" },
[5303] = { 2, TD, SEN(setns), "setns" },
diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h
index 58ba62112..b6b56263b 100644
--- a/linux/mips/syscallent-o32.h
+++ b/linux/mips/syscallent-o32.h
@@ -262,10 +262,10 @@
[4259] = { 2, 0, SEN(timer_gettime), "timer_gettime" },
[4260] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" },
[4261] = { 1, 0, SEN(timer_delete), "timer_delete" },
-[4262] = { 2, TCL, SEN(clock_settime), "clock_settime" },
-[4263] = { 2, TCL, SEN(clock_gettime), "clock_gettime" },
-[4264] = { 2, TCL, SEN(clock_getres), "clock_getres" },
-[4265] = { 4, TCL, SEN(clock_nanosleep), "clock_nanosleep" },
+[4262] = { 2, 0, SEN(clock_settime), "clock_settime" },
+[4263] = { 2, 0, SEN(clock_gettime), "clock_gettime" },
+[4264] = { 2, 0, SEN(clock_getres), "clock_getres" },
+[4265] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" },
[4266] = { 3, TS, SEN(tgkill), "tgkill" },
[4267] = { 2, TF, SEN(utimes), "utimes" },
[4268] = { 6, TM, SEN(mbind), "mbind" },
@@ -341,7 +341,7 @@
[4338] = { 4, 0, SEN(prlimit64), "prlimit64" },
[4339] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
[4340] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" },
-[4341] = { 2, TCL, SEN(clock_adjtime), "clock_adjtime" },
+[4341] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" },
[4342] = { 1, TD, SEN(syncfs), "syncfs" },
[4343] = { 4, TN, SEN(sendmmsg), "sendmmsg" },
[4344] = { 2, TD, SEN(setns), "setns" },