Lines Matching refs:input
2327 int input, u64 offset, u64 size)
2342 if (readn(input, &old_bev, sizeof(old_bev)) != sizeof(old_bev))
2349 if (readn(input, filename, len) != len)
2373 int input, u64 offset, u64 size)
2384 if (readn(input, &bev, sizeof(bev)) != sizeof(bev))
2391 if (readn(input, filename, len) != len)
2407 if (lseek(input, orig_offset, SEEK_SET) == (off_t)-1)
2409 return perf_header__read_build_ids_abi_quirk(header, input, offset, size);
3555 * Hook to let perf inject copy features sections from the input
4494 pr_err("%s: reading input file", __func__);