Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dllvm-utils.c128 #define READ_SIZE 4096 macro
150 if (buf_sz - read_sz < READ_SIZE + 1) { in read_from_pipe()
153 buf_sz = read_sz + READ_SIZE + 1; in read_from_pipe()
164 read_sz += fread(buf + read_sz, 1, READ_SIZE, file); in read_from_pipe()