perf target: Introduce perf_target__parse_uid()
Add and use the modern perf_target__parse_uid() and get rid of the old parse_target_uid(). Signed-off-by: Namhyung Kim <namhyung.kim@lge.com> Reviewed-by: David Ahern <dsahern@gmail.com> Cc: David Ahern <dsahern@gmail.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Namhyung Kim <namhyung@gmail.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1336367344-28071-5-git-send-email-namhyung.kim@lge.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:

committed by
Arnaldo Carvalho de Melo

parent
60bbddaaa3
commit
dfe78adaac
@@ -886,9 +886,7 @@ int cmd_record(int argc, const char **argv, const char *prefix __used)
|
||||
|
||||
perf_target__validate(&rec->opts.target);
|
||||
|
||||
rec->opts.target.uid = parse_target_uid(rec->opts.target.uid_str);
|
||||
if (rec->opts.target.uid_str != NULL &&
|
||||
rec->opts.target.uid == UINT_MAX - 1)
|
||||
if (perf_target__parse_uid(&rec->opts.target) < 0)
|
||||
goto out_free_fd;
|
||||
|
||||
if (perf_evlist__create_maps(evsel_list, &rec->opts.target) < 0)
|
||||
|
Reference in New Issue
Block a user