/kernel/trace/ |
D | trace_seq.c | 30 #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 …]
|
D | trace_output.c | 25 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 …]
|
D | trace_functions_graph.c | 490 static void print_graph_cpu(struct trace_seq *s, int cpu) in print_graph_cpu() 502 static void print_graph_proc(struct trace_seq *s, pid_t pid) in print_graph_proc() 533 static void print_graph_lat_fmt(struct trace_seq *s, struct trace_entry *entry) in print_graph_lat_fmt() 541 verif_pid(struct trace_seq *s, pid_t pid, int cpu, struct fgraph_data *data) in verif_pid() 646 static void print_graph_abs_time(u64 t, struct trace_seq *s) in print_graph_abs_time() 662 struct trace_seq *s = &iter->seq; in print_graph_irq() local 702 trace_print_graph_duration(unsigned long long duration, struct trace_seq *s) in trace_print_graph_duration() 736 struct trace_seq *s, u32 flags) in print_graph_duration() 770 struct trace_seq *s, u32 flags) in print_graph_entry_leaf() 824 struct trace_seq *s, int cpu, u32 flags) in print_graph_entry_nested() [all …]
|
D | trace_mmiotrace.c | 62 static void mmio_print_pcidev(struct trace_seq *s, const struct pci_dev *dev) in mmio_print_pcidev() 105 struct trace_seq *s = &iter->seq; in mmio_pipe_open() local 141 struct trace_seq *s = &iter->seq; in mmio_read() local 175 struct trace_seq *s = &iter->seq; in mmio_print_rw() local 220 struct trace_seq *s = &iter->seq; in mmio_print_map() local 254 struct trace_seq *s = &iter->seq; in mmio_print_mark() local
|
D | trace_output.h | 34 #define SEQ_PUT_FIELD(s, x) \ argument 37 #define SEQ_PUT_HEX_FIELD(s, x) \ argument
|
D | trace_stat.c | 172 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()
|
D | blktrace.c | 1279 static void blk_log_dump_pdu(struct trace_seq *s, const struct trace_entry *ent) in blk_log_dump_pdu() 1317 static void blk_log_generic(struct trace_seq *s, const struct trace_entry *ent) in blk_log_generic() 1336 static void blk_log_with_error(struct trace_seq *s, in blk_log_with_error() 1353 static void blk_log_remap(struct trace_seq *s, const struct trace_entry *ent) in blk_log_remap() 1364 static void blk_log_plug(struct trace_seq *s, const struct trace_entry *ent) in blk_log_plug() 1373 static void blk_log_unplug(struct trace_seq *s, const struct trace_entry *ent) in blk_log_unplug() 1382 static void blk_log_split(struct trace_seq *s, const struct trace_entry *ent) in blk_log_split() 1392 static void blk_log_msg(struct trace_seq *s, const struct trace_entry *ent) in blk_log_msg() 1459 struct trace_seq *s = &iter->seq; in print_one_line() local 1493 struct trace_seq *s = &iter->seq; in blk_trace_synthesize_old_trace() local [all …]
|
D | trace_sched_wakeup.c | 299 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()
|
D | trace_irqsoff.c | 237 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()
|
D | trace_syscalls.c | 114 struct trace_seq *s = &iter->seq; in print_syscall_enter() local 160 struct trace_seq *s = &iter->seq; in print_syscall_exit() local
|
D | trace.c | 1008 static ssize_t trace_seq_to_buffer(struct trace_seq *s, void *buf, size_t cnt) in trace_seq_to_buffer() 1385 struct saved_cmdlines_buffer *s) in allocate_cmdlines_buffer() 2717 struct trace_seq *s = &iter->seq; in test_cpu_buff_start() local 2745 struct trace_seq *s = &iter->seq; in print_trace_fmt() local 2777 struct trace_seq *s = &iter->seq; in print_raw_fmt() local 2802 struct trace_seq *s = &iter->seq; in print_hex_fmt() local 2832 struct trace_seq *s = &iter->seq; in print_bin_fmt() local 4000 static void free_saved_cmdlines_buffer(struct saved_cmdlines_buffer *s) in free_saved_cmdlines_buffer() 4009 struct saved_cmdlines_buffer *s, *savedcmd_temp; in tracing_resize_saved_cmdlines() local 5992 struct trace_seq *s; in tracing_stats_read() local [all …]
|
D | trace_branch.c | 154 static void branch_print_header(struct seq_file *s) in branch_print_header()
|
D | trace_kprobe.c | 1014 struct trace_seq *s = &iter->seq; in print_kprobe_event() local 1045 struct trace_seq *s = &iter->seq; in print_kretprobe_event() local
|
/kernel/ |
D | panic.c | 273 char *s; in print_tainted() local 518 static int __init setup_crash_kexec_post_notifiers(char *s) in setup_crash_kexec_post_notifiers() 525 static int __init oops_setup(char *s) in oops_setup()
|
D | audit.c | 422 char s[32]; in kauditd_send_skb() local 844 struct audit_status s; in audit_receive_msg() local 859 struct audit_status s; in audit_receive_msg() local 1045 struct audit_tty_status s; in audit_receive_msg() local 1057 struct audit_tty_status s, old; in audit_receive_msg() local
|
D | audit_tree.c | 74 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
|
D | torture.c | 570 int torture_stutter_init(int s) in torture_stutter_init() 714 int _torture_create_kthread(int (*fn)(void *arg), void *arg, char *s, char *m, in _torture_create_kthread()
|
D | taskstats.c | 127 struct listener *s, *tmp; in send_cpu_listeners() local 282 struct listener *s, *tmp, *s2; in add_del_listener() local
|
/kernel/time/ |
D | test_udelay.c | 36 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()
|
D | timekeeping_debug.c | 30 static int tk_debug_show_sleep_time(struct seq_file *s, void *data) in tk_debug_show_sleep_time()
|
/kernel/power/ |
D | main.c | 96 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() 317 char *s = buf; in state_show() local
|
D | qos.c | 188 static int pm_qos_dbg_show_requests(struct seq_file *s, void *unused) in pm_qos_dbg_show_requests()
|
/kernel/rcu/ |
D | tree.c | 1489 unsigned long c, const char *s) in trace_rcu_future_gp() 3386 unsigned long s; in rcu_seq_snap() local 3398 static bool rcu_seq_done(unsigned long *sp, unsigned long s) in rcu_seq_done() 3417 static bool rcu_exp_gp_seq_done(struct rcu_state *rsp, unsigned long s) in rcu_exp_gp_seq_done() 3610 atomic_long_t *stat, unsigned long s) in sync_exp_work_done() 3630 static struct rcu_node *exp_funnel_lock(struct rcu_state *rsp, unsigned long s) in exp_funnel_lock() 3866 unsigned long s; in synchronize_sched_expedited() local 4000 static void _rcu_barrier_trace(struct rcu_state *rsp, const char *s, in _rcu_barrier_trace() 4045 unsigned long s = rcu_seq_snap(&rsp->barrier_sequence); in _rcu_barrier() local
|
/kernel/debug/kdb/ |
D | kdb_support.c | 310 char *s = kmalloc(n, type); in kdb_strdup() local 561 unsigned long kdb_task_state_string(const char *s) in kdb_task_state_string()
|
D | kdb_main.c | 674 struct defcmd_set *s = defcmd_set + defcmd_set_count - 1; in kdb_defcmd2() local 707 struct defcmd_set *save_defcmd_set = defcmd_set, *s; in kdb_defcmd() local 784 struct defcmd_set *s; in kdb_exec_defcmd() local 1733 int s = num * (z-2); in kdb_md() local
|