Searched defs:aggregationName (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | AggregateSpec.java | 133 isIncluded(String aggregationName) argument 137 Aggregate.filterUnnamedAggregationName(aggregationName))); 142 isCleared(String aggregationName) argument 146 Aggregate.filterUnnamedAggregationName(aggregationName)));
|
H A D | Aggregate.java | 301 addRecord(String aggregationName, long aggid, AggregationRecord rec) argument 304 aggregationName = Aggregate.filterUnnamedAggregationName( 305 aggregationName); 306 Aggregation aggregation = getAggregation(aggregationName); 308 aggregation = new Aggregation(aggregationName, aggid); 309 map.put(aggregationName, aggregation);
|
H A D | Aggregation.java | 108 Aggregation(String aggregationName, long aggregationID) argument 110 name = Aggregate.filterUnnamedAggregationName(aggregationName); 119 * @param aggregationName the name of this aggregation, empty string 134 Aggregation(String aggregationName, long aggregationID, argument 137 name = Aggregate.filterUnnamedAggregationName(aggregationName);
|
H A D | PrintaRecord.java | 361 * @throws NullPointerException if aggregationName is null 367 addRecord(String aggregationName, long aggid, AggregationRecord record) argument 374 aggregationName = Aggregate.filterUnnamedAggregationName( 375 aggregationName); 376 Aggregation aggregation = getAggregationImpl(aggregationName); 378 aggregation = new Aggregation(aggregationName, aggid);
|
H A D | ProbeData.java | 306 addAggregationRecord(String aggregationName, long aggid, argument 314 printa.addRecord(aggregationName, aggid, rec);
|
Completed in 174 milliseconds