Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace.c9452 static void ftrace_dump_one(struct trace_array *tr, enum ftrace_dump_mode dump_mode) in ftrace_dump_one()
9555 ftrace_dump_one(&global_trace, DUMP_ALL); in ftrace_dump()
9560 ftrace_dump_one(&global_trace, DUMP_ORIG); in ftrace_dump()
9574 ftrace_dump_one(tr, DUMP_ORIG); in trace_parse_run_command()
9576 ftrace_dump_one(tr, DUMP_ALL); in trace_parse_run_command()
9592 ftrace_dump_one(&global_trace, DUMP_ALL); in trace_parse_run_command()
9595 ftrace_dump_one(&global_trace, DUMP_ORIG); in trace_parse_run_command()
9604 ftrace_dump_one(&global_trace, DUMP_ALL); in trace_parse_run_command()
9408 static void ftrace_dump_one(struct trace_array *tr, enum ftrace_dump_mode dump_mode) ftrace_dump_one() function