Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/hisi-ptt-decoder/
H A Dhisi-ptt-pkt-decoder.c119 return hisi_ptt_pkt_size[HISI_PTT_8DW_PKT]; in hisi_ptt_8dw_kpt_desc()
155 return hisi_ptt_pkt_size[HISI_PTT_4DW_PKT]; in hisi_ptt_4dw_kpt_desc()
H A Dhisi-ptt-pkt-decoder.h24 static int hisi_ptt_pkt_size[] = { variable
/openbmc/linux/tools/perf/util/
H A Dhisi-ptt.c62 len = round_down(len, hisi_ptt_pkt_size[type]); in hisi_ptt_dump()