forked from premiere/premiere-libtorrent
updates to parse_sample.py
This commit is contained in:
parent
11f3dd2c4c
commit
3bb79824ed
|
@ -76,6 +76,8 @@ for l in f:
|
||||||
if 'pthread_mutex_lock' == fun: fold = indentation
|
if 'pthread_mutex_lock' == fun: fold = indentation
|
||||||
if 'pthread_mutex_unlock' == fun: fold = indentation
|
if 'pthread_mutex_unlock' == fun: fold = indentation
|
||||||
if 'std::string::append' in 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 = []
|
list = []
|
||||||
for k in fun_samples:
|
for k in fun_samples:
|
||||||
|
|
Loading…
Reference in New Issue