+#if NETWORKING
+490 AUE_NULL ALL { int netagent_trigger(uuid_t agent_uuid, size_t agent_uuidlen); }
+#else
+490 AUE_NULL ALL { int nosys(void); }
+#endif /* NETWORKING */
+491 AUE_STACKSNAPSHOT ALL { int stack_snapshot_with_config(int stackshot_config_version, user_addr_t stackshot_config, size_t stackshot_config_size) NO_SYSCALL_STUB; }
+#if CONFIG_TELEMETRY
+492 AUE_STACKSNAPSHOT ALL { int microstackshot(user_addr_t tracebuf, uint32_t tracebuf_size, uint32_t flags) NO_SYSCALL_STUB; }
+#else
+492 AUE_NULL ALL { int enosys(void); }
+#endif /* CONFIG_TELEMETRY */
+493 AUE_NULL ALL { user_ssize_t grab_pgo_data (user_addr_t uuid, int flags, user_addr_t buffer, user_ssize_t size); }
+#if CONFIG_PERSONAS
+494 AUE_PERSONA ALL { int persona(uint32_t operation, uint32_t flags, struct kpersona_info *info, uid_t *id, size_t *idlen) NO_SYSCALL_STUB; }
+#else
+494 AUE_NULL ALL { int enosys(void); }
+#endif
+495 AUE_NULL ALL { int enosys(void); }
+496 AUE_NULL ALL { int enosys(void); }
+497 AUE_NULL ALL { int enosys(void); }
+498 AUE_NULL ALL { int enosys(void); }
+499 AUE_NULL ALL { int work_interval_ctl(uint32_t operation, uint64_t work_interval_id, void *arg, size_t len) NO_SYSCALL_STUB; }