Re: [PATCH 1/4] perf tools: Allow use of an exclusive option more than once

2015-01-12 Thread Arnaldo Carvalho de Melo
Em Mon, Jan 12, 2015 at 08:44:23PM +0900, Masami Hiramatsu escreveu: > (2015/01/10 19:33), Namhyung Kim wrote: > > The exclusive options are to prohibit use of conflicting options at the > > same time. But it had a side effect that it also limits a such option > > can be used at most once. Curren

Re: [PATCH 1/4] perf tools: Allow use of an exclusive option more than once

2015-01-12 Thread Masami Hiramatsu
(2015/01/10 19:33), Namhyung Kim wrote: > The exclusive options are to prohibit use of conflicting options at the > same time. But it had a side effect that it also limits a such option > can be used at most once. Currently the only user of the flag is perf > probe and it allows to use such optio