Searched refs:trace_seq_path (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
H A Dtrace_seq.h89 extern int trace_seq_path(struct trace_seq *s, const struct path *path);
132 static inline int trace_seq_path(struct trace_seq *s, const struct path *path) trace_seq_path() function
/linux-4.4.14/kernel/trace/
H A Dtrace_seq.c315 * trace_seq_path - copy a path into the sequence buffer
326 int trace_seq_path(struct trace_seq *s, const struct path *path) trace_seq_path() function
350 EXPORT_SYMBOL_GPL(trace_seq_path); variable
H A Dtrace_output.c345 ret = trace_seq_path(s, &file->f_path); seq_print_user_ip()

Completed in 102 milliseconds