LCOV - code coverage report
Current view: top level - arch/x86/um/os-Linux - prctl.c (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 2 0.0 %
Date: 2023-03-27 20:00:47 Functions: 0 1 0.0 %

          Line data    Source code
       1             : /*
       2             :  * Copyright (C) 2007 Jeff Dike (jdike@{addtoit.com,linux.intel.com})
       3             :  * Licensed under the GPL
       4             :  */
       5             : 
       6             : #include <sys/ptrace.h>
       7             : #include <asm/ptrace.h>
       8             : 
       9           0 : int os_arch_prctl(int pid, int option, unsigned long *arg2)
      10             : {
      11           0 :         return ptrace(PTRACE_ARCH_PRCTL, pid, (unsigned long) arg2, option);
      12             : }

Generated by: LCOV version 1.14