[PATCH v3] Improve perf option help information in perf.txt

2020-09-09 Thread Zejiang Tang
Perf could use many options, such as:-vv, --exec-path, --html-path, -p, --paginate,--no-pager, --debugfs-dir, --buildid-dir, --list-cmds, --list-opts. Add these options in perf.txt. Signed-off-by: Zejiang Tang --- tools/perf/Documentation/perf.txt | 69 ++- 1

[PATCH v2] Improve perf option help information in perf.txt

2020-09-08 Thread Zejiang Tang
Perf could use many options, such as:-vv, --exec-path, --html-path, -p, --paginate,--no-pager, --debugfs-dir, --buildid-dir, --list-cmds, --list-opts. Add these options in perf.txt. Signed-off-by: Zejiang Tang --- tools/perf/Documentation/perf.txt | 69 ++- 1

[PATCH v2] MIPS: ftrace: Remove redundant #ifdef CONFIG_DYNAMIC_FTRACE

2020-08-13 Thread Zejiang Tang
There exists redundant #ifdef CONFIG_DYNAMIC_FTRACE in ftrace.c, remove it. Signed-off-by: Zejiang Tang Reviewed-by: Steven Rostedt (VMware) --- arch/mips/kernel/ftrace.c | 4 1 file changed, 4 deletions(-) diff --git a/arch/mips/kernel/ftrace.c b/arch/mips/kernel/ftrace.c index 2625232

Re: Re: [PATCH] MIPS: ftrace: Remove redundant #ifdef CONFIG_DYNAMIC_FTRAC

2020-08-13 Thread Zejiang Tang
okļ¼Œthank you very much Florian Fainelli f.faine...@gmail.comwrote: > > > On 8/13/2020 7:08 PM, Zejiang Tang wrote: > > There exists redundant #ifdef CONFIG_DYNAMIC_FTRAC in ftrace.c, remove it. > > There is a missing E at the end of CONFIG_DYNAMIC_FTRAC in

[PATCH] MIPS: ftrace: Remove redundant #ifdef CONFIG_DYNAMIC_FTRAC

2020-08-13 Thread Zejiang Tang
There exists redundant #ifdef CONFIG_DYNAMIC_FTRAC in ftrace.c, remove it. Signed-off-by: Zejiang Tang --- arch/mips/kernel/ftrace.c | 4 1 file changed, 4 deletions(-) diff --git a/arch/mips/kernel/ftrace.c b/arch/mips/kernel/ftrace.c index 2625232..f57e68f 100644 --- a/arch/mips/kernel