Lines Matching defs:mapfile
896 pr_info("%s: Processing mapfile %s\n", prog, fpath);
1014 static char *mapfile;
1157 * Save the mapfile name for now. We will process mapfile
1163 if (!strcmp(bname, "mapfile.csv")) {
1164 mapfile = strdup(fpath);
1192 * If mapfile refers to 'power7_core.json', we create a table
1193 * named 'power7_core'. Any inconsistencies between the mapfile
1220 * Starting in directory 'start_dirname', find the "mapfile.csv" and
1226 * From the mapfile, create a mapping between the CPU revisions and
1275 * The mapfile allows multiple CPUids to point to the same JSON file,
1306 if (!mapfile) {
1312 rc = process_mapfile(eventsfp, mapfile);
1314 pr_info("%s: Error processing mapfile %s\n", prog, mapfile);
1329 free(mapfile);
1351 free(mapfile);