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()
8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
907 static char *mapfile; variable1036 mapfile = strdup(fpath); in process_one_file()1172 if (!mapfile) { in main()1178 rc = process_mapfile(eventsfp, mapfile); in main()1181 pr_info("%s: Error processing mapfile %s\n", prog, mapfile); in main()1188 free(mapfile); in main()1209 free(mapfile); in main()