updates to parse_sample.py

This commit is contained in:
Arvid Norberg 2010-09-01 02:59:22 +00:00
parent 11f3dd2c4c
commit 3bb79824ed
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ for l in f:
if 'pthread_mutex_lock' == fun: fold = indentation
if 'pthread_mutex_unlock' == fun: fold = indentation
if 'std::string::append' in fun: fold = indentation
if 'getipnodebyname' == fun: fold = indentation
if '__gnu_debug::_Safe_iterator<std::' in fun: fold = indentation
list = []
for k in fun_samples: