summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-compile.c
blob: c54e6551ae4c54cd6e9f418e6e8ff97280444efd (plain)
1
2
3
4
5
6
#include <stdio.h>
int main(void)
{
	printf("Hello World!\n");
	return 0;
}
it();'>
authorLen Brown <len.brown@intel.com>2016-12-22 23:57:55 -0500
committerLen Brown <len.brown@intel.com>2016-12-24 15:16:10 -0500
commit388e9c8134be6bbc3751ba7072f5fa9bc8ecbe01 (patch)
treee43e0ee0818f20e82785fdcc659f2c4d776b02fc /include/dt-bindings/reset/qcom,gcc-apq8084.h
parent7268d407ad4c49fbd521fb2e2f675a447bfef472 (diff)
tools/power turbostat: Make extensible via the --add parameter
Create the "--add" parameter. This can be used to teach an existing turbostat binary about any number of any type of counter. turbostat(8) details the syntax for --add. Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/dt-bindings/reset/qcom,gcc-apq8084.h')