Searched refs:ncalls (Results 1 - 25 of 38) sorted by relevance

12

/netbsd-current/tests/lib/libexecinfo/
H A Dt_backtrace.c45 void myfunc3(size_t ncalls);
46 void myfunc2(size_t ncalls);
47 void myfunc1(size_t origcalls, volatile size_t ncalls);
48 void myfunc(size_t ncalls);
53 myfunc3(size_t ncalls) argument
70 void *buffer[ncalls + 10];
86 printf("got nptrs=%zu ncalls=%zu (min_frames: %zu, max_frames: %zu)\n",
87 nptrs, ncalls, min_frames, max_frames);
93 ATF_REQUIRE(nptrs >= ncalls + 2 + min_frames);
94 ATF_REQUIRE(nptrs <= ncalls
117 myfunc2(size_t ncalls) argument
126 myfunc1(size_t origcalls, volatile size_t ncalls) argument
138 myfunc(size_t ncalls) argument
[all...]
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-signal.c87 unsigned int ncalls; member in struct:timer_ctx
94 unsigned int ncalls; member in struct:signal_ctx
104 if (++ctx->ncalls == NSIGNALS) {
117 ASSERT(++ctx->ncalls == 1);
128 if (++ctx->ncalls == NSIGNALS)
137 ctx->ncalls = 0;
149 ctx->ncalls = 0;
166 ASSERT(tc.ncalls == NSIGNALS);
167 ASSERT(sc.ncalls == NSIGNALS);
171 ASSERT(tc.ncalls
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Dbasic_blocks.c96 if (left->ncalls < right->ncalls)
98 else if (left->ncalls > right->ncalls)
124 bfd_vma addr, ncalls;
146 if ((fread (&ncalls, sizeof (ncalls), 1, ifp) != 1)
157 || gmon_io_read_vma (ifp, &ncalls))
176 sym->name, sym->line_num, (unsigned long) ncalls));
183 sym->bb_calls[i] += ncalls;
123 bfd_vma addr, ncalls; local
343 unsigned long ncalls; local
[all...]
H A Dsource.h30 unsigned long ncalls; /* # of "calls" to this file. */
29 unsigned long ncalls; /* # of "calls" to this file. */ member in struct:source_file
H A Dhist.c504 if (ignore_zeros && sym->ncalls == 0 && sym->hist.time == 0)
518 if (sym->ncalls != 0)
520 sym->ncalls, scale * sym->hist.time / hz / sym->ncalls,
521 scale * (sym->hist.time + sym->cg.child_time) / hz / sym->ncalls);
553 if (right->ncalls > left->ncalls)
556 if (right->ncalls < left->ncalls)
619 if (sym->ncalls !
[all...]
H A Dsymtab.h57 unsigned long ncalls; /* How many times executed */
56 unsigned long ncalls; /* How many times executed */ member in struct:sym
H A Dcg_arcs.c204 if (child->ncalls == 0)
211 / ((double) child->ncalls));
213 * (((double) arc->count) / ((double) child->ncalls));
235 child->cg.child_time, arc->count, child->ncalls);
345 cyc->ncalls += arc->count;
384 if (child->ncalls != 0)
387 * (((double) arc->count) / ((double) child->ncalls));
414 if (head->ncalls != 0)
417 * (((double) arc->count) / ((double) head->ncalls));
578 if (left->ncalls > righ
[all...]
H A Dcg_print.c126 cyc->cg.prop.self / hz, cyc->cg.prop.child / hz, cyc->ncalls);
144 unsigned long left_calls = left->ncalls + left->cg.self_calls;
145 unsigned long right_calls = right->ncalls + right->cg.self_calls;
204 member->ncalls);
240 left->count, left_child->ncalls);
246 right->count, right_child->ncalls);
390 arc->count, cycle_head->ncalls);
462 arc->count, child->cg.cyc.head->ncalls);
482 if ((np->ncalls + np->cg.self_calls) != 0)
484 printf (" %7lu", np->ncalls);
[all...]
H A Dcall_graph.c67 child->ncalls += count;
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Dbasic_blocks.c96 if (left->ncalls < right->ncalls)
98 else if (left->ncalls > right->ncalls)
124 bfd_vma addr, ncalls;
146 if ((fread (&ncalls, sizeof (ncalls), 1, ifp) != 1)
157 || gmon_io_read_vma (ifp, &ncalls))
176 sym->name, sym->line_num, (unsigned long) ncalls));
183 sym->bb_calls[i] += ncalls;
123 bfd_vma addr, ncalls; local
343 unsigned long ncalls; local
[all...]
H A Dsource.h30 unsigned long ncalls; /* # of "calls" to this file. */
29 unsigned long ncalls; /* # of "calls" to this file. */ member in struct:source_file
H A Dsymtab.h57 unsigned long ncalls; /* How many times executed */
56 unsigned long ncalls; /* How many times executed */ member in struct:sym
H A Dcg_arcs.c204 if (child->ncalls == 0)
211 / ((double) child->ncalls));
213 * (((double) arc->count) / ((double) child->ncalls));
235 child->cg.child_time, arc->count, child->ncalls);
345 cyc->ncalls += arc->count;
384 if (child->ncalls != 0)
387 * (((double) arc->count) / ((double) child->ncalls));
414 if (head->ncalls != 0)
417 * (((double) arc->count) / ((double) head->ncalls));
578 if (left->ncalls > righ
[all...]
H A Dhist.c504 if (ignore_zeros && sym->ncalls == 0 && sym->hist.time == 0)
518 if (sym->ncalls != 0)
520 sym->ncalls, scale * sym->hist.time / hz / sym->ncalls,
521 scale * (sym->hist.time + sym->cg.child_time) / hz / sym->ncalls);
553 if (right->ncalls > left->ncalls)
556 if (right->ncalls < left->ncalls)
619 if (sym->ncalls !
[all...]
H A Dcg_print.c126 cyc->cg.prop.self / hz, cyc->cg.prop.child / hz, cyc->ncalls);
144 unsigned long left_calls = left->ncalls + left->cg.self_calls;
145 unsigned long right_calls = right->ncalls + right->cg.self_calls;
204 member->ncalls);
240 left->count, left_child->ncalls);
246 right->count, right_child->ncalls);
390 arc->count, cycle_head->ncalls);
462 arc->count, child->cg.cyc.head->ncalls);
482 if ((np->ncalls + np->cg.self_calls) != 0)
484 printf (" %7lu", np->ncalls);
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Dbasic_blocks.c96 if (left->ncalls < right->ncalls)
98 else if (left->ncalls > right->ncalls)
124 bfd_vma addr, ncalls;
146 if ((fread (&ncalls, sizeof (ncalls), 1, ifp) != 1)
157 || gmon_io_read_vma (ifp, &ncalls))
176 sym->name, sym->line_num, (unsigned long) ncalls));
183 sym->bb_calls[i] += ncalls;
123 bfd_vma addr, ncalls; local
343 unsigned long ncalls; local
[all...]
H A Dsource.h30 unsigned long ncalls; /* # of "calls" to this file. */
29 unsigned long ncalls; /* # of "calls" to this file. */ member in struct:source_file
H A Dhist.c504 if (ignore_zeros && sym->ncalls == 0 && sym->hist.time == 0)
518 if (sym->ncalls != 0)
520 sym->ncalls, scale * sym->hist.time / hz / sym->ncalls,
521 scale * (sym->hist.time + sym->cg.child_time) / hz / sym->ncalls);
553 if (right->ncalls > left->ncalls)
556 if (right->ncalls < left->ncalls)
619 if (sym->ncalls !
[all...]
H A Dsymtab.h57 unsigned long ncalls; /* How many times executed */
56 unsigned long ncalls; /* How many times executed */ member in struct:sym
H A Dcg_arcs.c204 if (child->ncalls == 0)
211 / ((double) child->ncalls));
213 * (((double) arc->count) / ((double) child->ncalls));
235 child->cg.child_time, arc->count, child->ncalls);
345 cyc->ncalls += arc->count;
384 if (child->ncalls != 0)
387 * (((double) arc->count) / ((double) child->ncalls));
414 if (head->ncalls != 0)
417 * (((double) arc->count) / ((double) head->ncalls));
578 if (left->ncalls > righ
[all...]
H A Dcg_print.c126 cyc->cg.prop.self / hz, cyc->cg.prop.child / hz, cyc->ncalls);
144 unsigned long left_calls = left->ncalls + left->cg.self_calls;
145 unsigned long right_calls = right->ncalls + right->cg.self_calls;
204 member->ncalls);
240 left->count, left_child->ncalls);
246 right->count, right_child->ncalls);
390 arc->count, cycle_head->ncalls);
462 arc->count, child->cg.cyc.head->ncalls);
482 if ((np->ncalls + np->cg.self_calls) != 0)
484 printf (" %7lu", np->ncalls);
[all...]
/netbsd-current/external/bsd/libevent/dist/
H A Devmap-internal.h87 void evmap_signal_active_(struct event_base *base, evutil_socket_t signum, int ncalls);
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devmap-internal.h88 void evmap_signal_active_(struct event_base *base, evutil_socket_t signum, int ncalls);
/netbsd-current/sys/arch/x86/x86/
H A Dgenfb_machdep.c181 static int ncalls = 0; local
188 ++ncalls;
189 if (ncalls < 3)
/netbsd-current/sys/coda/
H A Dcoda_subr.c203 coda_clstat.ncalls++;
346 coda_clstat.ncalls++;
362 coda_clstat.ncalls++;
386 coda_clstat.ncalls++;
411 coda_clstat.ncalls++;
442 coda_clstat.ncalls++;

Completed in 376 milliseconds

12