Lines Matching defs:mapfile
794 pr_info("%s: Processing mapfile %s\n", prog, fpath);
907 static char *mapfile;
1029 * Save the mapfile name for now. We will process mapfile
1035 if (!strcmp(bname, "mapfile.csv")) {
1036 mapfile = strdup(fpath);
1062 * If mapfile refers to 'power7_core.json', we create a table
1063 * named 'power7_core'. Any inconsistencies between the mapfile
1090 * Starting in directory 'start_dirname', find the "mapfile.csv" and
1096 * From the mapfile, create a mapping between the CPU revisions and
1145 * The mapfile allows multiple CPUids to point to the same JSON file,
1172 if (!mapfile) {
1178 rc = process_mapfile(eventsfp, mapfile);
1181 pr_info("%s: Error processing mapfile %s\n", prog, mapfile);
1188 free(mapfile);
1209 free(mapfile);