comparison src/os/bsd/dtrace/hotspot.d @ 14278:a3ba776d6ab6

8030812: Change the solaris DTrace implementation to use USDT2 instead of USDT1 Reviewed-by: coleenp, sspitsyn, dsamersoff
author sla
date Thu, 16 Jan 2014 20:14:21 +0100
parents dbcb1dd0785b
children
comparison
equal deleted inserted replaced
14277:3bee68af0296 14278:a3ba776d6ab6
54 probe thread__yield(); 54 probe thread__yield();
55 probe thread__park__begin(uintptr_t, int, long long); 55 probe thread__park__begin(uintptr_t, int, long long);
56 probe thread__park__end(uintptr_t); 56 probe thread__park__end(uintptr_t);
57 probe thread__unpark(uintptr_t); 57 probe thread__unpark(uintptr_t);
58 probe method__compile__begin( 58 probe method__compile__begin(
59 const char*, uintptr_t, const char*, uintptr_t, const char*, uintptr_t, const char*, uintptr_t); 59 char*, uintptr_t, char*, uintptr_t, char*, uintptr_t, char*, uintptr_t);
60 probe method__compile__end( 60 probe method__compile__end(
61 char*, uintptr_t, char*, uintptr_t, char*, uintptr_t, 61 char*, uintptr_t, char*, uintptr_t, char*, uintptr_t,
62 char*, uintptr_t, uintptr_t); 62 char*, uintptr_t, uintptr_t);
63 probe compiled__method__load( 63 probe compiled__method__load(
64 char*, uintptr_t, char*, uintptr_t, char*, uintptr_t, void*, uintptr_t); 64 char*, uintptr_t, char*, uintptr_t, char*, uintptr_t, void*, uintptr_t);