Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit e6caaab

Browse files
authored
Merge pull request #3160 from maxhaton/performance_perf_event
Bindings to linux perf_event header.
2 parents b4dc443 + dc08d27 commit e6caaab

File tree

3 files changed

+2470
-0
lines changed

3 files changed

+2470
-0
lines changed

mak/COPY

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ COPY=\
214214
$(IMPDIR)\core\sys\linux\ifaddrs.d \
215215
$(IMPDIR)\core\sys\linux\io_uring.d \
216216
$(IMPDIR)\core\sys\linux\link.d \
217+
$(IMPDIR)\core\sys\linux\perf_event.d \
217218
$(IMPDIR)\core\sys\linux\sched.d \
218219
$(IMPDIR)\core\sys\linux\stdio.d \
219220
$(IMPDIR)\core\sys\linux\string.d \

mak/SRCS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ SRCS=\
215215
src\core\sys\linux\ifaddrs.d \
216216
src\core\sys\linux\io_uring.d \
217217
src\core\sys\linux\link.d \
218+
src\core\sys\linux\perf_event.d \
218219
src\core\sys\linux\sched.d \
219220
src\core\sys\linux\stdio.d \
220221
src\core\sys\linux\string.d \

0 commit comments

Comments
 (0)