| Submitter | tom.zanussi@linux.intel.com |
|---|---|
| Date | Jan. 28, 2013, 8:50 p.m. |
| Message ID | <cover.1359405784.git.tom.zanussi@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/43579/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by opal with POP3 (fetchmail-6.3.9-rc2) for <kraj@localhost> (single-drop); Mon, 28 Jan 2013 20:56:26 +0000 (UTC) Received: by 10.180.7.132 with SMTP id j4csp47881wia; Mon, 28 Jan 2013 12:52:09 -0800 (PST) X-Received: by 10.14.219.3 with SMTP id l3mr55276847eep.5.1359406329093; Mon, 28 Jan 2013 12:52:09 -0800 (PST) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id r43si18668142eeo.107.2013.01.28.12.52.05 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 28 Jan 2013 12:52:09 -0800 (PST) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1TzvvT-0004wW-Vs; Mon, 28 Jan 2013 22:07:36 +0100 Received: from mga11.intel.com ([192.55.52.93]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <tom.zanussi@intel.com>) id 1Tzvua-0004oZ-Qc for openembedded-core@lists.openembedded.org; Mon, 28 Jan 2013 22:06:41 +0100 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 28 Jan 2013 12:50:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,554,1355126400"; d="scan'208";a="283225573" Received: from unknown (HELO localhost) ([10.255.12.52]) by fmsmga002.fm.intel.com with ESMTP; 28 Jan 2013 12:50:56 -0800 From: tom.zanussi@linux.intel.com To: openembedded-core@lists.openembedded.org Date: Mon, 28 Jan 2013 14:50:54 -0600 Message-Id: <cover.1359405784.git.tom.zanussi@linux.intel.com> X-Mailer: git-send-email 1.7.11.4 Cc: Tom Zanussi <tom.zanussi@linux.intel.com> Subject: [OE-core] [PATCH 0/2] oprofile: enable 'operf' perf_events mode X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
From: Tom Zanussi <tom.zanussi@linux.intel.com> This patchset fixes oprofile-0.9.8 so that it finds perf_events and configures accordingly to enable 'operf' and not just 'legacy oprofile' I've added a new section on operf to the Yocto Tracing and Profiling Guide' (just the wiki version for now, until I can submit a patch for the official Guide): https://wiki.yoctoproject.org/wiki/Tracing_and_Profiling#operf I've tested this on real hardware (x86 crownbay), and build-tested on the other arches (powerpc didn't build due to YOCTO bug #3717, but that's not a regression). The following changes since commit cfb082961a6c9ac3d65738031c4071210529cd07: bitbake: build.py: Dump out performance data of individual tasks (2013-01-28 14:49:05 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib.git tzanussi/oprofile-operf-enable-v1 http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/oprofile-operf-enable-v1 Tom Zanussi (2): oprofile: add kernel dependency oprofile: remove AX_KERNEL_VERSION from acinclude.m4 meta/recipes-kernel/oprofile/oprofile.inc | 2 +- meta/recipes-kernel/oprofile/oprofile/acinclude.m4 | 19 ------------------- meta/recipes-kernel/oprofile/oprofile_0.9.8.bb | 2 ++ 3 files changed, 3 insertions(+), 20 deletions(-)