summaryrefslogtreecommitdiff
path: root/linux/mips/syscallent-o32.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
commit3330d4ad2867d468624f657f2a6b3a3211efc949 (patch)
tree52bd9aedae0185302723bdf93bb850fa31ad6eb8 /linux/mips/syscallent-o32.h
parent676d2460b9cb5db7ebc42399bcfea45851e8147d (diff)
downloadstrace-3330d4ad2867d468624f657f2a6b3a3211efc949.tar.gz
Revert "Implement -e trace=%sched option"
-e trace=%sched became redundant as -e trace=/sched does the same. This reverts commit 811638e9c1805438a63c14f9704b8b00ac922623. * syscall.c (TSC): Remove. * sysent.h (TRACE_SCHED): Remove. * qualify.c (lookup_class): Remove %sched. * strace.1 (.SS Filtering): Likewise. * NEWS: Likewise. * linux/32/syscallent.h: Remove TSC flag from sched* 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/sched.test: Replace trace=%sched with trace=/sched. * tests/ksysent.c (TSC): Remove. * tests/nsyscalls.c: Likewise.
Diffstat (limited to 'linux/mips/syscallent-o32.h')
-rw-r--r--linux/mips/syscallent-o32.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h
index b6b56263b..e0943552f 100644
--- a/linux/mips/syscallent-o32.h
+++ b/linux/mips/syscallent-o32.h
@@ -158,14 +158,14 @@
[4155] = { 2, TM, SEN(munlock), "munlock" },
[4156] = { 1, TM, SEN(mlockall), "mlockall" },
[4157] = { 0, TM, SEN(munlockall), "munlockall" },
-[4158] = { 2, TSC, SEN(sched_setparam), "sched_setparam" },
-[4159] = { 2, TSC, SEN(sched_getparam), "sched_getparam" },
-[4160] = { 3, TSC, SEN(sched_setscheduler), "sched_setscheduler" },
-[4161] = { 1, TSC, SEN(sched_getscheduler), "sched_getscheduler" },
-[4162] = { 0, TSC, SEN(sched_yield), "sched_yield" },
-[4163] = { 1, TSC, SEN(sched_get_priority_max), "sched_get_priority_max"},
-[4164] = { 1, TSC, SEN(sched_get_priority_min), "sched_get_priority_min"},
-[4165] = { 2, TSC, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
+[4158] = { 2, 0, SEN(sched_setparam), "sched_setparam" },
+[4159] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
+[4160] = { 3, 0, SEN(sched_setscheduler), "sched_setscheduler" },
+[4161] = { 1, 0, SEN(sched_getscheduler), "sched_getscheduler" },
+[4162] = { 0, 0, SEN(sched_yield), "sched_yield" },
+[4163] = { 1, 0, SEN(sched_get_priority_max), "sched_get_priority_max"},
+[4164] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
+[4165] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
[4166] = { 2, 0, SEN(nanosleep), "nanosleep" },
[4167] = { 5, TM|SI, SEN(mremap), "mremap" },
[4168] = { 3, TN, SEN(accept), "accept" },
@@ -239,8 +239,8 @@
[4236] = { 2, TS, SEN(kill), "tkill" },
[4237] = { 4, TD|TN, SEN(sendfile64), "sendfile64" },
[4238] = { 6, 0, SEN(futex), "futex" },
-[4239] = { 3, TSC, SEN(sched_setaffinity), "sched_setaffinity" },
-[4240] = { 3, TSC, SEN(sched_getaffinity), "sched_getaffinity" },
+[4239] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
+[4240] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
[4241] = { 2, TM, SEN(io_setup), "io_setup" },
[4242] = { 1, TM, SEN(io_destroy), "io_destroy" },
[4243] = { 5, 0, SEN(io_getevents), "io_getevents" },
@@ -349,8 +349,8 @@
[4346] = { 6, 0, SEN(process_vm_writev), "process_vm_writev" },
[4347] = { 5, 0, SEN(kcmp), "kcmp" },
[4348] = { 3, TD, SEN(finit_module), "finit_module" },
-[4349] = { 3, TSC, SEN(sched_setattr), "sched_setattr" },
-[4350] = { 4, TSC, SEN(sched_getattr), "sched_getattr" },
+[4349] = { 3, 0, SEN(sched_setattr), "sched_setattr" },
+[4350] = { 4, 0, SEN(sched_getattr), "sched_getattr" },
[4351] = { 5, TD|TF, SEN(renameat2), "renameat2" },
[4352] = { 3, 0, SEN(seccomp), "seccomp" },
[4353] = { 3, 0, SEN(getrandom), "getrandom" },