Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/shell/
H A Dstat+csv_summary.sh13 while read summary _num _event _run _pct
26 while read _num _event _run _pct
/openbmc/u-boot/tools/
H A Dkwboot.c144 kwboot_progress(int _pct, char c) in kwboot_progress() argument
148 if (_pct != -1) in kwboot_progress()
149 pct = _pct; in kwboot_progress()