Home
last modified time | relevance | path

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

/linux-5.19.10/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()
Djevents.c1003 static char *mapfile; variable
1153 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()
DBuild8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')