Searched refs:aggregationName (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregateSpec.java133 isIncluded(String aggregationName) argument
137 Aggregate.filterUnnamedAggregationName(aggregationName)));
142 isCleared(String aggregationName) argument
146 Aggregate.filterUnnamedAggregationName(aggregationName)));
H A DAggregation.java108 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 DAggregate.java301 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 DPrintaRecord.java361 * @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 DProbeData.java306 addAggregationRecord(String aggregationName, long aggid, argument
314 printa.addRecord(aggregationName, aggid, rec);

Completed in 42 milliseconds