Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/bench/
H A Dinject-buildid.c177 int ts_idx; in synthesize_mmap() local
205 ts_idx = (bench_id_hdr_size / sizeof(u64)) - 2; in synthesize_mmap()
206 id_hdr_ptr[ts_idx] = timestamp; in synthesize_mmap()
213 ts_idx = (len / sizeof(u64)) - 2; 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.c178 int ts_idx; in synthesize_mmap() local
206 ts_idx = (bench_id_hdr_size / sizeof(u64)) - 2; in synthesize_mmap()
207 id_hdr_ptr[ts_idx] = timestamp; in synthesize_mmap()
214 ts_idx = (len / sizeof(u64)) - 2; in synthesize_mmap()
215 id_hdr_ptr[ts_idx] = timestamp; in synthesize_mmap()

Completed in 2 milliseconds