mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-30 16:13:54 +08:00
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core
Pull small function-tracing smatch fixlet from Steve Rostedt. Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
commit
2a1337599b
@ -61,7 +61,7 @@ function_trace_call(unsigned long ip, unsigned long parent_ip,
|
||||
struct trace_array *tr = func_trace;
|
||||
struct trace_array_cpu *data;
|
||||
unsigned long flags;
|
||||
unsigned int bit;
|
||||
int bit;
|
||||
int cpu;
|
||||
int pc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user