From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gC5o2-0003VQ-1i for qemu-devel@nongnu.org; Mon, 15 Oct 2018 12:33:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gC5no-0002GE-9H for qemu-devel@nongnu.org; Mon, 15 Oct 2018 12:33:16 -0400 Received: from mail-pf1-x442.google.com ([2607:f8b0:4864:20::442]:39318) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gC5nn-0002Fb-Pv for qemu-devel@nongnu.org; Mon, 15 Oct 2018 12:33:08 -0400 Received: by mail-pf1-x442.google.com with SMTP id c25-v6so9952118pfe.6 for ; Mon, 15 Oct 2018 09:33:07 -0700 (PDT) References: <20181005154910.3099-1-alex.bennee@linaro.org> <20181005154910.3099-8-alex.bennee@linaro.org> From: Richard Henderson Message-ID: <794027d9-80ca-225f-b1c2-cf32b92c76f4@linaro.org> Date: Mon, 15 Oct 2018 09:33:02 -0700 MIME-Version: 1.0 In-Reply-To: <20181005154910.3099-8-alex.bennee@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC PATCH 07/21] accel/tcg/cputlb: convert tlb_flush debugging into trace events List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Alex_Benn=c3=a9e?= , qemu-devel@nongnu.org Cc: Peter Crosthwaite , cota@braap.org, Pavel.Dovgaluk@ispras.ru, Paolo Bonzini , vilanova@ac.upc.edu, Richard Henderson On 10/5/18 8:48 AM, Alex Bennée wrote: > + trace_tlb_flush_all_work(cpu->cpu_index); > tlb_flush_nocheck(cpu); > + trace_tlb_flush_work_complete(__LINE__, cpu->cpu_index); Why is __LINE__ an interesting argument to a trace function? r~