From: Vincent Brillault Date: Thu, 21 Aug 2014 16:03:07 +0000 (+0200) Subject: Turbostat: Emphasize the origin of the code X-Git-Tag: collectd-5.5.0~24^2~80 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=b63efaaa45f332044cda735e17d463d6e5b7e7a0 Turbostat: Emphasize the origin of the code --- 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 */