Skip to content

Commit

Permalink
Generated syscall_compat_* header files
Browse files Browse the repository at this point in the history
Signed-off-by: mdafsanhossain <[email protected]>
  • Loading branch information
mdafsanhossain committed Nov 9, 2023
1 parent d4daf96 commit 9020772
Show file tree
Hide file tree
Showing 12 changed files with 2,053 additions and 848 deletions.
794 changes: 406 additions & 388 deletions docs/report.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion driver/SCHEMA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.12.3
2.12.4
19 changes: 18 additions & 1 deletion driver/ppm_events_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,24 @@ enum extra_event_prog_code
PPM_SC_X(RISCV_HWPROBE, 416) \
PPM_SC_X(FUTEX_WAKE, 417) \
PPM_SC_X(FUTEX_REQUEUE, 418) \
PPM_SC_X(FUTEX_WAIT, 419)
PPM_SC_X(FUTEX_WAIT, 419) \
PPM_SC_X(OLDSTAT, 420) \
PPM_SC_X(SWITCH_ENDIAN, 421) \
PPM_SC_X(MULTIPLEXER, 422) \
PPM_SC_X(OLDLSTAT, 423) \
PPM_SC_X(SPU_CREATE, 424) \
PPM_SC_X(SYNC_FILE_RANGE2, 425) \
PPM_SC_X(OLDFSTAT, 426) \
PPM_SC_X(SPU_RUN, 427) \
PPM_SC_X(SWAPCONTEXT, 428) \
PPM_SC_X(PCICONFIG_WRITE, 429) \
PPM_SC_X(RTAS, 430) \
PPM_SC_X(PCICONFIG_READ, 431) \
PPM_SC_X(SYS_DEBUG_SETCONTEXT, 432) \
PPM_SC_X(VM86, 433) \
PPM_SC_X(OLDOLDUNAME, 434) \
PPM_SC_X(SUBPAGE_PROT, 435) \
PPM_SC_X(PCICONFIG_IOBASE, 436)

typedef enum {
#define PPM_SC_X(name, value) PPM_SC_##name = (value),
Expand Down
3 changes: 0 additions & 3 deletions driver/syscall_compat_aarch64.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ or GPL2.txt for full copies of the license.
#ifndef __NR_pivot_root
#define __NR_pivot_root 41
#endif
#ifndef __NR_nfsservctl
#define __NR_nfsservctl 42
#endif
#ifndef __NR_statfs
#define __NR_statfs 43
#endif
Expand Down
Loading

0 comments on commit 9020772

Please sign in to comment.