Home
last modified time | relevance | path

Searched refs:SEP_BUF_ENTRY_SIZE (Results 1 – 2 of 2) sorted by relevance

/hypervisor/include/debug/
A Dprofiling_internal.h23 #define SEP_BUF_ENTRY_SIZE 32U macro
230 } __aligned(SEP_BUF_ENTRY_SIZE);
254 } __aligned(SEP_BUF_ENTRY_SIZE);
268 } __aligned(SEP_BUF_ENTRY_SIZE);
276 } __aligned(SEP_BUF_ENTRY_SIZE);
284 }__aligned(SEP_BUF_ENTRY_SIZE);
/hypervisor/debug/
A Dprofiling.c382 (void)sbuf_put_many(sbuf, SEP_BUF_ENTRY_SIZE, (uint8_t *)&pkt_header, sizeof(pkt_header)); in profiling_generate_data()
383 (void)sbuf_put_many(sbuf, SEP_BUF_ENTRY_SIZE, (uint8_t *)payload, payload_size); in profiling_generate_data()

Completed in 6 milliseconds