From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15496 invoked by alias); 9 Feb 2015 15:44:25 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 15466 invoked by uid 89); 9 Feb 2015 15:44:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 09 Feb 2015 15:44:24 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Test results for commit afb778a2a85ab4ac883638e309442f454f158692 on branch master From: sergiodj@redhat.com To: gdb-testers@sourceware.org Message-Id: Date: Mon, 09 Feb 2015 16:09:00 -0000 X-IsSubscribed: yes X-SW-Source: 2015-q1/txt/msg01208.txt.bz2 *** TEST RESULTS FOR COMMIT afb778a2a85ab4ac883638e309442f454f158692 *** Author: Markus Metzger Branch: master Commit: afb778a2a85ab4ac883638e309442f454f158692 btrace: identify cpu Add a struct for identifying a processor and use it in linux-btrace.c when identifying the processor we're running on. We will need this feature for the new btrace format. 2015-02-09 Markus Metzger * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New. * nat/linux-btrace.c: (btrace_this_cpu): New. (cpu_supports_bts): Call btrace_this_cpu. (intel_supports_bts): Add cpu parameter.