Searched hist:e49dc19c6a19ea112fcb94b7c62ec62cdd5c08aa (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | ftrace.c | diff e49dc19c6a19ea112fcb94b7c62ec62cdd5c08aa Tue Dec 02 22:50:05 CST 2008 Steven Rostedt <srostedt@redhat.com> ftrace: function graph return for function entry
Impact: feature, let entry function decide to trace or not
This patch lets the graph tracer entry function decide if the tracing should be done at the end as well. This requires all function graph entry functions return 1 if it should trace, or 0 if the return should not be traced.
Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/include/linux/ |
H A D | ftrace.h | diff e49dc19c6a19ea112fcb94b7c62ec62cdd5c08aa Tue Dec 02 22:50:05 CST 2008 Steven Rostedt <srostedt@redhat.com> ftrace: function graph return for function entry
Impact: feature, let entry function decide to trace or not
This patch lets the graph tracer entry function decide if the tracing should be done at the end as well. This requires all function graph entry functions return 1 if it should trace, or 0 if the return should not be traced.
Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/kernel/trace/ |
H A D | trace.h | diff e49dc19c6a19ea112fcb94b7c62ec62cdd5c08aa Tue Dec 02 22:50:05 CST 2008 Steven Rostedt <srostedt@redhat.com> ftrace: function graph return for function entry
Impact: feature, let entry function decide to trace or not
This patch lets the graph tracer entry function decide if the tracing should be done at the end as well. This requires all function graph entry functions return 1 if it should trace, or 0 if the return should not be traced.
Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | ftrace.c | diff e49dc19c6a19ea112fcb94b7c62ec62cdd5c08aa Tue Dec 02 22:50:05 CST 2008 Steven Rostedt <srostedt@redhat.com> ftrace: function graph return for function entry
Impact: feature, let entry function decide to trace or not
This patch lets the graph tracer entry function decide if the tracing should be done at the end as well. This requires all function graph entry functions return 1 if it should trace, or 0 if the return should not be traced.
Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | trace.c | diff e49dc19c6a19ea112fcb94b7c62ec62cdd5c08aa Tue Dec 02 22:50:05 CST 2008 Steven Rostedt <srostedt@redhat.com> ftrace: function graph return for function entry
Impact: feature, let entry function decide to trace or not
This patch lets the graph tracer entry function decide if the tracing should be done at the end as well. This requires all function graph entry functions return 1 if it should trace, or 0 if the return should not be traced.
Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|