Home
last modified time | relevance | path

Searched refs:n_ips (Results 51 – 69 of 69) sorted by relevance

123

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_stacktrace.c1515 /*OUT*/StackTrace ips, UInt n_ips,
1572 return VG_(get_StackTrace_wrk)(tid, ips, n_ips,
1614 vg_assert( n_ips > 0 );
1619 VG_(apply_StackTrace)( printIpDesc, NULL, ep, ips, n_ips );
1629 UInt n_ips local
1634 VG_(pp_StackTrace)(VG_(current_DiEpoch)(), ips, n_ips);
1640 DiEpoch ep, StackTrace ips, UInt n_ips
1645 vg_assert(n_ips > 0);
1650 for (i = n_ips - 1; i >= 0; i--) {
1653 n_ips = i + 1;
[all …]
H A Dpub_core_stacktrace.h55 /*OUT*/Addr* ips, UInt n_ips,
H A Dm_libcassert.c358 Int n_ips; in show_sched_status_wrk() local
376 n_ips = in show_sched_status_wrk()
386 VG_(pp_StackTrace) (VG_(current_DiEpoch)(), ips, n_ips); in show_sched_status_wrk()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_stacktrace.c1515 /*OUT*/StackTrace ips, UInt n_ips,
1572 return VG_(get_StackTrace_wrk)(tid, ips, n_ips,
1614 vg_assert( n_ips > 0 );
1619 VG_(apply_StackTrace)( printIpDesc, NULL, ep, ips, n_ips );
1629 UInt n_ips local
1634 VG_(pp_StackTrace)(VG_(current_DiEpoch)(), ips, n_ips);
1640 DiEpoch ep, StackTrace ips, UInt n_ips
1645 vg_assert(n_ips > 0);
1650 for (i = n_ips - 1; i >= 0; i--) {
1653 n_ips = i + 1;
[all …]
H A Dpub_core_stacktrace.h55 /*OUT*/Addr* ips, UInt n_ips,
H A Dm_libcassert.c358 Int n_ips; in show_sched_status_wrk() local
376 n_ips = in show_sched_status_wrk()
386 VG_(pp_StackTrace) (VG_(current_DiEpoch)(), ips, n_ips); in show_sched_status_wrk()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/massif/
H A Dms_main.c506 void filter_IPs (Addr* ips, Int n_ips, in filter_IPs() argument
514 *n_ips_sel = n_ips; in filter_IPs()
524 for (i = *top; i < n_ips; i++) { in filter_IPs()
539 for (i = *top; i < n_ips && !top_has_fnname; i++) { in filter_IPs()
545 *top = n_ips; in filter_IPs()
559 Int mbm = VG_(XT_offset_main_or_below_main)(cur_ep, ips, n_ips); in filter_IPs()
567 *n_ips_sel -= n_ips - mbm - 1; in filter_IPs()
568 VERB(4, "main/below main: filtering %d\n", n_ips - mbm - 1); in filter_IPs()
591 if (n_ips > 1) { in make_ec()
596 return VG_(make_ExeContext_from_StackTrace)(ips+1, n_ips-1); in make_ec()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/massif/
H A Dms_main.c506 void filter_IPs (Addr* ips, Int n_ips, in filter_IPs() argument
514 *n_ips_sel = n_ips; in filter_IPs()
524 for (i = *top; i < n_ips; i++) { in filter_IPs()
539 for (i = *top; i < n_ips && !top_has_fnname; i++) { in filter_IPs()
545 *top = n_ips; in filter_IPs()
559 Int mbm = VG_(XT_offset_main_or_below_main)(cur_ep, ips, n_ips); in filter_IPs()
567 *n_ips_sel -= n_ips - mbm - 1; in filter_IPs()
568 VERB(4, "main/below main: filtering %d\n", n_ips - mbm - 1); in filter_IPs()
591 if (n_ips > 1) { in make_ec()
596 return VG_(make_ExeContext_from_StackTrace)(ips+1, n_ips-1); in make_ec()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_execontext.h124 ExeContext* VG_(make_ExeContext_from_StackTrace)( const Addr* ips, UInt n_ips );
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_execontext.h124 ExeContext* VG_(make_ExeContext_from_StackTrace)( const Addr* ips, UInt n_ips );
/dports/lang/spidermonkey60/firefox-60.9.0/build/debian-packages/
H A Dvalgrind-wheezy.diff1410 + vg_assert(n_ips > 0);
1417 + n_ips);
1981 + vg_assert( n_ips > 0 );
1995 +- VG_(pp_StackTrace)(ips, n_ips);
2003 +- StackTrace ips, UInt n_ips
2015 + n_ips = i + 1;
2019 + for (i = 0; i < n_ips; i++)
2199 + for (i = n_ips - 1 - deepest_main;
2200 + i < n_ips;
3188 +- VG_(pp_StackTrace) (ips, n_ips);
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_errors.h66 void HG_(print_access) (StackTrace ips, UInt n_ips,
H A Dlibhb.h162 typedef void (*Access_t) (StackTrace ips, UInt n_ips,
H A Dhg_errors.c1278 void HG_(print_access) (StackTrace ips, UInt n_ips, in HG_()
1316 VG_(pp_StackTrace)( VG_(current_DiEpoch)(), ips, n_ips ); in HG_()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_errors.h66 void HG_(print_access) (StackTrace ips, UInt n_ips,
H A Dlibhb.h162 typedef void (*Access_t) (StackTrace ips, UInt n_ips,
H A Dhg_errors.c1278 void HG_(print_access) (StackTrace ips, UInt n_ips, in HG_()
1316 VG_(pp_StackTrace)( VG_(current_DiEpoch)(), ips, n_ips ); in HG_()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/
H A DNEWS237 391861 Massif Assertion 'n_ips >= 1 && n_ips <= VG_(clo_backtrace_size)'
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/
H A DNEWS237 391861 Massif Assertion 'n_ips >= 1 && n_ips <= VG_(clo_backtrace_size)'

123