Re: [PATCH 2/7] Revert "perf: Disable PERF_RECORD_MMAP2 support"

2014-05-30 Thread Namhyung Kim
Hi Don, On Tue, 27 May 2014 12:28:02 -0400, Don Zickus wrote: > This reverts commit 3090ffb5a2515990182f3f55b0688a7817325488. > > Re-enable the mmap2 interface as we will have a user soon. > > Since things have changed since perf disabled mmap2, small tweaks > to the revert had to be done: > > o c

[PATCH 2/7] Revert "perf: Disable PERF_RECORD_MMAP2 support"

2014-05-27 Thread Don Zickus
This reverts commit 3090ffb5a2515990182f3f55b0688a7817325488. Re-enable the mmap2 interface as we will have a user soon. Since things have changed since perf disabled mmap2, small tweaks to the revert had to be done: o commit 9d4ecc88 forced (n!=8) to become (n<7) o a new libunwind test needed u

[PATCH 2/7] Revert "perf: Disable PERF_RECORD_MMAP2 support"

2014-05-19 Thread Don Zickus
This reverts commit 3090ffb5a2515990182f3f55b0688a7817325488. Re-enable the mmap2 interface as we will have a user soon. Since things have changed since perf disabled mmap2, small tweaks to the revert had to be done: o commit 9d4ecc88 forced (n!=8) to become (n<7) o a new libunwind test needed u