Lines Matching full:startswith
154 startswith(const char *line, const char *start) in startswith() function
164 return startswith(line, start); in startswith_nowhitespace()
240 if (startswith(line, " - id:")) { in decode_ringbuffer()
243 } else if (startswith(line, " iova:")) { in decode_ringbuffer()
245 } else if (startswith(line, " rptr:")) { in decode_ringbuffer()
247 } else if (startswith(line, " wptr:")) { in decode_ringbuffer()
249 } else if (startswith(line, " size:")) { in decode_ringbuffer()
251 } else if (startswith(line, " data: !!ascii85 |")) { in decode_ringbuffer()
273 if (startswith(line, " iova:")) { in decode_gmu_log()
275 } else if (startswith(line, " size:")) { in decode_gmu_log()
277 } else if (startswith(line, " data: !!ascii85 |")) { in decode_gmu_log()
304 if (startswith(line, " iova:")) { in decode_gmu_hfi()
306 } else if (startswith(line, " size:")) { in decode_gmu_hfi()
308 } else if (startswith(line, " queue-history")) { in decode_gmu_hfi()
319 } else if (startswith(line, " data: !!ascii85 |")) { in decode_gmu_hfi()
452 if (startswith(line, " - far:")) { in decode_fault_info()
472 if (startswith(line, " - iova:")) { in decode_bos()
475 } else if (startswith(line, " size:")) { in decode_bos()
500 } else if (startswith(line, " data: !!ascii85 |")) { in decode_bos()
690 if (startswith(line, " - regs-name:")) { in decode_indexed_registers()
693 } else if (startswith(line, " dwords:")) { in decode_indexed_registers()
695 } else if (startswith(line, " data: !!ascii85 |")) { in decode_indexed_registers()
738 if (startswith(line, " - type:")) { in decode_shader_blocks()
790 if (startswith(line, " - debugbus-block:")) { in decode_debugbus()
793 } else if (startswith(line, " count:")) { in decode_debugbus()
795 } else if (startswith(line, " data: !!ascii85 |")) { in decode_debugbus()
826 if (startswith(line, "revision:")) { in decode()
868 } else if (startswith(line, "fault-info:")) { in decode()
870 } else if (startswith(line, "bos:")) { in decode()
872 } else if (startswith(line, "ringbuffer:")) { in decode()
874 } else if (startswith(line, "gmu-log:")) { in decode()
876 } else if (startswith(line, "gmu-hfi:")) { in decode()
878 } else if (startswith(line, "registers:")) { in decode()
885 } else if (startswith(line, "registers-gmu:")) { in decode()
887 } else if (startswith(line, "indexed-registers:")) { in decode()
889 } else if (startswith(line, "shader-blocks:")) { in decode()
891 } else if (startswith(line, "clusters:")) { in decode()
893 } else if (startswith(line, "debugbus:")) { in decode()