Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1208190
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Len Brown <lenb@kernel.org> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/7] tools/power turbostat: update turbostat(8) |
| Date | Sun, 16 Aug 2015 05:30:01 +0200 |
| Message-ID | <pXWNX-4HK-3@gated-at.bofh.it> (permalink) |
| References | <pXWNX-4HK-5@gated-at.bofh.it> |
| X-Original-To | linux-pm@vger.kernel.org |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:reply-to:organization:content-type :content-transfer-encoding; bh=daNR2TwLsQpqIkGChe1imuCLUxHgsqmvwBsVuomfJvQ=; b=trflimb8fsHmuBf+1jY5yRUYFHg5S4598d7iETNQRvuDEiK7jJZaobd1meja/Yh8x1 XtiLfwIjEOBLcL1pF0fpIJoNZUWwdlnS8jFvjUdLSIVY9jGzjhW8BBc+9Rfe5lXK6TuA oFkcbdg3yFRHfocOCNx2LP6EK8WWhQYqW6hM5yfyD7zNR/1domff+IfOYSJB18KAurJJ NwtWWVboM9itbluEv6CmMej2ayencFtBgUiTrq/nozI5KYeCJQ5zoRLwpeiebywFFvGA nB7RvDfDYcgaAeuzmMvG0ZZVrP4ddtwGV5xp4los4QwrC1tG7W4XNHGTiiu9sVo72xRh cIMw== |
| X-Received | by 10.52.15.72 with SMTP id v8mr10452503vdc.94.1439695588669; Sat, 15 Aug 2015 20:26:28 -0700 (PDT) |
| X-Mailer | git-send-email 2.5.0.330.g130be8e |
| MIME-Version | 1.0 |
| Reply-To | Len Brown <lenb@kernel.org> |
| Organization | Intel Open Source Technology Center |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 36 |
| X-Original-Cc | linux-kernel@vger.kernel.org, Len Brown <len.brown@intel.com> |
| X-Original-Date | Sat, 15 Aug 2015 23:25:42 -0400 |
| X-Original-Message-ID | <75fd7ffa7fab91c2c3234bd3e465ba4f366733f4.1439695194.git.len.brown@intel.com> |
| X-Original-References | <1439695548-21174-1-git-send-email-lenb@kernel.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1208190 |
Show key headers only | View raw
From: Len Brown <len.brown@intel.com> Remove reference to the original Nehalem Turbo white paper, since it has moved, and these mechanisms have now long since been documented in the Software Developer's Manual. Reported-by: Jeremie Lagraviere <jeremie@simula.no> Signed-off-by: Len Brown <len.brown@intel.com> --- tools/power/x86/turbostat/turbostat.8 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/power/x86/turbostat/turbostat.8 b/tools/power/x86/turbostat/turbostat.8 index 05b8fc3..622db68 100644 --- a/tools/power/x86/turbostat/turbostat.8 +++ b/tools/power/x86/turbostat/turbostat.8 @@ -251,11 +251,6 @@ Although it is not guaranteed by the architecture, turbostat assumes that they count at TSC rate, which is true on all processors tested to date. .SH REFERENCES -"Intel® Turbo Boost Technology -in Intel® Core™ Microarchitecture (Nehalem) Based Processors" -http://download.intel.com/design/processor/applnots/320354.pdf - -"Intel® 64 and IA-32 Architectures Software Developer's Manual Volume 3B: System Programming Guide" http://www.intel.com/products/processor/manuals/ -- 2.5.0.330.g130be8e -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 1/7] tools/power turbostat: update turbostat(8) Len Brown <lenb@kernel.org> - 2015-08-16 05:30 +0200
csiph-web