Skip to content

Commit

Permalink
addr: improve intro documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Mar 29, 2014
1 parent 62d5d69 commit cf6ee66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addr/Makefile
Expand Up @@ -12,7 +12,7 @@ addr: ${OBJ}
clean:
rm -f addr ${OBJ} addr.html addr.man

DOCFILES := cpu.c perf.c
DOCFILES := perf.c cpu.c

html: addr.html

Expand Down
3 changes: 2 additions & 1 deletion addr/perf.c
Expand Up @@ -18,7 +18,8 @@
* DOC: A simple perf library to manage the perf ring buffer
*
* This library provides a simple wrapping layer for the perf
* mmap ring buffer.
* mmap ring buffer. This allows to access perf events in
* zero-copy from a user program.
*/

#include <linux/perf_event.h>
Expand Down

0 comments on commit cf6ee66

Please sign in to comment.