Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/shell/lib/
H A Dperf_json_output_lint.py26 def isfloat(num): function
42 return isfloat(num) or num == '<not counted>' or num == '<not supported>'
46 'aggregate-number': lambda x: isfloat(x),
54 'event-runtime': lambda x: isfloat(x),
55 'interval': lambda x: isfloat(x),
57 'metric-value': lambda x: isfloat(x),
60 'pcnt-running': lambda x: isfloat(x),