Home
last modified time | relevance | path

Searched refs:comma_match (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/libpp/
Dprofile_spec.cpp206 bool comma_match(comma_list<T> const & cl, generic_spec<T> const & value) in comma_match() function
289 if (!comma_match(cpu, spec.cpu)) in match()
292 if (!comma_match(tid, spec.tid)) in match()
295 if (!comma_match(tgid, spec.tgid)) in match()
/external/oprofile/doc/
DCodingStyle29 Avoid complex conditionals via helper functions (e.g. comma_match)