summaryrefslogtreecommitdiff
path: root/man/html/cpuperf
diff options
context:
space:
mode:
Diffstat (limited to 'man/html/cpuperf')
-rw-r--r--man/html/cpuperf/GNUmakefile29
-rw-r--r--man/html/cpuperf/babylon.percpu.0bin0 -> 93752 bytes
-rw-r--r--man/html/cpuperf/babylon.percpu.indexbin0 -> 192 bytes
-rw-r--r--man/html/cpuperf/babylon.percpu.metabin0 -> 941 bytes
-rw-r--r--man/html/cpuperf/moomba.pmkstat.0bin0 -> 6520 bytes
-rw-r--r--man/html/cpuperf/moomba.pmkstat.indexbin0 -> 192 bytes
-rw-r--r--man/html/cpuperf/moomba.pmkstat.metabin0 -> 1564 bytes
7 files changed, 29 insertions, 0 deletions
diff --git a/man/html/cpuperf/GNUmakefile b/man/html/cpuperf/GNUmakefile
new file mode 100644
index 0000000..76c7ab5
--- /dev/null
+++ b/man/html/cpuperf/GNUmakefile
@@ -0,0 +1,29 @@
+TOPDIR = ../../..
+include $(TOPDIR)/src/include/builddefs
+
+BUNDLE = cpuperf
+BINTAR = $(BUNDLE).tar.gz
+PCPLOGS = $(shell echo *.0 *.meta *.index)
+CONFIGS =
+LSRCFILES = $(PCPLOGS) $(CONFIGS)
+LDIRT = $(BINTAR) manifest
+
+default: $(BINTAR)
+
+$(BINTAR): $(PCPLOGS) $(CONFIGS)
+ @ CDIR=`pwd`; cd ..; rm -f manifest; \
+ for f in `echo $^`; do \
+ echo $(BUNDLE)/$$f >> $$CDIR/manifest; \
+ done; \
+ $(TAR) -T $$CDIR/manifest -cf - | $(ZIP) --best > $$CDIR/$(BINTAR); \
+ echo "Created $(BINTAR)"
+
+include $(BUILDRULES)
+
+install install-dev: default
+ $(INSTALL) -m 755 -d $(PCP_DEMOS_DIR)/tutorials
+ $(INSTALL) -m 644 $(BINTAR) $(PCP_DEMOS_DIR)/tutorials/$(BINTAR)
+
+default_pcp : default
+
+install_pcp : install
diff --git a/man/html/cpuperf/babylon.percpu.0 b/man/html/cpuperf/babylon.percpu.0
new file mode 100644
index 0000000..6c5fddd
--- /dev/null
+++ b/man/html/cpuperf/babylon.percpu.0
Binary files differ
diff --git a/man/html/cpuperf/babylon.percpu.index b/man/html/cpuperf/babylon.percpu.index
new file mode 100644
index 0000000..938e63d
--- /dev/null
+++ b/man/html/cpuperf/babylon.percpu.index
Binary files differ
diff --git a/man/html/cpuperf/babylon.percpu.meta b/man/html/cpuperf/babylon.percpu.meta
new file mode 100644
index 0000000..2eed638
--- /dev/null
+++ b/man/html/cpuperf/babylon.percpu.meta
Binary files differ
diff --git a/man/html/cpuperf/moomba.pmkstat.0 b/man/html/cpuperf/moomba.pmkstat.0
new file mode 100644
index 0000000..e9ac65c
--- /dev/null
+++ b/man/html/cpuperf/moomba.pmkstat.0
Binary files differ
diff --git a/man/html/cpuperf/moomba.pmkstat.index b/man/html/cpuperf/moomba.pmkstat.index
new file mode 100644
index 0000000..5f165fd
--- /dev/null
+++ b/man/html/cpuperf/moomba.pmkstat.index
Binary files differ
diff --git a/man/html/cpuperf/moomba.pmkstat.meta b/man/html/cpuperf/moomba.pmkstat.meta
new file mode 100644
index 0000000..457b35a
--- /dev/null
+++ b/man/html/cpuperf/moomba.pmkstat.meta
Binary files differ