Searched refs:seq_buf_puts (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/lib/ |
| H A D | seq_buf.c | 182 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts() function 200 EXPORT_SYMBOL_GPL(seq_buf_puts);
|
| /linux-6.15/include/linux/ |
| H A D | seq_buf.h | 159 extern int seq_buf_puts(struct seq_buf *s, const char *str);
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_events_synth.c | 744 seq_buf_puts(&s, prefix); in parse_synth_field() 745 seq_buf_puts(&s, field_type); in parse_synth_field() 747 seq_buf_puts(&s, array); in parse_synth_field() 772 seq_buf_puts(&s, "__data_loc "); in parse_synth_field() 773 seq_buf_puts(&s, field->type); in parse_synth_field()
|
| H A D | trace_dynevent.c | 380 ret = seq_buf_puts(&cmd->seq, str); in dynevent_str_add()
|
| /linux-6.15/kernel/ |
| H A D | panic.c | 525 seq_buf_puts(s, "Not tainted"); in print_tainted_seq()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | setup-common.c | 658 seq_buf_puts(&ppc_hw_desc, ppc_md.name); in probe_machine()
|
| /linux-6.15/drivers/usb/dwc2/ |
| H A D | hcd_queue.c | 412 seq_buf_puts(&buf, ", "); in pmap_print()
|
| /linux-6.15/arch/x86/kernel/cpu/resctrl/ |
| H A D | rdtgroup.c | 94 seq_buf_puts(&last_cmd_status, s); in rdt_last_cmd_puts()
|
| /linux-6.15/kernel/sched/ |
| H A D | core.c | 7676 seq_buf_puts(&s, "PREEMPT"); in preempt_model_str()
|