Searched refs:VERSION (Results 1 – 25 of 42) sorted by relevance
12
| /tools/thermal/tmon/ |
| A D | Makefile | 5 VERSION = 1.0 macro 15 override CFLAGS+=-D VERSION=\"$(VERSION)\" 53 git archive --format=tar --prefix="$(TARGET)-$(VERSION)/" v$(VERSION) | \
|
| /tools/perf/util/ |
| A D | PERF-VERSION-GEN | 8 GVF=${OUTPUT}PERF-VERSION-FILE 23 elif test -f ../../PERF-VERSION-FILE 25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
|
| A D | trace-event-info.c | 31 #define VERSION "0.6" macro 567 size = strlen(VERSION) + 1; in tracing_data_header() 568 if (write(output_fd, VERSION, size) != size) in tracing_data_header()
|
| /tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
| A D | Context.pm | 20 our $VERSION = '0.01'; 23 XSLoader::load('Perf::Trace::Context', $VERSION);
|
| A D | Util.pm | 21 our $VERSION = '0.01';
|
| A D | Core.pm | 22 our $VERSION = '0.01';
|
| /tools/verification/rv/src/ |
| A D | rv.c | 72 fprintf(stderr, "rv version %s\n", VERSION); in rv_list() 107 fprintf(stderr, "rv version %s\n", VERSION); in rv_mon() 114 fprintf(stderr, "rv version %s\n", VERSION); in rv_mon() 158 fprintf(stderr, "rv version %s: %s\n", VERSION, message); in usage()
|
| /tools/thermal/thermometer/ |
| A D | Makefile | 18 VERSION = 0.0.1 macro 23 $(CC) $(CFLAGS) -D VERSION=\"$(VERSION)\" -o $@ $^ $(LDFLAGS)
|
| /tools/thermal/thermal-engine/ |
| A D | Makefile | 22 VERSION = 0.0.1 macro 26 $(CC) $(CFLAGS) -D VERSION=\"$(VERSION)\" -o $@ $^ $(LDFLAGS)
|
| /tools/tracing/rtla/ |
| A D | Makefile.standalone | 3 VERSION := $(shell cat VERSION)
|
| /tools/thermal/lib/ |
| A D | Makefile | 75 VERSION = $(LIBTHERMAL_TOOLS_VERSION).$(LIBTHERMAL_TOOLS_PATCHLEVEL).$(LIBTHERMAL_TOOLS_EXTRA… macro 77 LIBTHERMAL_TOOLS_SO := $(OUTPUT)libthermal_tools.so.$(VERSION) 103 …*.o *~ *.a *.so *.so.$(VERSION) *.so.$(LIBTHERMAL_TOOLS_VERSION) .*.d .*.cmd LIBTHERMAL_TOOLS-CFLA…
|
| A D | libthermal_tools.pc.template | 10 Version: @VERSION@
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_static_linked1.c | 30 int VERSION SEC("version") = 1;
|
| /tools/lib/thermal/ |
| A D | Makefile | 78 VERSION = $(LIBTHERMAL_VERSION).$(LIBTHERMAL_PATCHLEVEL).$(LIBTHERMAL_EXTRAVERSION) macro 80 LIBTHERMAL_SO := $(OUTPUT)libthermal.so.$(VERSION) 111 *.o *~ *.a *.so *.so.$(VERSION) *.so.$(LIBTHERMAL_VERSION) \
|
| A D | libthermal.pc.template | 10 Version: @VERSION@
|
| /tools/lib/perf/ |
| A D | libperf.pc.template | 9 Version: @VERSION@
|
| A D | Makefile | 72 VERSION = $(LIBPERF_VERSION).$(LIBPERF_PATCHLEVEL).$(LIBPERF_EXTRAVERSION) macro 74 LIBPERF_SO := $(OUTPUT)libperf.so.$(VERSION) 132 …*.o *~ *.a *.so *.so.$(VERSION) *.so.$(LIBPERF_VERSION) .*.d .*.cmd tests/*.o LIBPERF-CFLAGS $(LIB…
|
| /tools/lib/bpf/ |
| A D | libbpf.pc.template | 9 Version: @VERSION@
|
| /tools/power/cpupower/utils/ |
| A D | version-gen.sh | 31 VN="${VERSION}.${PATCHLEVEL}.${SUBLEVEL}${EXTRAVERSION}"
|
| /tools/testing/selftests/ |
| A D | Makefile | 297 @VERSION=$$(git describe HEAD 2>/dev/null); \ 298 if [ -n "$$VERSION" ]; then \ 299 echo "$$VERSION" > $(INSTALL_PATH)/VERSION; \
|
| /tools/tracing/rtla/src/ |
| A D | rtla.c | 23 "rtla version " VERSION, in rtla_usage()
|
| A D | timerlat.c | 135 "timerlat version " VERSION, in timerlat_usage()
|
| /tools/perf/ |
| A D | .gitignore | 4 PERF-VERSION-FILE
|
| /tools/testing/selftests/drivers/net/lib/sh/ |
| A D | lib_netcons.sh | 87 local VERSION=${1} 89 if [[ "$VERSION" == "ipv6" ]]
|
| /tools/verification/rv/ |
| A D | Makefile | 30 VERSION := $(shell sh -c "make -sC ../../.. kernelversion | grep -v make") macro
|
Completed in 55 milliseconds
12