Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-record.c250 static int record__aio_sync(struct mmap *md, bool sync_all) in record__aio_sync() function
343 * Call record__aio_sync() to wait till map->aio.data[] buffer in record__aio_push()
347 idx = record__aio_sync(map, false); in record__aio_push()
396 record__aio_sync(map, true); in record__aio_mmap_read_sync()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-record.c348 static int record__aio_sync(struct mmap *md, bool sync_all) in record__aio_sync() function
441 * Call record__aio_sync() to wait till map->aio.data[] buffer in record__aio_push()
445 idx = record__aio_sync(map, false); in record__aio_push()
494 record__aio_sync(map, true); in record__aio_mmap_read_sync()

Completed in 9 milliseconds