Searched hist:f7d9f6370e006400655ff96cb148f56598492d91 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | trace.c | diff f7d9f6370e006400655ff96cb148f56598492d91 Mon Jun 28 04:45:47 CDT 2021 Daniel Bristot de Oliveira <bristot@redhat.com> trace/osnoise: Fix 'no previous prototype' warnings
kernel test robot reported some osnoise functions with "no previous prototype."
Fix these warnings by making local functions static, and by adding:
void osnoise_trace_irq_entry(int id); void osnoise_trace_irq_exit(int id, const char *desc);
to include/linux/trace.h.
Link: https://lkml.kernel.org/r/e40d3cb4be8bde921f4b40fa6a095cf85ab807bd.1624872608.git.bristot@redhat.com
Fixes: bce29ac9ce0b ("trace: Add osnoise tracer") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Daniel Bristot de Oliveira <bristot@redhat.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|
/openbmc/linux/include/linux/ |
H A D | trace.h | diff f7d9f6370e006400655ff96cb148f56598492d91 Mon Jun 28 04:45:47 CDT 2021 Daniel Bristot de Oliveira <bristot@redhat.com> trace/osnoise: Fix 'no previous prototype' warnings
kernel test robot reported some osnoise functions with "no previous prototype."
Fix these warnings by making local functions static, and by adding:
void osnoise_trace_irq_entry(int id); void osnoise_trace_irq_exit(int id, const char *desc);
to include/linux/trace.h.
Link: https://lkml.kernel.org/r/e40d3cb4be8bde921f4b40fa6a095cf85ab807bd.1624872608.git.bristot@redhat.com
Fixes: bce29ac9ce0b ("trace: Add osnoise tracer") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Daniel Bristot de Oliveira <bristot@redhat.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|
/openbmc/linux/kernel/trace/ |
H A D | trace_osnoise.c | diff f7d9f6370e006400655ff96cb148f56598492d91 Mon Jun 28 04:45:47 CDT 2021 Daniel Bristot de Oliveira <bristot@redhat.com> trace/osnoise: Fix 'no previous prototype' warnings
kernel test robot reported some osnoise functions with "no previous prototype."
Fix these warnings by making local functions static, and by adding:
void osnoise_trace_irq_entry(int id); void osnoise_trace_irq_exit(int id, const char *desc);
to include/linux/trace.h.
Link: https://lkml.kernel.org/r/e40d3cb4be8bde921f4b40fa6a095cf85ab807bd.1624872608.git.bristot@redhat.com
Fixes: bce29ac9ce0b ("trace: Add osnoise tracer") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Daniel Bristot de Oliveira <bristot@redhat.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|