Searched refs:hotspot (Results 1 – 25 of 49) sorted by relevance
12
| /freebsd-9-stable/cddl/contrib/dtracetoolkit/Java/ |
| D | j_stat.d | 95 hotspot*:::thread-start 100 hotspot*:::method-entry 105 hotspot*:::object-alloc 110 hotspot*:::class-loaded 115 hotspot*:::gc-begin 120 hotspot*:::ExceptionOccurred-entry
|
| D | j_calls.d | 55 hotspot*:::method-entry 66 hotspot*:::object-alloc 73 hotspot*:::class-loaded 80 hotspot*:::thread-start 87 hotspot*:::method-compile-begin 98 hotspot*:::compiled-method-load
|
| D | j_classflow.d | 71 hotspot*:::method-entry, 72 hotspot*:::method-return 78 hotspot*:::method-entry 90 hotspot*:::method-return
|
| D | j_flowtime.d | 66 hotspot*:::method-entry, 67 hotspot*:::method-return 73 hotspot*:::method-entry 88 hotspot*:::method-return
|
| D | j_calldist.d | 53 hotspot*:::method-entry 60 hotspot*:::method-return 85 hotspot*:::gc-begin 91 hotspot*:::gc-end
|
| D | j_cpudist.d | 53 hotspot*:::method-entry 60 hotspot*:::method-return 85 hotspot*:::gc-begin 91 hotspot*:::gc-end
|
| D | j_syscolors.d | 70 hotspot$target:::method-entry, 71 hotspot$target:::method-return, 79 hotspot$target:::method-entry 95 hotspot$target:::method-return
|
| D | j_calltime.d | 54 hotspot*:::method-entry 61 hotspot*:::method-return 87 hotspot*:::gc-begin 93 hotspot*:::gc-end
|
| D | j_cputime.d | 54 hotspot*:::method-entry 61 hotspot*:::method-return 87 hotspot*:::gc-begin 93 hotspot*:::gc-end
|
| D | j_thread.d | 50 hotspot*:::thread-start 58 hotspot*:::thread-stop
|
| D | j_flow.d | 63 hotspot*:::method-entry 76 hotspot*:::method-return
|
| D | j_events.d | 47 hotspot*:::
|
| /freebsd-9-stable/cddl/contrib/dtracetoolkit/Bin/ |
| D | j_stat.d | 95 hotspot*:::thread-start 100 hotspot*:::method-entry 105 hotspot*:::object-alloc 110 hotspot*:::class-loaded 115 hotspot*:::gc-begin 120 hotspot*:::ExceptionOccurred-entry
|
| D | j_calls.d | 55 hotspot*:::method-entry 66 hotspot*:::object-alloc 73 hotspot*:::class-loaded 80 hotspot*:::thread-start 87 hotspot*:::method-compile-begin 98 hotspot*:::compiled-method-load
|
| D | j_classflow.d | 71 hotspot*:::method-entry, 72 hotspot*:::method-return 78 hotspot*:::method-entry 90 hotspot*:::method-return
|
| D | j_flowtime.d | 66 hotspot*:::method-entry, 67 hotspot*:::method-return 73 hotspot*:::method-entry 88 hotspot*:::method-return
|
| D | j_calldist.d | 53 hotspot*:::method-entry 60 hotspot*:::method-return 85 hotspot*:::gc-begin 91 hotspot*:::gc-end
|
| D | j_cpudist.d | 53 hotspot*:::method-entry 60 hotspot*:::method-return 85 hotspot*:::gc-begin 91 hotspot*:::gc-end
|
| D | j_syscolors.d | 70 hotspot$target:::method-entry, 71 hotspot$target:::method-return, 79 hotspot$target:::method-entry 95 hotspot$target:::method-return
|
| D | j_cputime.d | 54 hotspot*:::method-entry 61 hotspot*:::method-return 87 hotspot*:::gc-begin 93 hotspot*:::gc-end
|
| D | j_calltime.d | 54 hotspot*:::method-entry 61 hotspot*:::method-return 87 hotspot*:::gc-begin 93 hotspot*:::gc-end
|
| D | j_thread.d | 50 hotspot*:::thread-start 58 hotspot*:::thread-stop
|
| D | j_flow.d | 63 hotspot*:::method-entry 76 hotspot*:::method-return
|
| /freebsd-9-stable/sys/geom/ |
| D | geom_slice.c | 81 if (gsp->hotspot != NULL) in g_slice_free() 82 g_free(gsp->hotspot); in g_slice_free() 230 ghp = &gsp->hotspot[m_index]; in g_slice_start() 445 gsl = gsp->hotspot; in g_slice_conf_hot() 448 if (gsp->hotspot != NULL) in g_slice_conf_hot() 449 bcopy(gsp->hotspot, gsl2, gsp->nhotspot * sizeof *gsl2); in g_slice_conf_hot() 450 gsp->hotspot = gsl2; in g_slice_conf_hot() 451 if (gsp->hotspot != NULL) in g_slice_conf_hot()
|
| /freebsd-9-stable/cddl/contrib/dtracetoolkit/Examples/ |
| D | hotspot_example.txt | 1 The following is a demonstration of the hotspot.d script. 8 # ./hotspot.d
|
12