LCOV - code coverage report
Current view: top level - strace_git - sigreturn.c (source / functions) Hit Total Coverage
Test: strace-4.16.0.69.f1ea-dirty Code Coverage Lines: 3 3 100.0 %
Date: 2017-03-18 00:38:52 Functions: 1 1 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : #include "defs.h"
       2                 :            : #include "nsig.h"
       3                 :            : #include "regs.h"
       4                 :            : #include "ptrace.h"
       5                 :            : 
       6                 :            : #if defined HAVE_ASM_SIGCONTEXT_H && !defined HAVE_STRUCT_SIGCONTEXT
       7                 :            : # include <asm/sigcontext.h>
       8                 :            : #endif
       9                 :            : 
      10                 :            : #include "arch_sigreturn.c"
      11                 :            : 
      12                 :          1 : SYS_FUNC(sigreturn)
      13                 :            : {
      14                 :          1 :         arch_sigreturn(tcp);
      15                 :            : 
      16                 :          1 :         return RVAL_DECODED;
      17                 :            : }

Generated by: LCOV version 1.12