Home
last modified time | relevance | path

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

/linux/tools/perf/util/arm-spe-decoder/
A Darm-spe-pkt-decoder.c253 static int arm_spe_pkt_out_string(int *err, char **buf_p, size_t *blen, in arm_spe_pkt_out_string() argument
264 ret = vsnprintf(*buf_p, *blen, fmt, ap); in arm_spe_pkt_out_string()
276 (*buf_p)[*blen - 1] = '\0'; in arm_spe_pkt_out_string()
285 *buf_p += ret; in arm_spe_pkt_out_string()

Completed in 4 milliseconds