From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933893AbcAKQch (ORCPT ); Mon, 11 Jan 2016 11:32:37 -0500 Received: from mail.skyhub.de ([78.46.96.112]:57262 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933862AbcAKQcf (ORCPT ); Mon, 11 Jan 2016 11:32:35 -0500 Date: Mon, 11 Jan 2016 17:32:23 +0100 From: Borislav Petkov To: Ingo Molnar Cc: Peter Zijlstra , X86 ML , LKML , Arnaldo Carvalho de Melo , Jiri Olsa , Thomas Gleixner Subject: Re: [RFC PATCH 0/5] perf: Sanitize perf directory structure, p1 Message-ID: <20160111163222.GB4665@pd.tnic> References: <1450814151-21945-1-git-send-email-bp@alien8.de> <20160111123944.GA13637@gmail.com> <20160111143439.GA4665@pd.tnic> <20160111151411.GC23096@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160111151411.GC23096@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 11, 2016 at 04:14:12PM +0100, Ingo Molnar wrote: > Ok, works for me. Got confused by your ascii art: > > arch/x86/events/ > |-- amd > | |-- core.c > | |-- ibs.c > | |-- iommu.c > | |-- iommu.h > | `-- uncore.c > |-- core.c > `-- Makefile > > which lists events/amd/core.c. No, that's all correct. There is an amd/core.c thing: arch/x86/{kernel/cpu/perf_event_amd.c => events/amd/core.c} | 2 +- and there's also a arch/x86/kernel/cpu/perf_event_intel.c which would want to become events/intel/core.c Hmm, what do we call those then? -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply.