Files
sysprof/lib
Christian Hergert 0580b4ef0d capture: add sendfile() fallback
We want the capture format to be usable on systems other than
Linux so that it can be used in places like GTK. To do this,
we need a sendfile() fallback that can be portable/useful on
those systems.

FreeBSD has sendfile(), but the semantics differ slightly. This
implementation will walk up to the nearest page size and then
do page aligned pread()/write() which is likely good enough of
an implementation anyway.
2019-05-06 16:20:14 -07:00
..
2019-05-06 16:20:14 -07:00
2019-01-29 13:28:51 +01:00
2018-09-10 17:07:29 -07:00
2018-09-25 20:43:48 +02:00
2018-05-16 12:28:42 +01:00
2017-09-28 16:23:03 -07:00
2016-12-01 02:34:11 -05:00