Home
last modified time | relevance | path

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

/linux/tools/perf/tests/shell/lib/
H A Dperf_json_output_lint.py28 def isfloat(num): function
44 return isfloat(num) or num == '<not counted>' or num == '<not supported>'
47 return isfloat(num) or num == 'none'
51 'counters': lambda x: isfloat(x),
60 'event-runtime': lambda x: isfloat(x),
61 'interval': lambda x: isfloat(x),
67 'pcnt-running': lambda x: isfloat(x),