You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
perf_counter: add sample user-space to Documentation/perf_counter/
Initial version of kerneltop.c and perfstat.c. Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -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)
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user