Home
last modified time | relevance | path

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

/tools/perf/util/
Dzlib.c21 struct stat stbuf; in gzip_decompress_to_file() local
35 if (fstat(input_fd, &stbuf) < 0) in gzip_decompress_to_file()
38 ptr = mmap(NULL, stbuf.st_size, PROT_READ, MAP_PRIVATE, input_fd, 0); in gzip_decompress_to_file()
46 zs.avail_in = stbuf.st_size; in gzip_decompress_to_file()
75 munmap(ptr, stbuf.st_size); in gzip_decompress_to_file()
Dsymbol-minimal.c224 struct stat stbuf; in sysfs__read_build_id() local
232 if (fstat(fd, &stbuf) < 0) in sysfs__read_build_id()
235 buf_size = stbuf.st_size; in sysfs__read_build_id()
/tools/perf/pmu-events/
Djevents.c838 struct stat stbuf; in main() local
863 if (stat(ldirname, &stbuf) < 0) { in main()