#ifndef IOEXACT_H #define IOEXACT_H #include extern ssize_t read_exact(int fd, void *buf, size_t len, bool mayexit); extern ssize_t write_exact(int fd, void *buf, size_t len, bool mayexit); #endif /* IOEXACT_H */ nate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2016-10-26 16:22:01 -0600
committerJonathan Corbet <corbet@lwn.net>2016-10-27 16:36:50 -0600
commit5700d1974818a98983e018efa01da9bc81b84e1a (patch)
tree53dcae242692529c5e04f0357a21440fc8031adf
parent2c79dcafd8ecdfd44ee4c509a9c55785b022eba9 (diff)
docs: Get rid of the "basic profiling" guide
The document has not been touched in over 11 years and doesn't reflect how profiling is done in the perf era. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/admin-guide/basic-profiling.rst68
-rw-r--r--Documentation/admin-guide/index.rst1
2 files changed, 0 insertions, 69 deletions
diff --git a/Documentation/admin-guide/basic-profiling.rst b/Documentation/admin-guide/basic-profiling.rst
deleted file mode 100644