Searched refs:stackshot_entitlement_report (Results 1 – 1 of 1) sorted by relevance
59 SECURITY_READ_ONLY_LATE(uint8_t) stackshot_entitlement_report = STACKSHOT_ENTITLEMENT_REPORT;76 CA_EVENT(stackshot_entitlement_report,88 struct stackshot_entitlement_report { struct101 static struct stackshot_entitlement_report *sshot_report_recent[SSHOT_ENTITLEMENT_RECENT]; argument109 stackshot_entitlement_send_report(const struct stackshot_entitlement_report *ser) in stackshot_entitlement_send_report()111 ca_event_t ca_event = CA_EVENT_ALLOCATE(stackshot_entitlement_report); in stackshot_entitlement_send_report()112 CA_EVENT_TYPE(stackshot_entitlement_report) * ser_event = ca_event->data; in stackshot_entitlement_send_report()142 sshot_entitlement_copy_for_send(const struct stackshot_entitlement_report *src, in sshot_entitlement_copy_for_send()143 struct stackshot_entitlement_report *dst) in sshot_entitlement_copy_for_send()166 struct stackshot_entitlement_report *ser = kalloc_data(sizeof(*ser), Z_WAITOK | Z_NOFAIL); in stackshot_entitlement_do_report()[all …]