Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-trace.c620 bool is_hexa = tok[0] == 0 && (tok[1] = 'x' || tok[1] == 'X'); in strarray__strtoul_flags() local
622 val = strtoul(tok, NULL, is_hexa ? 16 : 0); in strarray__strtoul_flags()