Searched refs:source (Results 1 – 9 of 9) sorted by relevance
/kernel/gcov/ |
D | gcov.h | 69 void gcov_info_add(struct gcov_info *dest, struct gcov_info *source);
|
/kernel/module/ |
D | Kconfig | 85 sum of the source files which made it. This helps maintainers 86 see exactly which source was used to build a module (since 87 others sometimes change the module source without updating 314 source tree.
|
D | procfs.c | 29 seq_printf(m, "%s,", use->source->name); in print_unload_info()
|
D | main.c | 568 if (use->source == a) { in already_uses() 593 use->source = a; in add_module_usage()
|
/kernel/bpf/ |
D | Kconfig | 88 source "kernel/bpf/preload/Kconfig"
|
/kernel/trace/ |
D | Kconfig | 426 note of the entry and exit point of any source of interferences, 428 counter for each source of interference. The interference counter for 433 noise. In this way, osnoise can account for any source of 439 facilitate the identification of the osnoise source. 469 events can be used to trace the source of interference from NMI, 768 data source. Synthetic events can be generated indirectly 1117 source "kernel/trace/rv/Kconfig"
|
/kernel/printk/ |
D | printk.c | 520 static int check_syslog_permissions(int type, int source) in check_syslog_permissions() argument 526 if (source == SYSLOG_FROM_PROC && type != SYSLOG_ACTION_OPEN) in check_syslog_permissions() 1658 int do_syslog(int type, char __user *buf, int len, int source) in do_syslog() argument 1665 error = check_syslog_permissions(type, source); in do_syslog() 1737 if (source == SYSLOG_FROM_PROC) { in do_syslog()
|
/kernel/locking/ |
D | lockdep.c | 1873 struct lock_class *source = hlock_class(src); in print_circular_lock_scenario() local 1890 if (parent != source) { in print_circular_lock_scenario() 1892 __print_lock_name(source); in print_circular_lock_scenario() 1913 __print_lock_name(source); in print_circular_lock_scenario()
|
/kernel/power/ |
D | Kconfig | 170 Allow user space to create, activate and deactivate wakeup source
|