Home | History | Annotate | Download | only in libpp

Lines Matching refs:match

203 /// return true if the value from the profile spec may match the comma
208 // if the profile spec is "all" we match the sample file
212 // an "all" sample file should never match specified profile
217 // now match each profile spec value against the sample file
218 return cl.match(value.value());
224 bool profile_spec::match(filename_spec const & spec) const
239 if (filter.match(simage) || filter.match(slib_image))
247 if (!filter.match(simage))
250 // image.empty() means match all except if user
258 if (!filter.match(slib_image))
261 // lib_image empty means match all except if user
269 // if we don't match by image_or_lib_image we must try to
274 if (!filter.match(simage))
276 if (!spec.lib_image.empty() && !filter.match(slib_image))
280 if (!event.match(spec.event))
283 if (!count.match(spec.count))
286 if (!unitmask.match(spec.unitmask))
402 * bogus match, the oprofile kernel records a cookie switch for the
442 if (spec.match(file_spec)) {