Re: [PATCH] powerpc/xmon: Exclude all of xmon/ from ftrace

2017-08-17 Thread Michael Ellerman
"Naveen N. Rao" writes: > Hi Michael, > Sorry -- was off since last week. No worries. cheers

Re: [PATCH] powerpc/xmon: Exclude all of xmon/ from ftrace

2017-08-16 Thread Naveen N. Rao
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

Re: powerpc/xmon: Exclude all of xmon/ from ftrace

2017-08-16 Thread Michael Ellerman
On Wed, 2017-08-02 at 18:25:38 UTC, "Naveen N. Rao" wrote: > 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 | >

Re: [PATCH] powerpc/xmon: Exclude all of xmon/ from ftrace

2017-08-15 Thread Michael Ellerman
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

Re: [PATCH] powerpc/xmon: Exclude all of xmon/ from ftrace

2017-08-08 Thread Michael Ellerman
"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 > >

[PATCH] powerpc/xmon: Exclude all of xmon/ from ftrace

2017-08-02 Thread Naveen N. Rao
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