Home
last modified time | relevance | path

Searched refs:subsystem (Results 1 – 10 of 10) sorted by relevance

/kernel/time/
DKconfig3 # Timer subsystem related configuration options
65 menu "Timers subsystem"
139 support the context tracking subsystem. But there are also
150 dynticks subsystem by forcing the context tracking on all
/kernel/trace/
Dtrace_events.c716 __get_system(dir->subsystem); in __get_system_dir()
723 WARN_ON_ONCE(system_refcount(dir->subsystem) == 1 && dir->ref_count != 1); in __put_system_dir()
725 __put_system(dir->subsystem); in __put_system_dir()
1199 struct event_subsystem *system = dir->subsystem; in system_enable_read()
1245 struct event_subsystem *system = dir->subsystem; in system_enable_write()
1512 system = dir->subsystem; in subsystem_open()
1576 if (dir->subsystem) in subsystem_release()
1589 struct event_subsystem *system = dir->subsystem; in subsystem_filter_read()
2060 system = dir->subsystem; in event_subsystem_dir()
2098 dir->subsystem = system; in event_subsystem_dir()
[all …]
Dtrace_probe.h447 const char *subsystem; member
453 void trace_probe_log_init(const char *subsystem, int argc, const char **argv);
Dtrace_probe.c145 void trace_probe_log_init(const char *subsystem, int argc, const char **argv) in trace_probe_log_init() argument
147 trace_probe_log.subsystem = subsystem; in trace_probe_log_init()
201 tracing_log_err(NULL, trace_probe_log.subsystem, command, in __trace_probe_log_err()
DKconfig157 Enable developer to setup ftrace subsystem via supplemental
773 bool "Enable GCOV profiling on ftrace subsystem"
776 Enable GCOV profiling on ftrace subsystem for checking
Dtrace.h1445 struct event_subsystem *subsystem; member
Dtrace_events_filter.c1944 struct event_subsystem *system = dir->subsystem; in apply_subsystem_event_filter()
/kernel/irq/
DKconfig2 menu "IRQ subsystem"
/kernel/printk/
Dprintk.c668 dev_info->subsystem); in msg_print_ext_body()
1001 VMCOREINFO_OFFSET(dev_printk_info, subsystem); in log_buf_vmcoreinfo_setup()
1002 VMCOREINFO_LENGTH(printk_info_subsystem, sizeof(dev_info->subsystem)); in log_buf_vmcoreinfo_setup()
/kernel/power/
DKconfig335 The exact usage of the energy model is subsystem-dependent.