critical impact:
profil - Tru64 UNIX specific behavior (CrCh2)
Problem description
Some Tru64 UNIX specific behavior is not supported in
the profil function on HP-UX.
The profil function starts and stops execution
profiling. The format is: void profil( unsigned short *short_buffer,
unsigned int buffer_size,
void *offset,
unsigned int scale );In Tru64 UNIX, if the offset
is -1, the first argument becomes struct profil_args *args, indicating
that multiple discontiguous address ranges are to be profiled. HP-UX does
not support this concept. Identifiers
 profil |
|
|
|
|
|
See also
Solution description
The documented Tru64 UNIX specific behaviors may or may
not affect your application. Review the applicable manpages and your
code to determine if unexpected behavior will result.
See also
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| KN |
C, C++ |
any HP-UX 11i version |
critical |
changed |
|