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

/external/valgrind/main/coregrind/
H A Dm_stacktrace.c55 /* Take a snapshot of the client's stack, putting up to 'max_n_ips'
70 /*OUT*/Addr* ips, UInt max_n_ips,
89 /* Snaffle IPs from the client's stack into ips[0 .. max_n_ips-1],
101 VG_(printf)("max_n_ips=%d fp_min=0x%lx fp_max_orig=0x%lx, "
103 max_n_ips, fp_min, fp_max_orig, fp_max,
146 if (i >= max_n_ips)
226 /*OUT*/Addr* ips, UInt max_n_ips,
245 /* Snaffle IPs from the client's stack into ips[0 .. max_n_ips-1],
265 VG_(printf)("max_n_ips=%d fp_min=0x%lx fp_max_orig=0x%lx, "
267 max_n_ips, fp_mi
69 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
225 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
399 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
586 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
680 get_StackTrace_wrk( ThreadId tid_if_known, Addr* ips, UInt max_n_ips, Addr* sps, Addr* fps, UnwindStartRegs* startRegs, Addr fp_max_orig ) argument
767 get_StackTrace( ThreadId tid, StackTrace ips, UInt max_n_ips, StackTrace sps, StackTrace fps, Word first_ip_delta ) argument
[all...]

Completed in 123 milliseconds