Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/tests/shell/lib/
A Dperf_json_output_lint.py24 def isfloat(num): function
40 return isfloat(num) or num == '<not counted>' or num == '<not supported>'
44 'aggregate-number': lambda x: isfloat(x),
51 'event-runtime': lambda x: isfloat(x),
52 'interval': lambda x: isfloat(x),
54 'metric-value': lambda x: isfloat(x),
56 'pcnt-running': lambda x: isfloat(x),

Completed in 4 milliseconds