Re: [PATCH 1/2] perf probe: Helper function to check if probe with variable

2016-08-25 Thread Masami Hiramatsu
On Wed, 3 Aug 2016 14:28:44 +0530 Ravi Bangoria wrote: > Introduce helper function instead of inline code and replace hardcoded > strings "$vars" and "$params" with their corresponding macros. > > perf_probe_with_var is not declared as static since it will be

Re: [PATCH 1/2] perf probe: Helper function to check if probe with variable

2016-08-25 Thread Masami Hiramatsu
On Wed, 3 Aug 2016 14:28:44 +0530 Ravi Bangoria wrote: > Introduce helper function instead of inline code and replace hardcoded > strings "$vars" and "$params" with their corresponding macros. > > perf_probe_with_var is not declared as static since it will be called > from different file in

[PATCH 1/2] perf probe: Helper function to check if probe with variable

2016-08-03 Thread Ravi Bangoria
Introduce helper function instead of inline code and replace hardcoded strings "$vars" and "$params" with their corresponding macros. perf_probe_with_var is not declared as static since it will be called from different file in subsequent patch. Signed-off-by: Ravi Bangoria

[PATCH 1/2] perf probe: Helper function to check if probe with variable

2016-08-03 Thread Ravi Bangoria
Introduce helper function instead of inline code and replace hardcoded strings "$vars" and "$params" with their corresponding macros. perf_probe_with_var is not declared as static since it will be called from different file in subsequent patch. Signed-off-by: Ravi Bangoria ---