opd_parse_proc.h revision cc2ee177dbb3befca43e36cfc56778b006c3d050
1/**
2 * @file opd_parse_proc.h
3 * Parsing of /proc/#pid
4 *
5 * @remark Copyright 2002 OProfile authors
6 * @remark Read the file COPYING
7 *
8 * @author John Levon
9 * @author Philippe Elie
10 */
11
12#ifndef OPD_PARSE_PROC_H
13#define OPD_PARSE_PROC_H
14
15/**
16 * opd_get_ascii_procs - read process and mapping information from /proc
17 *
18 * Read information on each process and its mappings from the /proc
19 * filesystem.
20 */
21void opd_get_ascii_procs(void);
22
23#endif /* OPD_PARSE_PROC_H */
24