[PATCH 4/6] perf record: Fixup return path of cmd_record()

2013-03-14 Thread Namhyung Kim
From: Namhyung Kim The error path of calling perf_target__parse_uid wrongly went to out_free_fd. Also add missing evlist cleanup routines. Signed-off-by: Namhyung Kim --- tools/perf/builtin-record.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[PATCH 4/6] perf record: Fixup return path of cmd_record()

2013-03-14 Thread Namhyung Kim
From: Namhyung Kim namhyung@lge.com The error path of calling perf_target__parse_uid wrongly went to out_free_fd. Also add missing evlist cleanup routines. Signed-off-by: Namhyung Kim namhy...@kernel.org --- tools/perf/builtin-record.c | 5 - 1 file changed, 4 insertions(+), 1