Home
last modified time | relevance | path

Searched refs:space (Results 1 – 5 of 5) sorted by relevance

/kernel/power/
DKconfig30 user-space before invoking suspend. There's a run-time switch
167 bool "User space wakeup sources interface"
170 Allow user space to create, activate and deactivate wakeup source
174 int "Maximum number of user space wakeup sources (0 = no limit)"
180 bool "Garbage collector for user space wakeup sources"
210 fields of device objects from user space. If you are not a kernel
285 battery status information, and user-space programs will receive
/kernel/trace/
Dtrace_events_synth.c324 int size, u64 val, char *space) in print_synth_event_num_val() argument
328 trace_seq_printf(s, print_fmt, name, (u8)val, space); in print_synth_event_num_val()
332 trace_seq_printf(s, print_fmt, name, (u16)val, space); in print_synth_event_num_val()
336 trace_seq_printf(s, print_fmt, name, (u32)val, space); in print_synth_event_num_val()
340 trace_seq_printf(s, print_fmt, name, val, space); in print_synth_event_num_val()
417 char *space = (i == se->n_fields - 1 ? "" : " "); in print_synth_event() local
423 space); in print_synth_event()
DKconfig694 of perf tools on user space applications.
818 Allow user-space to inject a specific trace event into the ring
874 instead of their values. This can cause problems for user space tools
875 that use this string to parse the raw data as user space does not know
Dtrace.c4281 static const char space[] = " "; in print_func_help_header_irq() local
4286 seq_printf(m, "# %.*s _-----=> irqs-off/BH-disabled\n", prec, space); in print_func_help_header_irq()
4287 seq_printf(m, "# %.*s / _----=> need-resched\n", prec, space); in print_func_help_header_irq()
4288 seq_printf(m, "# %.*s| / _---=> hardirq/softirq\n", prec, space); in print_func_help_header_irq()
4289 seq_printf(m, "# %.*s|| / _--=> preempt-depth\n", prec, space); in print_func_help_header_irq()
4290 seq_printf(m, "# %.*s||| / _-=> migrate-disable\n", prec, space); in print_func_help_header_irq()
4291 seq_printf(m, "# %.*s|||| / delay\n", prec, space); in print_func_help_header_irq()
/kernel/debug/kdb/
Dkdb_main.c2423 char *space = ""; in kdb_help() local
2429 space = "\n "; in kdb_help()
2431 kt->usage, space, kt->help); in kdb_help()