Home
last modified time | relevance | path

Searched hist:e12d94f80614475b07d046eb095e6b8c1d9dd38d (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/xmon/
H A DMakefilediff e12d94f80614475b07d046eb095e6b8c1d9dd38d Wed Aug 02 20:25:38 CEST 2017 Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> powerpc/xmon: Exclude all of xmon from ftrace

Exclude core xmon files from ftrace (along with an xmon xive helper
outside of xmon/) to minimize impact of ftrace while within xmon.

Before:
/sys/kernel/debug/tracing# grep -ci xmon available_filter_functions
26

After:
/sys/kernel/debug/tracing# grep -ci xmon available_filter_functions
0

Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
[mpe: Use $(subst ..) on KBUILD_CFLAGS rather than CFLAGS_REMOVE_xxx]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
/linux/arch/powerpc/sysdev/xive/
H A Dcommon.cdiff e12d94f80614475b07d046eb095e6b8c1d9dd38d Wed Aug 02 20:25:38 CEST 2017 Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> powerpc/xmon: Exclude all of xmon from ftrace

Exclude core xmon files from ftrace (along with an xmon xive helper
outside of xmon/) to minimize impact of ftrace while within xmon.

Before:
/sys/kernel/debug/tracing# grep -ci xmon available_filter_functions
26

After:
/sys/kernel/debug/tracing# grep -ci xmon available_filter_functions
0

Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
[mpe: Use $(subst ..) on KBUILD_CFLAGS rather than CFLAGS_REMOVE_xxx]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>