OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strfilter__compare
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
strfilter.h
38
*
strfilter__compare
- compare given string and a string filter
44
bool
strfilter__compare
(struct strfilter *self, const char *str);
strfilter.c
194
bool
strfilter__compare
(struct strfilter *self, const char *str)
function
probe-event.c
486
if (
strfilter__compare
(_filter, var)) {
[
all
...]
Completed in 173 milliseconds