Bug 762856 (GLUSTER-1124)

Summary: run 'gcov' and 'gprof' on codebase
Product: [Community] GlusterFS Reporter: Amar Tumballi <amarts>
Component: buildAssignee: Amar Tumballi <amarts>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: mainlineCC: gluster-bugs, vijay, vraman
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Amar Tumballi 2010-07-15 12:28:24 UTC
current way of building glusterfs is not suitable to run 'gcov' and 'gprof' on codebase, as gcov runs on only statically linked files, and not shared files (or library files). Hence we can get only gcov of 'glusterfsd.c', it should be possible to link all the files together so we can run gcov on codebase.

Regards,
Amar

Comment 1 Amar Tumballi 2010-07-19 07:07:42 UTC
we can get profiling done based on 'callgrind', we have to evaluate other methods if any..