[PATCH 11/32] perf tools: Add support for exclusive option

2014-10-28 Thread Arnaldo Carvalho de Melo
From: Namhyung Kim Some options cannot be used at the same time. To handle such options add a new PARSE_OPT_EXCLUSIVE flag and show error message if more than one of them is used. Signed-off-by: Namhyung Kim Reviewed-by: Masami Hiramatsu Acked-by: Hemant Kumar Cc: David Ahern Cc: Hemant

[PATCH 11/32] perf tools: Add support for exclusive option

2014-10-28 Thread Arnaldo Carvalho de Melo
From: Namhyung Kim namhy...@kernel.org Some options cannot be used at the same time. To handle such options add a new PARSE_OPT_EXCLUSIVE flag and show error message if more than one of them is used. Signed-off-by: Namhyung Kim namhy...@kernel.org Reviewed-by: Masami Hiramatsu