Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for s390 , removed unsupported syscalls #676

Merged
merged 19 commits into from
Nov 7, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ppm_events_public.h
Added macros to support checks bypassing __NR_time system call
  • Loading branch information
ketank-new committed Nov 1, 2016
commit c1c845e538ffad17a7cf91261eb1f83594a201cc
4 changes: 3 additions & 1 deletion driver/ppm_events_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,9 @@ enum ppm_event_type {
PPME_CONTAINER_JSON_X = 273,
PPME_SYSCALL_SETSID_E = 274,
PPME_SYSCALL_SETSID_X = 275,
PPM_EVENT_MAX = 276
PPM_EVENT_MAX = 276,
PPME_SYSCALL_TIME_E = 277,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not correct, PPM_EVENT_MAX as the name says should be the last entry here.

PPME_SYSCALL_TIME_X = 278
};
/*@}*/

Expand Down