Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/shell/
H A Dstat+std_output.sh57 main_body=$(echo $line | cut -d' ' -f$prefix-)
58 x=${main_body%#*}
62 y=${main_body#*#}
79 [[ ! "$main_body" == *"#"* ]] && continue
80 [[ ! "$main_body" == *"${event_metric[$i]}"* ]] && {