/dflybsd-src/contrib/binutils-2.27/gprof/ |
H A D | fsf_callg_bl.m | 27 only includes non-recursive calls, and is followed by 28 a `+' and the number of recursive calls. 46 was called. Recursive calls to the function are not 68 was called. Recursive calls by the child are not 79 The `+' recursive calls entry shows the number of function calls that 80 were internal to the cycle, and the calls entry for each member shows,
|
H A D | bsd_callg_bl.m | 25 than recursive calls). 27 self the number of times this function calls itself 41 which is due to calls from this parent. 45 descendent time which is due to calls from this
|
H A D | gprof.texi | 150 Cycles are discovered, and calls into a cycle are made to share the time 251 suggest places where you might try to eliminate function calls that use a 307 time seconds seconds calls Ts/call Ts/call name 319 necessary, but doing this gives you number-of-calls information for 346 will not affect the flat profile (except that the @code{calls} field for 361 calls to special user supplied instrumentation routines at the entry 394 directory} at the time it exits. This means that if your program calls 664 functions, calls to/from them, etc., will all be attributed to the 673 file and identifies function calls in the binary machine code. 910 when its subroutine calls are included. [all …]
|
H A D | gprof.info | 98 function calls that use a lot of time. *Note The Call Graph: Call 149 time seconds seconds calls Ts/call Ts/call name 160 you number-of-calls information for standard library functions such as 182 (except that the `calls' field for the functions will be blank), but 195 `-finstrument-functions' command line option which will insert calls to 233 directory_ at the time it exits. This means that if your program calls 484 spent in these functions, calls to/from them, etc., will all be 493 object file and identifies function calls in the binary machine 721 when its subroutine calls are included. 734 with no apparent time spent in them, and no apparent calls to them, are [all …]
|
/dflybsd-src/contrib/binutils-2.34/gprof/ |
H A D | fsf_callg_bl.m | 27 only includes non-recursive calls, and is followed by 28 a `+' and the number of recursive calls. 46 was called. Recursive calls to the function are not 68 was called. Recursive calls by the child are not 79 The `+' recursive calls entry shows the number of function calls that 80 were internal to the cycle, and the calls entry for each member shows,
|
H A D | bsd_callg_bl.m | 25 than recursive calls). 27 self the number of times this function calls itself 41 which is due to calls from this parent. 45 descendent time which is due to calls from this
|
/dflybsd-src/sys/netproto/802_11/ |
H A D | README.DRAGONFLY | 23 In kmalloc calls, M_NOWAIT -> M_INTWAIT 25 * mbuf related calls 59 must use our API calls and not test the flag(s) directly. 61 * Change all struct mtx and related locking api calls and macros 72 * msleep() calls typically have to become lksleep() calls. However,
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | rtl-chkp.c | 233 bounds = targetm.calls.load_bounds_for_arg (value, ptr, bounds); in chkp_emit_bounds_store() 235 targetm.calls.store_bounds_for_arg (ptr, mem, in chkp_emit_bounds_store() 263 targetm.calls.store_bounds_for_arg (ptr, slot, reg, NULL); in chkp_emit_bounds_store() 296 bnd = targetm.calls.load_bounds_for_arg (ptr, tmp, NULL); in chkp_copy_bounds_for_stack_parm() 297 targetm.calls.store_bounds_for_arg (tmp, to, bnd, NULL); in chkp_copy_bounds_for_stack_parm()
|
H A D | calls.c | 238 const int bit_val = targetm.calls.custom_function_descriptors; in prepare_call_address() 246 rtx chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address() 322 chain = targetm.calls.static_chain (fndecl_or_type, false); in prepare_call_address() 398 n_popped += targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1() 948 return targetm.calls.pass_by_reference (pack_cumulative_args (ca), mode, in pass_by_reference() 961 return targetm.calls.callee_copies (pack_cumulative_args (ca), mode, type, in reference_callee_copied() 2027 if (targetm.calls.split_complex_arg in initialize_argument_information() 2030 && targetm.calls.split_complex_arg (argtype)) in initialize_argument_information() 2227 targetm.calls.warn_parameter_passing_abi (args_so_far, type); in initialize_argument_information() 2229 args[i].reg = targetm.calls.function_arg (args_so_far, mode, type, in initialize_argument_information() [all …]
|
H A D | function.c | 2103 if (targetm.calls.return_in_memory (type, fntype)) in aggregate_value_p() 2176 || (targetm.calls.struct_value_rtx in use_register_for_decl() 2194 if (!targetm.calls.allocate_stack_slots_for_args ()) in use_register_for_decl() 2222 if (!targetm.calls.allocate_stack_slots_for_args ()) in use_register_for_decl() 2330 && targetm.calls.split_complex_arg (type)) in split_complex_args() 2385 && targetm.calls.struct_value_rtx (TREE_TYPE (fndecl), 1) == 0) in assign_parms_augmented_arg_list() 2425 if (targetm.calls.split_complex_arg) in assign_parms_augmented_arg_list() 2450 else if (targetm.calls.strict_argument_naming (all->args_so_far)) in assign_parm_find_data_types() 2515 targetm.calls.setup_incoming_varargs (all->args_so_far, in assign_parms_setup_varargs() 2544 targetm.calls.warn_parameter_passing_abi (all->args_so_far, in assign_parm_find_entry_rtl() [all …]
|
H A D | mode-switching.c | 292 && (targetm.calls.function_value_regno_p in create_pre_exit() 361 if (!targetm.calls.function_value_regno_p (copy_start)) in create_pre_exit() 389 && targetm.calls.function_value_regno_p in create_pre_exit() 414 || !targetm.calls.function_value_regno_p in create_pre_exit()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | calls.c | 194 chain = targetm.calls.static_chain (fndecl, false); in prepare_call_address() 261 = targetm.calls.return_pops_args (fndecl, funtype, stack_size); in emit_call_1() 1112 if (targetm.calls.split_complex_arg in initialize_argument_information() 1115 && targetm.calls.split_complex_arg (argtype)) in initialize_argument_information() 1258 args[i].reg = targetm.calls.function_arg (args_so_far, mode, type, in initialize_argument_information() 1264 if (targetm.calls.function_incoming_arg != targetm.calls.function_arg) in initialize_argument_information() 1266 = targetm.calls.function_incoming_arg (args_so_far, mode, type, in initialize_argument_information() 1273 = targetm.calls.arg_partial_bytes (args_so_far, mode, type, in initialize_argument_information() 1276 args[i].pass_on_stack = targetm.calls.must_pass_in_stack (mode, type); in initialize_argument_information() 1324 targetm.calls.function_arg_advance (args_so_far, TYPE_MODE (type), in initialize_argument_information() [all …]
|
H A D | function.c | 2019 if (targetm.calls.return_in_memory (type, fntype)) in aggregate_value_p() 2046 if (!targetm.calls.allocate_stack_slots_for_args()) in use_register_for_decl() 2123 return targetm.calls.pass_by_reference (pack_cumulative_args (ca), mode, in pass_by_reference() 2136 return targetm.calls.callee_copies (pack_cumulative_args (ca), mode, type, in reference_callee_copied() 2215 && targetm.calls.split_complex_arg (type)) in split_complex_args() 2270 && targetm.calls.struct_value_rtx (TREE_TYPE (fndecl), 1) == 0) in VEC() 2290 if (targetm.calls.split_complex_arg) in VEC() 2315 else if (targetm.calls.strict_argument_naming (all->args_so_far)) in assign_parm_find_data_types() 2380 targetm.calls.setup_incoming_varargs (all->args_so_far, in assign_parms_setup_varargs() 2409 entry_parm = targetm.calls.function_incoming_arg (all->args_so_far, in assign_parm_find_entry_rtl() [all …]
|
H A D | target.h | 165 #define CUMULATIVE_ARGS_MAGIC ((void *) &targetm.calls)
|
H A D | tree-call-cdce.c | 836 shrink_wrap_conditional_dead_built_in_calls (VEC (gimple, heap) *calls) in shrink_wrap_conditional_dead_built_in_calls() argument 841 unsigned n = VEC_length (gimple, calls); in shrink_wrap_conditional_dead_built_in_calls() 847 gimple bi_call = VEC_index (gimple, calls, i); in shrink_wrap_conditional_dead_built_in_calls()
|
/dflybsd-src/sbin/mountctl/ |
H A D | mountctl.c | 415 int calls; in mountctl_scan() local 420 calls = 0; in mountctl_scan() 443 ++calls; in mountctl_scan() 449 calls += mountctl_scan(func, keyword, sfs[i].f_mntonname, fd); in mountctl_scan() 455 return(calls); in mountctl_scan()
|
/dflybsd-src/contrib/ncurses/include/ |
H A D | curses.tail | 151 #define TRACE_TPUTS 0x0002 /* trace tputs calls */ 156 #define TRACE_CALLS 0x0020 /* trace all curses calls */ 160 #define TRACE_ICALLS 0x0200 /* trace internal/nested calls */ 161 #define TRACE_CCALLS 0x0400 /* trace per-character calls */
|
/dflybsd-src/doc/ |
H A D | porting_drivers.txt | 87 As for mtx_assert() calls, translate them like this: 98 calls. 112 Most calls passing struct cdev pointers are dev_t's in DragonFly. 117 Strategy calls - we pass BIO's and a lot of BUF fields are in the BIO 230 Not needed on DragonFly, remove these calls
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | cfns.gperf | 34 # exception, unless it calls a program-supplied function that 50 #bsearch -- calls user function which may throw exception 154 #qsort -- calls user function which may throw exception
|
/dflybsd-src/sys/dev/drm/scripts/ |
H A D | linux_spin_locks.cocci | 1 // Replace Linux spin_lock/spin_unlock calls by lockmgr ones
|
H A D | linux_kmalloc.cocci | 1 // Transform Linux kmalloc and krealloc calls by DragonFly-compatible versions
|
/dflybsd-src/lib/libc/locale/ |
H A D | DESIGN.xlocale | 82 is not one that should be encouraged. If you need to make some calls with a 83 modified locale, then you should use the _l suffix versions of the calls, 105 calls to `localeconv()`. This is not protected by any locking, however this is 107 calls will write the same data into the structure.
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | collect2.texi | 18 @cindex constructors, automatic calls 19 The actual calls to the constructors are carried out by a subroutine
|
/dflybsd-src/sys/sys/ |
H A D | _malloc.h | 142 __int64_t calls; /* allocations counter (total) */ member
|
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | simple-object.txh | 32 This function calls @var{pfn} for each section in @var{simple_object}. 33 It calls @var{pfn} with the section name, the offset within the file 174 descriptor. This writes out all the data accumulated by calls to
|