Searched refs:seq_buf_puts (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/linux/ |
D | seq_buf.h | 147 extern int seq_buf_puts(struct seq_buf *s, const char *str);
|
/linux-6.1.9/lib/ |
D | seq_buf.c | 142 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts() function
|
/linux-6.1.9/kernel/trace/ |
D | trace_events_synth.c | 682 seq_buf_puts(&s, prefix); in parse_synth_field() 683 seq_buf_puts(&s, field_type); in parse_synth_field() 685 seq_buf_puts(&s, array); in parse_synth_field() 709 seq_buf_puts(&s, "__data_loc "); in parse_synth_field() 710 seq_buf_puts(&s, field->type); in parse_synth_field()
|
D | trace_dynevent.c | 375 ret = seq_buf_puts(&cmd->seq, str); in dynevent_str_add()
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | setup-common.c | 643 seq_buf_puts(&ppc_hw_desc, ppc_md.name); in probe_machine()
|
/linux-6.1.9/arch/x86/kernel/cpu/resctrl/ |
D | rdtgroup.c | 68 seq_buf_puts(&last_cmd_status, s); in rdt_last_cmd_puts()
|