On 21/08/19 1:07 AM, Mukesh Ojha wrote:
On 8/20/2019 4:51 PM, Mamatha Inamdar wrote:
This Patch is to return error code of perf_new_session function
on failure instead of NULL
----------------------------------------------
Test Results:
Before Fix:
$ perf c2c report -input
failed to open nput: No such file or directory
$ echo $?
0
------------------------------------------
After Fix:
$ ./perf c2c report -input
failed to open nput: No such file or directory
$ echo $?
254
Signed-off-by: Mamatha Inamdar <mamat...@linux.vnet.ibm.com>
Acked-by: Ravi Bangoria <ravi.bango...@linux.ibm.com>
Reported-by: Nageswara R Sastry <rnsas...@linux.vnet.ibm.com>
Tested-by: Nageswara R Sastry <rnsas...@linux.vnet.ibm.com>
Looks good to me.
Reviewed-by: Mukesh Ojha <mo...@codeaurora.org>
Thanks,
Mukesh
Mukesh,
Thanks for reviewing the patch..