Home
last modified time | relevance | path

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

/tools/perf/util/
Dprobe-finder.c294 const char *cast) in convert_variable_type() argument
305 if (cast && strcmp(cast, "string") != 0 && strcmp(cast, "x") != 0 && in convert_variable_type()
306 strcmp(cast, "s") != 0 && strcmp(cast, "u") != 0) { in convert_variable_type()
309 tvar->type = strdup(cast); in convert_variable_type()
334 if (cast && strcmp(cast, "string") == 0) { /* String type */ in convert_variable_type()
365 tvar->type = strdup(cast); in convert_variable_type()
369 if (cast && (strcmp(cast, "u") == 0)) in convert_variable_type()
371 else if (cast && (strcmp(cast, "s") == 0)) in convert_variable_type()
373 else if (cast && (strcmp(cast, "x") == 0) && in convert_variable_type()
/tools/scripts/
DMakefile.include22 EXTRA_WARNINGS := -Wbad-function-cast