Home
last modified time | relevance | path

Searched refs:mapfile (Results 1 – 4 of 4) sorted by relevance

/tools/perf/pmu-events/
DREADME15 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.csv
146 $ grep silvermont tools/perf/pmu-events/arch/x86/mapfile.csv
Djson.c44 static char *mapfile(const char *fn, size_t *size) in mapfile() function
90 *map = mapfile(fn, size); in parse_json()
DBuild8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
Djevents.c907 static char *mapfile; variable
1036 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()