From b63efaaa45f332044cda735e17d463d6e5b7e7a0 Mon Sep 17 00:00:00 2001 From: Vincent Brillault Date: Thu, 21 Aug 2014 18:03:07 +0200 Subject: [PATCH] Turbostat: Emphasize the origin of the code --- src/turbostat.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/turbostat.c b/src/turbostat.c index e0116114..96cb137a 100644 --- a/src/turbostat.c +++ b/src/turbostat.c @@ -2,7 +2,9 @@ * turbostat -- Log CPU frequency and C-state residency * on modern Intel turbo-capable processors for collectd. * - * Based on the kernel tools by: + * Based on the 'turbostat' tool of the Linux kernel, found at + * linux/tools/power/x86/turbostat/turbostat.c: + * ---- * Copyright (c) 2013 Intel Corporation. * Len Brown * @@ -18,7 +20,7 @@ * You should have received a copy of the GNU General Public License along with * this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. - * + * ---- * Ported to collectd by Vincent Brillault */ -- 2.11.0