Searched defs:uprof (Results 1 – 2 of 2) sorted by relevance
26 struct uprof { /* profile arguments */ struct27 caddr_t pr_base; /* buffer base */28 u_long pr_size; /* buffer size */29 u_long pr_off; /* pc offset */30 u_long pr_scale; /* pc scaling */31 u_long pr_addr; /* temp storage for addr until AST */32 u_long pr_ticks; /* temp storage for ticks until AST */
39 struct uprof *uprof = (struct uprof *)0; in main() local