On Fri, Jun 24, 2005 at 06:34:32PM +0800, yinyang wrote:
> File `include/asm/arch/bitops.h'
> Lines executed:100.00% of 21
> include/asm/arch/bitops.h:creating `bitops.h.gcov'
> include/asm/arch/bitops.h:cannot open source file
> 
> Any body can tell me why, my kernel version is   2.6.12.
>                                 Thanks 
> 

In my command history I have 

        for f in arch/um/kernel/*.c; do gcov -f -p -o arch/um/kernel $f; done

The -p and -o flags might be what you're after.

                                Jeff


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to