Home
last modified time | relevance | path

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

/kernel/time/
DKconfig3 # Timer subsystem related configuration options
86 menu "Timers subsystem"
164 support the user context tracking subsystem. But there are also
175 dynticks subsystem by forcing the user context tracking on all
/kernel/bpf/
DKconfig24 menu "BPF subsystem"
102 endmenu # "BPF subsystem"
/kernel/trace/
Dtrace_events.c958 __get_system(dir->subsystem); in __get_system_dir()
965 WARN_ON_ONCE(system_refcount(dir->subsystem) == 1 && dir->ref_count != 1); in __put_system_dir()
967 __put_system(dir->subsystem); in __put_system_dir()
1441 struct event_subsystem *system = dir->subsystem; in system_enable_read()
1487 struct event_subsystem *system = dir->subsystem; in system_enable_write()
1761 system = dir->subsystem; in subsystem_open()
1822 if (dir->subsystem) in subsystem_release()
1835 struct event_subsystem *system = dir->subsystem; in subsystem_filter_read()
2306 system = dir->subsystem; in event_subsystem_dir()
2344 dir->subsystem = system; in event_subsystem_dir()
[all …]
Dtrace_probe.h467 const char *subsystem; member
473 void trace_probe_log_init(const char *subsystem, int argc, const char **argv);
Dtrace_probe.c147 void trace_probe_log_init(const char *subsystem, int argc, const char **argv) in trace_probe_log_init() argument
149 trace_probe_log.subsystem = subsystem; in trace_probe_log_init()
203 tracing_log_err(NULL, trace_probe_log.subsystem, command, in __trace_probe_log_err()
DKconfig183 Enable developer to setup ftrace subsystem via supplemental
937 bool "Enable GCOV profiling on ftrace subsystem"
940 Enable GCOV profiling on ftrace subsystem for checking
Dtrace.h1313 struct event_subsystem *subsystem; member
Dtrace_events_filter.c2048 struct event_subsystem *system = dir->subsystem; in apply_subsystem_event_filter()
/kernel/irq/
DKconfig2 menu "IRQ subsystem"
/kernel/printk/
Dprintk.c625 dev_info->subsystem); in msg_print_ext_body()
956 VMCOREINFO_OFFSET(dev_printk_info, subsystem); in log_buf_vmcoreinfo_setup()
957 VMCOREINFO_LENGTH(printk_info_subsystem, sizeof(dev_info->subsystem)); in log_buf_vmcoreinfo_setup()
/kernel/power/
DKconfig351 The exact usage of the energy model is subsystem-dependent.