clazz="+java.lang.Thread",
method="run",
location=@Location(value=Kind.ENTRY, clazz="/.*/", method="/.*/")
)
public static void threadEntry(@ProbeMethodName String probeMethod, @ProbeClassName String probeClass) { // all calls to the info methods with signature "(String)"
AggregationKey key = Aggregations.newAggregationKey(probeClass);
currThread = currentThread();
Aggregations.addToAggregation(threadsLiveCount, key, 1);
}