Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147351
b: refs/heads/master
c: de9ac07
h: refs/heads/master
i:
  147349: cef020a
  147347: 6e11591
  147343: 0632c23
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Apr 8, 2009
1 parent 92b8348 commit 97e12fe
Show file tree
Hide file tree
Showing 4 changed files with 1,010 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8d1b2d9361b494bfc761700c348c65ebbe3deb5b
refs/heads/master: de9ac07bbf8f51e0ce40e5428c3a8f627bd237c2
8 changes: 7 additions & 1 deletion trunk/Documentation/perf_counter/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
BINS = kerneltop perfstat
BINS = kerneltop perfstat perf-record perf-report

all: $(BINS)

kerneltop: kerneltop.c ../../include/linux/perf_counter.h
cc -O6 -Wall -lrt -o $@ $<

perf-record: perf-record.c ../../include/linux/perf_counter.h
cc -O6 -Wall -lrt -o $@ $<

perf-report: perf-report.cc ../../include/linux/perf_counter.h
g++ -O6 -Wall -lrt -o $@ $<

perfstat: kerneltop
ln -sf kerneltop perfstat

Expand Down
Loading

0 comments on commit 97e12fe

Please sign in to comment.