Home
last modified time | relevance | path

Searched refs:trace_seq_used (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dtrace_seq.h40 static inline int trace_seq_used(struct trace_seq *s) in trace_seq_used() function
/linux/kernel/trace/
A Dtrace.c1655 if (trace_seq_used(s) <= s->seq.readpos) in trace_seq_to_buffer()
1658 len = trace_seq_used(s) - s->seq.readpos; in trace_seq_to_buffer()
6741 if (trace_seq_used(&iter->seq) >= cnt) in tracing_read_pipe()
6757 if (iter->seq.seq.readpos >= trace_seq_used(&iter->seq)) in tracing_read_pipe()
6806 count = trace_seq_used(&iter->seq) - save_len; in tracing_fill_pipe_page()
6882 trace_seq_used(&iter->seq)); in tracing_splice_read_pipe()
6888 spd.partial[i].len = trace_seq_used(&iter->seq); in tracing_splice_read_pipe()
8326 s->buffer, trace_seq_used(s)); in tracing_stats_read()
A Dtrace_events.c1667 s->buffer, trace_seq_used(s)); in event_filter_read()
1817 s->buffer, trace_seq_used(s)); in subsystem_filter_read()
1867 s->buffer, trace_seq_used(s)); in show_header()

Completed in 26 milliseconds