Searched refs:trace_seq_used (Results 1 – 3 of 3) sorted by relevance
40 static inline int trace_seq_used(struct trace_seq *s) in trace_seq_used() function
1727 if (trace_seq_used(s) <= s->seq.readpos) in trace_seq_to_buffer()1730 len = trace_seq_used(s) - s->seq.readpos; in trace_seq_to_buffer()6872 if (trace_seq_used(&iter->seq) >= cnt) in tracing_read_pipe()6888 if (iter->seq.seq.readpos >= trace_seq_used(&iter->seq)) in tracing_read_pipe()6937 count = trace_seq_used(&iter->seq) - save_len; in tracing_fill_pipe_page()7013 trace_seq_used(&iter->seq)); in tracing_splice_read_pipe()7019 spd.partial[i].len = trace_seq_used(&iter->seq); in tracing_splice_read_pipe()8523 s->buffer, trace_seq_used(s)); in tracing_stats_read()
1707 s->buffer, trace_seq_used(s)); in event_filter_read()1856 s->buffer, trace_seq_used(s)); in subsystem_filter_read()1906 s->buffer, trace_seq_used(s)); in show_header()
Completed in 31 milliseconds