Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dzlib.c21 int input_fd; in gzip_decompress_to_file() local
34 input_fd = open(input, O_RDONLY); in gzip_decompress_to_file()
35 if (input_fd < 0) in gzip_decompress_to_file()
38 if (fstat(input_fd, &stbuf) < 0) in gzip_decompress_to_file()
41 ptr = mmap(NULL, stbuf.st_size, PROT_READ, MAP_PRIVATE, input_fd, 0); in gzip_decompress_to_file()
80 close(input_fd); in gzip_decompress_to_file()
Dtrace-event-read.c39 static int input_fd; variable
74 r = __do_read(input_fd, data, size); in do_read()
126 r = read(input_fd, &c, 1); in read_string()
179 lseek(input_fd, size, SEEK_CUR); in read_proc_kallsyms()
406 input_fd = fd; in trace_report()