xref: /aosp_15_r20/external/OpenCSD/decoder/tests/auto-fdo/show_strobing.sh (revision 02ca8ccacfba7e0df68f3332a95f3180334d6649)
1#!/bin/bash
2
3for e in /sys/bus/coresight/devices/etm*/; do
4       echo "Strobing period for $e is $((`cat $e/strobe_period`))"
5       echo "Strobing window for $e is $((`cat $e/strobe_window`))"
6done
7