Home
last modified time | relevance | path

Searched refs:exclude_first_entry (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/massif/
Dms_main.c822 Int get_IPs( ThreadId tid, Bool exclude_first_entry, Addr ips[]) in get_IPs() argument
860 n_alloc_fns_removed = ( exclude_first_entry ? 1 : 0 ); in get_IPs()
892 static XPt* get_XCon( ThreadId tid, Bool exclude_first_entry ) in get_XCon() argument
899 Int n_ips = get_IPs(tid, exclude_first_entry, ips); in get_XCon()
1501 Bool exclude_first_entry, Bool maybe_snapshot ) in record_block() argument
1514 hc->where = get_XCon( tid, exclude_first_entry ); in record_block()