Searched refs:functions (Results 1 – 8 of 8) sorted by relevance
/kernel/gcov/ |
D | gcc_4_7.c | 105 struct gcov_fn_info **functions; member 214 ci_ptr = info->functions[fi_idx]->ctrs; in gcov_info_reset() 255 dci_ptr = dst->functions[fi_idx]->ctrs; in gcov_info_add() 256 sci_ptr = src->functions[fi_idx]->ctrs; in gcov_info_add() 295 dup->functions = NULL; in gcov_info_dup() 301 dup->functions = kcalloc(info->n_functions, in gcov_info_dup() 303 if (!dup->functions) in gcov_info_dup() 311 dup->functions[fi_idx] = kzalloc(fi_size, GFP_KERNEL); in gcov_info_dup() 312 if (!dup->functions[fi_idx]) in gcov_info_dup() 315 *(dup->functions[fi_idx]) = *(info->functions[fi_idx]); in gcov_info_dup() [all …]
|
D | clang.c | 64 struct list_head functions; member 90 INIT_LIST_HEAD(&info->functions); in llvm_gcov_init() 124 list_add_tail(&info->head, ¤t_info->functions); in llvm_gcda_emit_function() 130 struct gcov_fn_info *info = list_last_entry(¤t_info->functions, in llvm_gcda_emit_arcs() 229 list_for_each_entry(fn, &info->functions, head) in gcov_info_reset() 244 &info1->functions, struct gcov_fn_info, head); in gcov_info_is_compatible() 246 &info2->functions, struct gcov_fn_info, head); in gcov_info_is_compatible() 252 while (!list_is_last(&fn_ptr1->head, &info1->functions) && in gcov_info_is_compatible() 253 !list_is_last(&fn_ptr2->head, &info2->functions)) { in gcov_info_is_compatible() 261 return list_is_last(&fn_ptr1->head, &info1->functions) && in gcov_info_is_compatible() [all …]
|
/kernel/ |
D | Kconfig.locks | 95 # lock_* functions are inlined when: 98 # trylock_* functions are inlined when: 101 # unlock and unlock_irq functions are inlined when: 106 # unlock_bh and unlock_irqrestore functions are inlined when:
|
/kernel/trace/ |
D | Kconfig | 215 Its first purpose is to trace the duration of functions and 231 image. When this is enabled, functions can be individually 232 enabled, and the functions not enabled will not affect 268 entries and exits. This also can probe multiple functions by one 281 zero is entered, profiling stops. A "functions" file is created in 282 the trace_stat directory; this file shows the list of functions that 668 functions are protected from kprobe-events to prevent an infinite 673 events on ftrace functions for debugging ftrace by itself. 898 bool "Record functions that recurse in function tracing" 904 file system called "recursed_functions" that will list the functions [all …]
|
D | ftrace.c | 584 int functions; in ftrace_profile_pages_init() local 597 functions = ftrace_update_tot_cnt; in ftrace_profile_pages_init() 606 functions = 20000; in ftrace_profile_pages_init() 611 pages = DIV_ROUND_UP(functions, PROFILES_PER_PAGE); in ftrace_profile_pages_init()
|
/kernel/livepatch/ |
D | Kconfig | 19 a patch, causing calls to patched functions to be redirected
|
/kernel/time/ |
D | Kconfig | 68 tristate "KUnit test for kernel/time functions" if !KUNIT_ALL_TESTS 72 Enable this option to test RTC library functions.
|
/kernel/power/ |
D | Kconfig | 252 functions from <linux/resume-trace.h> as well as the
|