1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +01:00

revent workload part 1

This commit is contained in:
Sergei Trofimov
2017-04-06 16:38:23 +01:00
parent b8361f8e09
commit bddabbc56d
4 changed files with 1850 additions and 0 deletions

17
wa/tools/revent/Makefile Normal file
View File

@@ -0,0 +1,17 @@
# CROSS_COMPILE=aarch64-linux-gnu- make
#
CC=gcc
ifdef DEBUG
CFLAGS=-static -lc -g
else
CFLAGS=-static -lc -O2
endif
revent: revent.c
$(CROSS_COMPILE)$(CC) $(CFLAGS) revent.c -o revent
clean:
rm -rf revent
.PHONY: clean

1490
wa/tools/revent/revent.c Normal file

File diff suppressed because it is too large Load Diff