Message type for SYS_PROFBUF.
Change-Id: I10c1e878b0e3ff9bfc52709cc87dace632fa3e4f
This commit is contained in:
@@ -362,10 +362,6 @@
|
||||
#define SMS_BYTES m2_l2 /* bytes from offset */
|
||||
#define SMS_PATTERN m2_i2 /* memset() pattern */
|
||||
|
||||
/* Field names for SYS_SPROF, _CPROF, _PROFBUF. */
|
||||
#define PROF_CTL_PTR m7_p1 /* location of info struct */
|
||||
#define PROF_MEM_PTR m7_p2 /* location of profiling data */
|
||||
|
||||
/* Field names for SYS_VMCTL. */
|
||||
#define SVMCTL_WHO m1_i1
|
||||
#define SVMCTL_PARAM m1_i2 /* All SYS_VMCTL requests. */
|
||||
|
||||
@@ -146,6 +146,14 @@ typedef struct {
|
||||
} mess_lc_pm_cprof;
|
||||
_ASSERT_MSG_SIZE(mess_lc_pm_cprof);
|
||||
|
||||
typedef struct {
|
||||
vir_bytes ctl_ptr;
|
||||
vir_bytes mem_ptr;
|
||||
|
||||
uint8_t padding[48];
|
||||
} mess_lsys_krn_sys_profbuf;
|
||||
_ASSERT_MSG_SIZE(mess_lsys_krn_sys_profbuf);
|
||||
|
||||
typedef struct {
|
||||
endpoint_t endpt;
|
||||
int action;
|
||||
@@ -2028,6 +2036,7 @@ typedef struct {
|
||||
mess_lc_pm_sprof m_lc_pm_sprof;
|
||||
mess_lsys_krn_sys_diagctl m_lsys_krn_sys_diagctl;
|
||||
mess_lsys_krn_sys_cprof m_lsys_krn_sys_cprof;
|
||||
mess_lsys_krn_sys_profbuf m_lsys_krn_sys_profbuf;
|
||||
mess_lsys_krn_sys_sprof m_lsys_krn_sys_sprof;
|
||||
mess_lsys_krn_readbios m_lsys_krn_readbios;
|
||||
mess_pm_lsys_sigs_signal m_pm_lsys_sigs_signal;
|
||||
|
||||
Reference in New Issue
Block a user