Warning, /Utilities/ReleaseScripts/ignominy/config/IgnominyCMSSW/path.conf is written in an unsupported language. File is not indexed.
0001 ######################################################################
0002 # Symbols to ignore
0003
0004 ######################################################################
0005 # additional output options for packages
0006
0007 ######################################################################
0008 # prefer compiler/standard library symbols
0009
0010 # rank all that fortran stuff... order by the logical source, not how
0011 # we actually do it (cmsim overrides dummies in cernlib, and cobra
0012 # copies parts of cernlib)
0013 symbol prefer /libG3Interface\.so$
0014
0015 ######################################################################
0016 # ignore libraries
0017 scan reject /.+?CMSSW_\d+_\d+_\d+.+?src/(.+?|/.+?)/(bin|html|BuildFile|CVS|doc|.admin|test|ChangeLog|(bin|html|CVS|doc|.admin|test)/.+)$
0018 scan reject /.+?CMSSW_\d+_\d+_\d+.+?/FWCore/(Skeletons|Skeletons/.+)$
0019 scan reject /.+?CMSSW_\d+_\d+_\d+.+?/(Documentation|Documentation/.+)$
0020 option define reject-binary $filepath =~ m/^.+?\/IGNOMINY_\d+_\d+_\d+.+?\/libIgProf\.so$/
0021
0022 ############################################
0023 # ignore calloc and memalign and posix_memalign picked up from jemalloc
0024 symbol ignore T ^calloc$
0025 symbol ignore T ^memalign$
0026 symbol ignore T ^posix_memalign$