lkml.org 
[lkml]   [2015]   [Oct]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] trace_functions_graph: Remove __trace_graph_function
Hi Dmitry,

[auto build test ERROR on v4.3-rc7 -- if it's inappropriate base, please suggest rules for selecting the more suitable base]

url: https://github.com/0day-ci/linux/commits/Dmitry-Safonov/trace_functions_graph-Remove-__trace_graph_function/20151031-030819
config: x86_64-randconfig-x014-10300134 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64

All errors (new ones prefixed by >>):

>> kernel/trace/trace_functions_graph.c:363:6: error: conflicting types for 'trace_graph_function'
void trace_graph_function(struct trace_array *tr,
^
In file included from kernel/trace/trace_functions_graph.c:14:0:
kernel/trace/trace.h:578:6: note: previous declaration of 'trace_graph_function' was here
void trace_graph_function(struct trace_array *tr,
^

vim +/trace_graph_function +363 kernel/trace/trace_functions_graph.c

357 if (tracing_thresh)
358 return 1;
359 else
360 return trace_graph_entry(trace);
361 }
362
> 363 void trace_graph_function(struct trace_array *tr,
364 unsigned long ip, unsigned long flags, int pc)
365 {
366 u64 time = trace_clock_local();

---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2015-10-30 20:41    [W:0.302 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site