Home
last modified time | relevance | path

Searched refs:id_hdr_ptr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/bench/
H A Dinject-buildid.c176 u64 *id_hdr_ptr = (void *)&event; in synthesize_mmap() local
203 memset(id_hdr_ptr, 0, bench_id_hdr_size); in synthesize_mmap()
206 id_hdr_ptr[ts_idx] = timestamp; in synthesize_mmap()
207 if (writen(data->input_pipe[1], id_hdr_ptr, bench_id_hdr_size) < 0) in synthesize_mmap()
214 id_hdr_ptr[ts_idx] = timestamp; in synthesize_mmap()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dinject-buildid.c177 u64 *id_hdr_ptr = (void *)&event; in synthesize_mmap() local
204 memset(id_hdr_ptr, 0, bench_id_hdr_size); in synthesize_mmap()
207 id_hdr_ptr[ts_idx] = timestamp; in synthesize_mmap()
208 if (writen(data->input_pipe[1], id_hdr_ptr, bench_id_hdr_size) < 0) in synthesize_mmap()
215 id_hdr_ptr[ts_idx] = timestamp; in synthesize_mmap()

Completed in 2 milliseconds