Searched refs:mapfile (Results 1 – 4 of 4) sorted by relevance
15 be named 'mapfile.csv' (see below for mapfile format).41 Using the JSON files and the mapfile, 'jevents' generates the C source file,102 The mapfile enables multiple CPU models to share a single set of PMU events.105 The mapfile.csv format is expected to be:134 is the Version of the mapfile.138 files, relative to the directory containing the mapfile.csv146 $ grep silvermont tools/perf/pmu-events/arch/x86/mapfile.csv
44 static char *mapfile(const char *fn, size_t *size) in mapfile() function90 *map = mapfile(fn, size); in parse_json()
1003 static char *mapfile; variable1153 mapfile = strdup(fpath); in process_one_file()1295 if (!mapfile) { in main()1301 rc = process_mapfile(eventsfp, mapfile); in main()1303 pr_info("%s: Error processing mapfile %s\n", prog, mapfile); in main()1318 free(mapfile); in main()1340 free(mapfile); in main()
8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')