Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147269
b: refs/heads/master
c: e0143ba
h: refs/heads/master
i:
  147267: 0748147
v: v3
  • Loading branch information
Ingo Molnar committed Apr 6, 2009
1 parent 77effad commit 4c7c632
Show file tree
Hide file tree
Showing 4 changed files with 1,490 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f9f791eb53b56097cd311a1a5517a8e89bdaf35
refs/heads/master: e0143bad9dbf2a8fad4c5430562bceba196b66ea
12 changes: 12 additions & 0 deletions trunk/Documentation/perf_counter/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
BINS = kerneltop perfstat

all: $(BINS)

kerneltop: kerneltop.c perfcounters.h
cc -O6 -Wall -lrt `pkg-config --cflags --libs glib-2.0` -o $@ $<

perfstat: kerneltop
ln -sf kerneltop perfstat

clean:
rm $(BINS)
Loading

0 comments on commit 4c7c632

Please sign in to comment.