Home
last modified time | relevance | path

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

/linux/tools/perf/pmu-events/
A 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
A Djson.c44 static char *mapfile(const char *fn, size_t *size) in mapfile() function
90 *map = mapfile(fn, size); in parse_json()
A Djevents.c984 static char *mapfile; variable
1134 mapfile = strdup(fpath); in process_one_file()
1276 if (!mapfile) { in main()
1282 rc = process_mapfile(eventsfp, mapfile); in main()
1284 pr_info("%s: Error processing mapfile %s\n", prog, mapfile); in main()
1299 free(mapfile); in main()
1321 free(mapfile); in main()
A DBuild8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')

Completed in 10 milliseconds