Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 8 of 8) sorted by relevance

/tools/perf/
Dcheck-headers.sh115 check include/linux/ctype.h '-I "isdigit("'
116 check lib/ctype.c '-I "^EXPORT_SYMBOL" -I "^#include <linux/export.h>" -B'
DMANIFEST11 tools/lib/ctype.c
/tools/firewire/
Ddecode-fcp.c140 uint32_t ctype:4; member
164 ctype_names[frame->ctype], subunit_type_names[frame->subunit_type], in decode_avc()
/tools/perf/jvmti/
DBuild19 $(OUTPUT)jvmti/libctype.o: ../lib/ctype.c FORCE
/tools/objtool/
DBuild21 $(OUTPUT)libctype.o: ../lib/ctype.c FORCE
/tools/lib/traceevent/
Dparse-filter.c429 create_arg_cmp(enum tep_filter_cmp_type ctype) in create_arg_cmp() argument
439 arg->num.type = ctype; in create_arg_cmp()
657 enum tep_filter_cmp_type *ctype, in process_op() argument
662 *ctype = TEP_FILTER_CMP_NONE; in process_op()
703 *ctype = TEP_FILTER_CMP_EQ; in process_op()
705 *ctype = TEP_FILTER_CMP_NE; in process_op()
707 *ctype = TEP_FILTER_CMP_LT; in process_op()
709 *ctype = TEP_FILTER_CMP_GT; in process_op()
711 *ctype = TEP_FILTER_CMP_LE; in process_op()
713 *ctype = TEP_FILTER_CMP_GE; in process_op()
[all …]
/tools/perf/util/
Dpython-ext-sources9 ../lib/ctype.c
DBuild7 perf-y += ctype.o
229 $(OUTPUT)util/ctype.o: ../lib/ctype.c FORCE