"Naveen N. Rao" writes:
> Hi Michael,
> Sorry -- was off since last week.
No worries.
cheers
Hi Michael,
Sorry -- was off since last week.
On 2017/08/15 08:04PM, Michael Ellerman wrote:
> Michael Ellerman writes:
>
> > "Naveen N. Rao" writes:
> >
> >> diff --git a/arch/powerpc/xmon/Makefile b/arch/powerpc/xmon/Makefile
> >> index 0b2f771593eb..5f95af64cb8f 100644
> >> --- a/arch/powerp
Michael Ellerman writes:
> "Naveen N. Rao" writes:
>
>> diff --git a/arch/powerpc/xmon/Makefile b/arch/powerpc/xmon/Makefile
>> index 0b2f771593eb..5f95af64cb8f 100644
>> --- a/arch/powerpc/xmon/Makefile
>> +++ b/arch/powerpc/xmon/Makefile
>> @@ -7,6 +7,19 @@ UBSAN_SANITIZE := n
>>
>> ccflags
"Naveen N. Rao" writes:
> diff --git a/arch/powerpc/xmon/Makefile b/arch/powerpc/xmon/Makefile
> index 0b2f771593eb..5f95af64cb8f 100644
> --- a/arch/powerpc/xmon/Makefile
> +++ b/arch/powerpc/xmon/Makefile
> @@ -7,6 +7,19 @@ UBSAN_SANITIZE := n
>
> ccflags-$(CONFIG_PPC64) := $(NO_MINIMAL_TOC)
Exclude core xmon files from ftrace (along with an xmon xive helper
outside of xmon/) to minimize impact of ftrace while within xmon.
Before patch:
root@ubuntu:/sys/kernel/debug/tracing# cat available_filter_functions | grep
-i xmon
xmon_xive_do_dump
xmon_dbgfs_get
xmon_print_symbol
xmo