Message ID | 20220107004846.378859-1-atishp@rivosinc.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 269ABC433F5 for <qemu-devel@archiver.kernel.org>; Fri, 7 Jan 2022 02:20:48 +0000 (UTC) Received: from localhost ([::1]:53808 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org>) id 1n5es2-0001b9-Uy for qemu-devel@archiver.kernel.org; Thu, 06 Jan 2022 21:20:47 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <atishp@rivosinc.com>) id 1n5dRj-0001Y6-NK for qemu-devel@nongnu.org; Thu, 06 Jan 2022 19:49:31 -0500 Received: from [2607:f8b0:4864:20::229] (port=33596 helo=mail-oi1-x229.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from <atishp@rivosinc.com>) id 1n5dRh-0003X3-MK for qemu-devel@nongnu.org; Thu, 06 Jan 2022 19:49:31 -0500 Received: by mail-oi1-x229.google.com with SMTP id x188so107168oix.0 for <qemu-devel@nongnu.org>; Thu, 06 Jan 2022 16:49:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=OlX8HuBBEpOKcZDyz5xIHTxVSQa45VLEzqHLXo89ZN8=; b=ZqlUGb6w44eFFhqsXAnF1iQ1ZxTEHrpyyj7DZR7HvnIAoebZz5bypozVcTonof6ucu mar5rMcdpsLLOiFG4xX2uK1VMUyAlIRZOgR7n29M9gZm+L78+dnYzlYOfNt5ydbIjpWK fwlynFgqIBtK+3OOLGAXqPsaK4FqCRqyrreS4bRJishZnk6pQwIFu1/n5JXhk4KhjQGD pQwthwJL4hoR+JsohC0jRbt0qgcDAt2g/PAGd54dB7Ed5n3DsnJM4hxZbUFr29fMPU3d fdMlYgESJx81y2ZgBEvyEhJ3Qp82xa/hbApGEYLqoC7vpn+heNayKApQwsSL5P5U7RlG qHrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=OlX8HuBBEpOKcZDyz5xIHTxVSQa45VLEzqHLXo89ZN8=; b=Q+TD58/sBkgv8tw03sGMiku/zoRPBc0Y9AobDYi+Y8malhM+CQc3ImsNwQaN65Hvps ryKbImNgHnTqilrdwum6Sp6pRztmsKTRS9RoMDyvR9XRv9KFNphpRPWayZH64zJb3k0K OV25yD3AXXqRjRAfj/w/p8emZqkiLsVfVuYJXYBGKTfe46UTZWvZT1J4FpkO2FTP32bw qZMvMQTO8ZT70GAlu61lHBo7OapqNj/Lvpa/6ibXvfSODVgYbpfpNDkWqVLuEj2tXPk8 II0Zuihx58qrJQ1JglljGgVk6HrOKiTxDWkp8gKu1dE7ELOBZT9ZgF4MjuAR+06Tq7HP bDIQ== X-Gm-Message-State: AOAM5316dJbHfFuAZ4mUZEt7ArWwYdtvmw4kTfAqLfkwR7ktgIxgR2ty lmtm+BA/6ezLRPO5FKl6HvaNaCdYKbHmZiLA X-Google-Smtp-Source: ABdhPJw1xkjfzTk+Bzg5t0ifbqAV1w0yJlI4ajvUhk8fZzNoWRKO5DL3ZiX3JoSMeI0F3JDwbu8gww== X-Received: by 2002:a05:6808:2095:: with SMTP id s21mr1023351oiw.43.1641516566786; Thu, 06 Jan 2022 16:49:26 -0800 (PST) Received: from rivos-atish.. (adsl-70-228-75-190.dsl.akrnoh.ameritech.net. [70.228.75.190]) by smtp.gmail.com with ESMTPSA id e4sm678441oiy.12.2022.01.06.16.49.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Jan 2022 16:49:26 -0800 (PST) From: Atish Patra <atishp@rivosinc.com> To: qemu-devel@nongnu.org Subject: [PATCH v4 00/11] Improve PMU support Date: Thu, 6 Jan 2022 16:48:35 -0800 Message-Id: <20220107004846.378859-1-atishp@rivosinc.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 2607:f8b0:4864:20::229 (failed) Received-SPF: pass client-ip=2607:f8b0:4864:20::229; envelope-from=atishp@rivosinc.com; helo=mail-oi1-x229.google.com X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 06 Jan 2022 21:14:01 -0500 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <qemu-devel.nongnu.org> List-Unsubscribe: <https://lists.nongnu.org/mailman/options/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=unsubscribe> List-Archive: <https://lists.nongnu.org/archive/html/qemu-devel> List-Post: <mailto:qemu-devel@nongnu.org> List-Help: <mailto:qemu-devel-request@nongnu.org?subject=help> List-Subscribe: <https://lists.nongnu.org/mailman/listinfo/qemu-devel>, <mailto:qemu-devel-request@nongnu.org?subject=subscribe> Cc: Palmer Dabbelt <palmer@dabbelt.com>, Bin Meng <bin.meng@windriver.com>, Alistair Francis <alistair.francis@wdc.com>, qemu-riscv@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" <qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org> |
Series |
Improve PMU support
|
expand
|