Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtrace_seq.h39 static inline int trace_seq_used(struct trace_seq *s) in trace_seq_used() function
/linux-4.4.14/kernel/trace/
Dtrace.c1010 if (trace_seq_used(s) <= s->seq.readpos) in trace_seq_to_buffer()
1013 len = trace_seq_used(s) - s->seq.readpos; in trace_seq_to_buffer()
4785 if (trace_seq_used(&iter->seq) >= cnt) in tracing_read_pipe()
4801 if (iter->seq.seq.readpos >= trace_seq_used(&iter->seq)) in tracing_read_pipe()
4858 count = trace_seq_used(&iter->seq) - save_len; in tracing_fill_pipe_page()
4935 trace_seq_used(&iter->seq)); in tracing_splice_read_pipe()
4941 spd.partial[i].len = trace_seq_used(&iter->seq); in tracing_splice_read_pipe()
5922 s->buffer, trace_seq_used(s)); in tracing_stats_read()
Dtrace_events.c1328 s->buffer, trace_seq_used(s)); in event_filter_read()
1495 s->buffer, trace_seq_used(s)); in subsystem_filter_read()
1551 s->buffer, trace_seq_used(s)); in show_header()