Home | History | Annotate | Download | only in libop

Lines Matching refs:FILE

2  * @file op_events.c
8 * @remark Read the file COPYING
32 static void read_events(char const * file);
33 static void read_unit_masks(char const * file);
220 static void read_unit_masks(char const * file)
224 FILE * fp = fopen(file, "r");
228 "oprofile: could not open unit mask description file %s\n", file);
232 filename = file;
423 static void read_events(char const * file)
431 FILE * fp = fopen(file, "r");
435 fprintf(stderr, "oprofile: could not open event description file %s\n", file);
439 filename = file;
709 static FILE * open_event_mapping_file(char const * cpu_name)
733 static char const * get_mapping(u32 nr, FILE * fp)
802 fprintf(stderr, "Error: Missing information in line %d of event mapping file %s\n", line_nr, filename);
817 FILE * fp = open_event_mapping_file(cpu_name);
831 fprintf(stderr, "oprofile: could not open event mapping file %s\n", filename);