src/os/bsd/dtrace/hotspot.d

changeset 8189
c60b9a314312
parent 0
f90c822e73f8
equal deleted inserted replaced
8187:3ad3f93fe3d2 8189:c60b9a314312
45 char*, uintptr_t, char*, uintptr_t, 45 char*, uintptr_t, char*, uintptr_t,
46 uintptr_t, uintptr_t, uintptr_t, uintptr_t); 46 uintptr_t, uintptr_t, uintptr_t, uintptr_t);
47 probe mem__pool__gc__end( 47 probe mem__pool__gc__end(
48 char*, uintptr_t, char*, uintptr_t, 48 char*, uintptr_t, char*, uintptr_t,
49 uintptr_t, uintptr_t, uintptr_t, uintptr_t); 49 uintptr_t, uintptr_t, uintptr_t, uintptr_t);
50 probe thread__probe__start(char*, uintptr_t, uintptr_t, uintptr_t, uintptr_t); 50 probe thread__start(char*, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
51 probe thread__probe__stop(char*, uintptr_t, uintptr_t, uintptr_t, uintptr_t); 51 probe thread__stop(char*, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
52 probe thread__sleep__begin(long long); 52 probe thread__sleep__begin(long long);
53 probe thread__sleep__end(int); 53 probe thread__sleep__end(int);
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);
66 char*, uintptr_t, char*, uintptr_t, char*, uintptr_t); 66 char*, uintptr_t, char*, uintptr_t, char*, uintptr_t);
67 probe monitor__contended__enter(uintptr_t, uintptr_t, char*, uintptr_t); 67 probe monitor__contended__enter(uintptr_t, uintptr_t, char*, uintptr_t);
68 probe monitor__contended__entered(uintptr_t, uintptr_t, char*, uintptr_t); 68 probe monitor__contended__entered(uintptr_t, uintptr_t, char*, uintptr_t);
69 probe monitor__contended__exit(uintptr_t, uintptr_t, char*, uintptr_t); 69 probe monitor__contended__exit(uintptr_t, uintptr_t, char*, uintptr_t);
70 probe monitor__wait(uintptr_t, uintptr_t, char*, uintptr_t, uintptr_t); 70 probe monitor__wait(uintptr_t, uintptr_t, char*, uintptr_t, uintptr_t);
71 probe monitor__probe__waited(uintptr_t, uintptr_t, char*, uintptr_t); 71 probe monitor__waited(uintptr_t, uintptr_t, char*, uintptr_t);
72 probe monitor__notify(uintptr_t, uintptr_t, char*, uintptr_t); 72 probe monitor__notify(uintptr_t, uintptr_t, char*, uintptr_t);
73 probe monitor__notifyAll(uintptr_t, uintptr_t, char*, uintptr_t); 73 probe monitor__notifyAll(uintptr_t, uintptr_t, char*, uintptr_t);
74 74
75 probe object__alloc(int, char*, uintptr_t, uintptr_t); 75 probe object__alloc(int, char*, uintptr_t, uintptr_t);
76 probe method__entry( 76 probe method__entry(

mercurial