#compdef pai

function _pai {

	_arguments -C \
		"--crypto[Collect PAI crypto counters]" \
		"--nnpa[Collect PAI nnpa counters]" \
		"--mapsize[Specifies number of 4KB pages for event ring buffer]" \
		"--report[Report file contents]" \
		"--realtime[Collect data with this RT SCHED_FIFO priority]" \
		"--interval[Specifies interval between read operations in milliseconds]" \
		"--verbose[Verbose output]" \
		"--humantime[Human readable timestamp in seconds.nanoseconds]" \
		"--summary[Print summary of all non-zero counter values]" \
		"--help[Print this help, then exit]" \
		"--version[Print version information, then exit]" \

}
