Searched defs:exclude_first_entry (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/massif/
H A Dms_main.c861 Int get_IPs( ThreadId tid, Bool exclude_first_entry, Addr ips[]) argument
900 n_alloc_fns_removed = ( exclude_first_entry ? 1 : 0 );
931 static XPt* get_XCon( ThreadId tid, Bool exclude_first_entry )
938 Int n_ips = get_IPs(tid, exclude_first_entry, ips);
1540 Bool exclude_first_entry, Bool maybe_snapshot )
1553 hc->where = get_XCon( tid, exclude_first_entry );
1603 record_block(tid, p, req_szB, slop_szB, /*exclude_first_entry*/True,
1728 new_where = get_XCon( tid, /*exclude_first_entry*/True);
1844 /*exclude_first_entry*/False, /*maybe_snapshot*/False );
1848 /*exclude_first_entry*/Fals
1539 record_block( ThreadId tid, void* p, SizeT req_szB, SizeT slop_szB, Bool exclude_first_entry, Bool maybe_snapshot ) argument
[all...]

Completed in 54 milliseconds