Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/bench/
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()