Searched refs:exclude_first_entry (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/massif/ |
H A D | ms_main.c | 822 Int get_IPs( ThreadId tid, Bool exclude_first_entry, Addr ips[]) argument 860 n_alloc_fns_removed = ( exclude_first_entry ? 1 : 0 ); 892 static XPt* get_XCon( ThreadId tid, Bool exclude_first_entry ) 899 Int n_ips = get_IPs(tid, exclude_first_entry, ips); 1501 Bool exclude_first_entry, Bool maybe_snapshot ) 1514 hc->where = get_XCon( tid, exclude_first_entry ); 1564 record_block(tid, p, req_szB, slop_szB, /*exclude_first_entry*/True, 1689 new_where = get_XCon( tid, /*exclude_first_entry*/True); 1806 /*exclude_first_entry*/False, /*maybe_snapshot*/False ); 1810 /*exclude_first_entry*/Fals 1500 record_block( ThreadId tid, void* p, SizeT req_szB, SizeT slop_szB, Bool exclude_first_entry, Bool maybe_snapshot ) argument [all...] |
Completed in 469 milliseconds