Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c108 struct rawarc struct
200 struct rawarc rawarc; in write_callgraph() local
211 rawarc.raw_frompc = frompc; in write_callgraph()
212 rawarc.raw_selfpc = tos[toindex].selfpc; in write_callgraph()
213 rawarc.raw_count = tos[toindex].count; in write_callgraph()
216 {&rawarc, sizeof (struct rawarc)} in write_callgraph()
218 if (writev (fd, iov, 2) != sizeof (tag) + sizeof (struct rawarc)) in write_callgraph()