commit | 77a7459536f38dd35364c24719ce5ca5cd6b76bc | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <dvlasenk@redhat.com> | Wed Aug 24 16:56:03 2011 +0200 |
committer | Denys Vlasenko <dvlasenk@redhat.com> | Wed Aug 24 16:56:03 2011 +0200 |
tree | 9f729b4542b66153d771f0b70784daa3912777b8 | |
parent | 8cd1acd46f20b9a8a17c3353141de00bc877c0f1 [diff] |
Do not read syscall no in get_scno_on_sysexit * syscall.c (get_scno_on_sysexit): Remove scno retrieval code, since we don't save it anyway. This is the first real logic change which should make strace faster: for example, on x64 ORIG_EAX is no longer read in each syscall exit. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>