| 1424 | #endif |
| 1425 | |
| 1426 | static int |
| 1427 | prof_getpid(void) { |
| 1428 | #ifdef _WIN32 |
| 1429 | return GetCurrentProcessId(); |
| 1430 | #else |
| 1431 | return getpid(); |
| 1432 | #endif |
| 1433 | } |
| 1434 | |
| 1435 | static bool |
| 1436 | prof_dump_maps(bool propagate_err) { |
no outgoing calls
no test coverage detected