From patchwork Thu Mar 21 23:02:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: EmiAoki X-Patchwork-Id: 138743 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E4C1D43D20; Fri, 22 Mar 2024 13:49:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A638F42E98; Fri, 22 Mar 2024 13:49:44 +0100 (CET) Received: from mail-qk1-f177.google.com (mail-qk1-f177.google.com [209.85.222.177]) by mails.dpdk.org (Postfix) with ESMTP id 8F9A3400D6 for ; Fri, 22 Mar 2024 00:02:30 +0100 (CET) Received: by mail-qk1-f177.google.com with SMTP id af79cd13be357-78a2a97c296so99757385a.2 for ; Thu, 21 Mar 2024 16:02:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1711062149; x=1711666949; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=Sly1xNMqqrTHrNVVsc005nnU3u+HZfsOWwM4lgj4YdM=; b=iPyp0riZpbbAbn1KcNjJFlrIsradLrWQR+NtlO1IWGWqAgbou3YMkNr2qjFWufF50E /h0dXKsc6k8ODb+d1OQnoSclxqFhkOao9qj9WAI6btUXdMDE66jK1mmzGBNI0bYMjBVl mhFZ808PZJKsPiOXnaFZfkZk606xnvDNTTPJEmJlhe/VTsuTehFZN8duj9OONFO04Jm3 ianpS3ZqjjqEGUVNG5wfaxbORnT5eTiUQi4zKCJbaflgmBYjTNbVq/UKb75KeoRPx2yD xf6dfTR9+f2soTBm5+nRe3MNCWTgx+Vw3VZtXrcv1Z2oU/sppkC5CjgogHuV1GyLa1sp TR0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1711062149; x=1711666949; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Sly1xNMqqrTHrNVVsc005nnU3u+HZfsOWwM4lgj4YdM=; b=YwuniYlhmfV1TdssnTZQANIo1MD9p+RcaFsDYzeOKAbI4gdG3hoOPL1s+QvnCCLsY7 nWH80jz9fp6k9JuFY1bIJjWqd7G8tAb2dauLBpshE4y2cg17aaaBJUdsWMelZQoRMUy+ nViTAFwg7JfYSD3MXc80smH9B0XG9B9Ma+ZL3StoRa1RVP06so1MMSEw1dNzUMNq+YZn 06tKBJBHeze49ckqrNINmNOhspbrHq/mzvfTA6P+5xZeP8i0drjc/w6p4mYE/v7Vry+u PYk1yUVQWABk7tXv5awAz75ityPfExU7oczzamo2dC9GoReixKg7q1rowdYqMPV6abTC EiKA== X-Gm-Message-State: AOJu0YxyvVC2xSeK7KHEaDjkkDy+tGHaqUtiENcCz5bjVowDFJhaVqZI Blbvifch1u3cPrlxI6S3aBFZdwwPCAyfT8J14Bqdxebn53ndmlVZOCh1jeXK X-Google-Smtp-Source: AGHT+IG3LPQgg9bBWEtjRiPFgSIPH8F5codP3L54/eKjwUSEQcX+VxThrY6LqmuqMy0Xns/gCxEr8g== X-Received: by 2002:a05:620a:15ac:b0:788:2f92:7041 with SMTP id f12-20020a05620a15ac00b007882f927041mr621571qkk.41.1711062149005; Thu, 21 Mar 2024 16:02:29 -0700 (PDT) Received: from localhost.localdomain ([129.63.248.16]) by smtp.gmail.com with ESMTPSA id u2-20020a05620a022200b00787b93d8df1sm311278qkm.99.2024.03.21.16.02.28 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Thu, 21 Mar 2024 16:02:28 -0700 (PDT) From: EmiAoki To: dev@dpdk.org Cc: EmiAoki Subject: [PATCH] Spelling: Fixed a spelling. Date: Thu, 21 Mar 2024 19:02:25 -0400 Message-Id: <20240321230225.3483-1-embm29@gmail.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 22 Mar 2024 13:49:41 +0100 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Caught by codespell. Signed-off-by: emi --- doc/guides/prog_guide/profile_app.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/profile_app.rst b/doc/guides/prog_guide/profile_app.rst index 14292d4c25..a6b5fb4d5e 100644 --- a/doc/guides/prog_guide/profile_app.rst +++ b/doc/guides/prog_guide/profile_app.rst @@ -59,7 +59,7 @@ addition to the standard events, ``perf`` can be used to profile arm64 specific PMU (Performance Monitor Unit) events through raw events (``-e`` ``-rXX``). -For more derails refer to the +For more details refer to the `ARM64 specific PMU events enumeration `_.