[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1299058716.2428.13473.camel@twins>
Date: Wed, 02 Mar 2011 10:38:36 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: Han Pingtian <phan@...hat.com>
Cc: linux-kernel@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: Re: [BUG] perf failed on multi-cpus system with multi-events
specified
On Wed, 2011-03-02 at 11:58 +0800, Han Pingtian wrote:
> Error: sys_perf_event_open() syscall returned with -1 (Too many open
> files). /bin/dmesg may provide additional information.
Well, you tried to use 42 events (quick count), we need to open a fd for
each cpu for each event, which results in 1008 fds, which together with
some actual file handles might have tickled your fd limit.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists