Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dseq_buf.h147 extern int seq_buf_puts(struct seq_buf *s, const char *str);
/Linux-v5.15/lib/
Dseq_buf.c142 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts() function
/Linux-v5.15/kernel/trace/
Dtrace_events_synth.c663 seq_buf_puts(&s, prefix); in parse_synth_field()
664 seq_buf_puts(&s, field_type); in parse_synth_field()
666 seq_buf_puts(&s, array); in parse_synth_field()
690 seq_buf_puts(&s, "__data_loc "); in parse_synth_field()
691 seq_buf_puts(&s, field->type); in parse_synth_field()
Dtrace_dynevent.c378 ret = seq_buf_puts(&cmd->seq, str); in dynevent_str_add()
/Linux-v5.15/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c68 seq_buf_puts(&last_cmd_status, s); in rdt_last_cmd_puts()