Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 52) sorted by relevance

123

/kernel/trace/
Dtrace_seq.c30 #define TRACE_SEQ_BUF_LEFT(s) seq_buf_buffer_left(&(s)->seq) argument
33 #define TRACE_SEQ_BUF_USED(s) seq_buf_used(&(s)->seq) argument
38 static inline void __trace_seq_init(struct trace_seq *s) in __trace_seq_init()
53 int trace_print_seq(struct seq_file *m, struct trace_seq *s) in trace_print_seq()
83 void trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
113 void trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp, in trace_seq_bitmask()
143 void trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) in trace_seq_vprintf()
177 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf()
207 void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts()
235 void trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc()
[all …]
Dtrace_output.c25 struct trace_seq *s = &iter->seq; in trace_print_bputs_msg_only() local
38 struct trace_seq *s = &iter->seq; in trace_print_bprintk_msg_only() local
51 struct trace_seq *s = &iter->seq; in trace_print_printk_msg_only() local
229 struct trace_seq *s = &iter->seq; in trace_raw_output_prep() local
251 struct trace_seq *s = &iter->seq; in trace_output_raw() local
290 seq_print_sym_short(struct trace_seq *s, const char *fmt, unsigned long address) in seq_print_sym_short()
305 seq_print_sym_offset(struct trace_seq *s, const char *fmt, in seq_print_sym_offset()
325 static int seq_print_user_ip(struct trace_seq *s, struct mm_struct *mm, in seq_print_user_ip()
358 seq_print_ip_sym(struct trace_seq *s, unsigned long ip, unsigned long sym_flags) in seq_print_ip_sym()
385 int trace_print_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in trace_print_lat_fmt()
[all …]
Dtrace_functions_graph.c551 static void print_graph_cpu(struct trace_seq *s, int cpu) in print_graph_cpu()
563 static void print_graph_proc(struct trace_seq *s, pid_t pid) in print_graph_proc()
594 static void print_graph_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in print_graph_lat_fmt()
602 verif_pid(struct trace_seq *s, pid_t pid, int cpu, struct fgraph_data *data) in verif_pid()
707 static void print_graph_abs_time(u64 t, struct trace_seq *s) in print_graph_abs_time()
723 struct trace_seq *s = &iter->seq; in print_graph_irq() local
763 trace_print_graph_duration(unsigned long long duration, struct trace_seq *s) in trace_print_graph_duration()
797 struct trace_seq *s, u32 flags) in print_graph_duration()
831 struct trace_seq *s, u32 flags) in print_graph_entry_leaf()
882 struct trace_seq *s, int cpu, u32 flags) in print_graph_entry_nested()
[all …]
Dtrace_mmiotrace.c62 static void mmio_print_pcidev(struct trace_seq *s, const struct pci_dev *dev) in mmio_print_pcidev()
101 struct trace_seq *s = &iter->seq; in mmio_pipe_open() local
137 struct trace_seq *s = &iter->seq; in mmio_read() local
171 struct trace_seq *s = &iter->seq; in mmio_print_rw() local
216 struct trace_seq *s = &iter->seq; in mmio_print_map() local
250 struct trace_seq *s = &iter->seq; in mmio_print_mark() local
Dtrace_output.h34 #define SEQ_PUT_FIELD(s, x) \ argument
37 #define SEQ_PUT_HEX_FIELD(s, x) \ argument
Dtrace_stat.c172 static void *stat_seq_start(struct seq_file *s, loff_t *pos) in stat_seq_start()
196 static void *stat_seq_next(struct seq_file *s, void *p, loff_t *pos) in stat_seq_next()
209 static void stat_seq_stop(struct seq_file *s, void *p) in stat_seq_stop()
215 static int stat_seq_show(struct seq_file *s, void *v) in stat_seq_show()
Dblktrace.c1181 static void blk_log_dump_pdu(struct trace_seq *s, const struct trace_entry *ent) in blk_log_dump_pdu()
1219 static void blk_log_generic(struct trace_seq *s, const struct trace_entry *ent) in blk_log_generic()
1238 static void blk_log_with_error(struct trace_seq *s, in blk_log_with_error()
1255 static void blk_log_remap(struct trace_seq *s, const struct trace_entry *ent) in blk_log_remap()
1266 static void blk_log_plug(struct trace_seq *s, const struct trace_entry *ent) in blk_log_plug()
1275 static void blk_log_unplug(struct trace_seq *s, const struct trace_entry *ent) in blk_log_unplug()
1284 static void blk_log_split(struct trace_seq *s, const struct trace_entry *ent) in blk_log_split()
1294 static void blk_log_msg(struct trace_seq *s, const struct trace_entry *ent) in blk_log_msg()
1361 struct trace_seq *s = &iter->seq; in print_one_line() local
1396 struct trace_seq *s = &iter->seq; in blk_trace_synthesize_old_trace() local
[all …]
Dtrace_sched_wakeup.c299 static void wakeup_print_header(struct seq_file *s) in wakeup_print_header()
334 static void wakeup_print_header(struct seq_file *s) in wakeup_print_header()
339 static void wakeup_print_header(struct seq_file *s) in wakeup_print_header()
Dtrace_irqsoff.c237 static void irqsoff_print_header(struct seq_file *s) in irqsoff_print_header()
278 static void irqsoff_print_header(struct seq_file *s) in irqsoff_print_header()
283 static void irqsoff_print_header(struct seq_file *s) in irqsoff_print_header()
Dtrace_syscalls.c125 struct trace_seq *s = &iter->seq; in print_syscall_enter() local
171 struct trace_seq *s = &iter->seq; in print_syscall_exit() local
/kernel/bpf/
Dpercpu_freelist.c9 int pcpu_freelist_init(struct pcpu_freelist *s) in pcpu_freelist_init()
26 void pcpu_freelist_destroy(struct pcpu_freelist *s) in pcpu_freelist_destroy()
40 void pcpu_freelist_push(struct pcpu_freelist *s, in pcpu_freelist_push()
48 void pcpu_freelist_populate(struct pcpu_freelist *s, void *buf, u32 elem_size, in pcpu_freelist_populate()
77 struct pcpu_freelist_node *pcpu_freelist_pop(struct pcpu_freelist *s) in pcpu_freelist_pop()
/kernel/printk/
Dnmi.c63 struct nmi_seq_buf *s = this_cpu_ptr(&nmi_print_seq); in vprintk_nmi() local
120 static void printk_nmi_flush_seq_line(struct nmi_seq_buf *s, in printk_nmi_flush_seq_line()
136 struct nmi_seq_buf *s = container_of(work, struct nmi_seq_buf, work); in __printk_nmi_flush() local
247 struct nmi_seq_buf *s = &per_cpu(nmi_print_seq, cpu); in printk_nmi_init() local
/kernel/rcu/
Dtree_exp.h35 unsigned long s; in rcu_exp_gp_seq_snap() local
42 static bool rcu_exp_gp_seq_done(struct rcu_state *rsp, unsigned long s) in rcu_exp_gp_seq_done()
227 unsigned long s) in sync_exp_work_done()
246 static bool exp_funnel_lock(struct rcu_state *rsp, unsigned long s) in exp_funnel_lock()
488 static void rcu_exp_wait_wake(struct rcu_state *rsp, unsigned long s) in rcu_exp_wait_wake()
529 smp_call_func_t func, unsigned long s) in rcu_exp_sel_wait_wake()
559 unsigned long s; in _synchronize_rcu_expedited() local
Drcuperf.c54 #define PERFOUT_STRING(s) \ argument
56 #define VERBOSE_PERFOUT_STRING(s) \ argument
58 #define VERBOSE_PERFOUT_ERRSTRING(s) \ argument
/kernel/
Dcfi.c63 static inline int ptr_to_shadow(const struct cfi_shadow *s, unsigned long ptr) in ptr_to_shadow()
79 static inline unsigned long shadow_to_ptr(const struct cfi_shadow *s, in shadow_to_ptr()
125 static void add_module_to_shadow(struct cfi_shadow *s, struct module *mod) in add_module_to_shadow()
154 static void remove_module_from_shadow(struct cfi_shadow *s, struct module *mod) in remove_module_from_shadow()
219 static inline cfi_check_fn ptr_to_check_fn(const struct cfi_shadow __rcu *s, in ptr_to_check_fn()
Dpanic.c354 char *s; in print_tainted() local
610 static int __init oops_setup(char *s) in oops_setup()
Daudit_tree.c74 static struct audit_tree *alloc_tree(const char *s) in alloc_tree()
276 struct audit_tree *s; in untag_chunk() local
425 struct audit_tree *s = old->owners[n].owner; in tag_chunk() local
Daudit.c421 char s[32]; in kauditd_send_skb() local
850 struct audit_status s; in audit_receive_msg() local
865 struct audit_status s; in audit_receive_msg() local
1054 struct audit_tty_status s; in audit_receive_msg() local
1065 struct audit_tty_status s, old; in audit_receive_msg() local
Dtorture.c618 int torture_stutter_init(int s) in torture_stutter_init()
763 int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m, in _torture_create_kthread()
Dtaskstats.c131 struct listener *s, *tmp; in send_cpu_listeners() local
286 struct listener *s, *tmp, *s2; in add_del_listener() local
Dkallsyms.c315 static inline void cleanup_symbol_name(char *s) in cleanup_symbol_name()
324 static inline void cleanup_symbol_name(char *s) {} in cleanup_symbol_name()
/kernel/time/
Dtest_udelay.c36 static int udelay_test_single(struct seq_file *s, int usecs, uint32_t iters) in udelay_test_single()
76 static int udelay_test_show(struct seq_file *s, void *v) in udelay_test_show()
Dtimekeeping_debug.c30 static int tk_debug_show_sleep_time(struct seq_file *s, void *data) in tk_debug_show_sleep_time()
/kernel/power/
Dmain.c96 char *s = buf; in pm_test_show() local
117 const char * const *s; in pm_test_store() local
165 static int suspend_stats_show(struct seq_file *s, void *unused) in suspend_stats_show()
311 char *s = buf; in state_show() local
/kernel/debug/kdb/
Dkdb_support.c310 char *s = kmalloc(n, type); in kdb_strdup() local
561 unsigned long kdb_task_state_string(const char *s) in kdb_task_state_string()

123