Skip to content

Commit

Permalink
add make cat
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Aug 11, 2024
1 parent d9443fe commit 3e346b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ $(PROGRAM): libbpf | $(PROGRAM).bpf.o
-tags netgo -ldflags $(CGO_EXTLDFLAGS_STATIC) \
-o $(PROGRAM) ./$(PROGRAM).go

.PHONY: cat
cat:
sudo cat /sys/kernel/debug/tracing/trace_pipe

## clean

clean:
Expand Down

0 comments on commit 3e346b4

Please sign in to comment.