00001 /** 00002 * @file opd_parse_proc.h 00003 * Parsing of /proc/#pid 00004 * 00005 * @remark Copyright 2002 OProfile authors 00006 * @remark Read the file COPYING 00007 * 00008 * @author John Levon 00009 * @author Philippe Elie 00010 */ 00011 00012 #ifndef OPD_PARSE_PROC_H 00013 #define OPD_PARSE_PROC_H 00014 00015 /** 00016 * opd_get_ascii_procs - read process and mapping information from /proc 00017 * 00018 * Read information on each process and its mappings from the /proc 00019 * filesystem. 00020 */ 00021 void opd_get_ascii_procs(void); 00022 00023 #endif /* OPD_PARSE_PROC_H */
1.6.1