]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tools/power turbostat: fix parameter passing for forked command
authorLen Brown <len.brown@intel.com>
Thu, 16 Jul 2015 01:49:41 +0000 (21:49 -0400)
committerLen Brown <len.brown@intel.com>
Thu, 16 Jul 2015 01:49:41 +0000 (21:49 -0400)
commita01e72fbc41e322ed229465de8b595a7e3ec6549
tree76541bcea1acc7ad98d22979b0683f0b810740b0
parent6fb3143b561c4a7865e5513eeb02d42ef38e8173
tools/power turbostat: fix parameter passing for forked command

turbostat supports forked command when sampling cpu state. However,
the forked command is not allowed to be executed with options, otherwise
turbostat might regard these options as invalid turbostat options.

For example:

./turbostat stress -c 4 -t 10
./turbostat: unrecognized option '-t'

Reported-by: Chen Yu <yu.c.chen@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c