commit | 57a42a34d126f2fe5d1f2f120c5f7a31ec65cd31 | [log] [tgz] |
---|---|---|
author | Josh Triplett <josh@joshtriplett.org> | Tue Aug 20 17:20:17 2013 -0700 |
committer | Len Brown <len.brown@intel.com> | Sat Jan 18 22:34:09 2014 -0500 |
tree | d646c40a4e06e7737b12bcddbe4ac9796f748bbf | |
parent | 95aebc44e73b05d4e95774b983a63909de638808 [diff] |
turbostat: Factor out common function to open file and exit on failure Several different functions in turbostat contain the same pattern of opening a file and exiting on failure. Factor out a common fopen_or_die function for that. Signed-off-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Len Brown <len.brown@intel.com>