mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-06 22:55:11 +00:00
tracing/function-graph-tracer: fix merge
Merge artifact: pid got changed to ent->pid meanwhile. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
5752674e14
commit
00a8bf8593
1 changed files with 1 additions and 1 deletions
|
@ -589,7 +589,7 @@ print_graph_entry(struct ftrace_graph_ent_entry *field, struct trace_seq *s,
|
||||||
|
|
||||||
/* Proc */
|
/* Proc */
|
||||||
if (tracer_flags.val & TRACE_GRAPH_PRINT_PROC) {
|
if (tracer_flags.val & TRACE_GRAPH_PRINT_PROC) {
|
||||||
ret = print_graph_proc(s, pid);
|
ret = print_graph_proc(s, ent->pid);
|
||||||
if (ret == TRACE_TYPE_PARTIAL_LINE)
|
if (ret == TRACE_TYPE_PARTIAL_LINE)
|
||||||
return TRACE_TYPE_PARTIAL_LINE;
|
return TRACE_TYPE_PARTIAL_LINE;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue