Home
last modified time | relevance | path

Searched refs:VERSION (Results 1 – 18 of 18) sorted by relevance

/tools/thermal/tmon/
DMakefile1 VERSION = 1.0 macro
8 CFLAGS+=-D VERSION=\"$(VERSION)\"
50 git archive --format=tar --prefix="$(TARGET)-$(VERSION)/" v$(VERSION) | \
Dtmon.c76 printf("TMON version %s\n", VERSION); in version()
Dtui.c398 " TMON v%s", VERSION); in show_title_bar()
/tools/perf/util/
DPERF-VERSION-GEN7 GVF=${OUTPUT}PERF-VERSION-FILE
22 elif test -f ../../PERF-VERSION-FILE
24 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
Dtrace-event-info.c45 #define VERSION "0.5" macro
458 size = strlen(VERSION) + 1; in tracing_data_header()
459 if (write(output_fd, VERSION, size) != size) in tracing_data_header()
/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
DContext.pm20 our $VERSION = '0.01';
23 XSLoader::load('Perf::Trace::Context', $VERSION);
DUtil.pm21 our $VERSION = '0.01';
DCore.pm22 our $VERSION = '0.01';
/tools/power/cpupower/utils/
Dversion-gen.sh30 VN="${VERSION}.${PATCHLEVEL}.${SUBLEVEL}${EXTRAVERSION}"
Dcpupower.c115 printf(PACKAGE " " VERSION "\n"); in print_version()
/tools/lib/traceevent/
DMakefile108 VERSION = $(EP_VERSION) macro
197 expr $(VERSION) \* 256 + $(PATCHLEVEL)); \
199 echo '#define VERSION_STRING "'$(VERSION).$(PATCHLEVEL).$(EXTRAVERSION)'"'; \
/tools/perf/
D.gitignore3 PERF-VERSION-FILE
DMakefile.perf116 $(OUTPUT)PERF-VERSION-FILE: ../../.git/HEAD
117 $(Q)$(SHELL_PATH) util/PERF-VERSION-GEN $(OUTPUT)
118 $(Q)touch $(OUTPUT)PERF-VERSION-FILE
350 : $(OUTPUT)PERF-VERSION-FILE
377 prepare: $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)common-cmds.h fixdep
607 …o */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)FEA…
DBuild37 …f.o += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))" -include $(OUTPUT)PERF-VERSION-FILE
/tools/lib/bpf/
DMakefile85 VERSION = $(BPF_VERSION) macro
/tools/power/cpupower/
DMakefile60 VERSION= $(shell ./utils/version-gen.sh) macro
/tools/firewire/
Dnosy-dump.c929 printf("dump tool for nosy sniffer, version %s\n", VERSION); in main()
/tools/testing/ktest/
Dktest.pl14 my $VERSION = "0.2";
4048 $#ARGV < 1 or die "ktest.pl version: $VERSION\n usage: ktest.pl [config-file]\n";