blob: a224be4db7963a56e87fbdf2b82e813497555ffd [file] [log] [blame]
/**
* @file opd_parse_proc.h
* Parsing of /proc/#pid
*
* @remark Copyright 2002 OProfile authors
* @remark Read the file COPYING
*
* @author John Levon
* @author Philippe Elie
*/
#ifndef OPD_PARSE_PROC_H
#define OPD_PARSE_PROC_H
/**
* opd_get_ascii_procs - read process and mapping information from /proc
*
* Read information on each process and its mappings from the /proc
* filesystem.
*/
void opd_get_ascii_procs(void);
#endif /* OPD_PARSE_PROC_H */