Searched defs:uprof (Results 1 – 1 of 1) sorted by relevance
83 struct uprof { /* profile arguments */ struct84 struct uprof *pr_next; /* multiple prof buffers allowed */85 caddr_t pr_base; /* buffer base */86 u_int32_t pr_size; /* buffer size */87 u_int32_t pr_off; /* pc offset */88 u_int32_t pr_scale; /* pc scaling */89 u_int32_t pr_addr; /* temp storage for addr until AST */90 u_int32_t pr_ticks; /* temp storage for ticks until AST */