Home
last modified time | relevance | path

Searched refs:includedAggregationNames (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregateSpec.java35 private Set <String> includedAggregationNames; field in AggregateSpec
40 includedAggregationNames = new HashSet <String> (); in AggregateSpec()
47 return (includedAggregationNames == null); in isIncludeByDefault()
60 includedAggregationNames = null; in setIncludeByDefault()
61 } else if (includedAggregationNames == null) { in setIncludeByDefault()
62 includedAggregationNames = new HashSet <String> (); in setIncludeByDefault()
86 if (includedAggregationNames == null) { in addIncludedAggregationName()
87 includedAggregationNames = new HashSet <String> (); in addIncludedAggregationName()
89 includedAggregationNames.add( in addIncludedAggregationName()
116 if (includedAggregationNames == null) { in getIncludedAggregationNames()
[all …]
H A DConsumer.java528 public Aggregate getAggregate(Set <String> includedAggregationNames) in getAggregate() argument
561 public Aggregate getAggregate(Set <String> includedAggregationNames, in getAggregate() argument
H A DLocalConsumer.java938 getAggregate(Set <String> includedAggregationNames) in getAggregate() argument
941 return getAggregate(includedAggregationNames, in getAggregate()
946 getAggregate(Set <String> includedAggregationNames, in getAggregate() argument
952 if (includedAggregationNames == null) { in getAggregate()
956 for (String included : includedAggregationNames) { in getAggregate()