perf vendor events: Update bonnell mapfile.csv
Align end of file whitespace with what is generated by: https://github.com/intel/event-converter-for-linux-perf/blob/master/download_and_gen.py Fold the mapfile.csv entries together with a more complex regular expression. This will reduce the pmu-events.c table size. The files following this change are still at v4. Signed-off-by: Ian Rogers <irogers@google.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Caleb Biggers <caleb.biggers@intel.com> Cc: James Clark <james.clark@arm.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: John Garry <john.garry@huawei.com> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Kshipra Bopardikar <kshipra.bopardikar@intel.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Perry Taylor <perry.taylor@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Sedat Dilek <sedat.dilek@gmail.com> Cc: Stephane Eranian <eranian@google.com> Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com> Link: http://lore.kernel.org/lkml/20220727220832.2865794-6-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
a95ab294a5
commit
9709ede1a1
|
@ -743,4 +743,4 @@
|
|||
"SampleAfterValue": "10000",
|
||||
"UMask": "0x2"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -258,4 +258,4 @@
|
|||
"SampleAfterValue": "2000000",
|
||||
"UMask": "0x2"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -88,4 +88,4 @@
|
|||
"SampleAfterValue": "2000000",
|
||||
"UMask": "0x1"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -151,4 +151,4 @@
|
|||
"SampleAfterValue": "200000",
|
||||
"UMask": "0x86"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -447,4 +447,4 @@
|
|||
"SampleAfterValue": "200000",
|
||||
"UMask": "0xc0"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -353,4 +353,4 @@
|
|||
"SampleAfterValue": "2000000",
|
||||
"UMask": "0x10"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -121,4 +121,4 @@
|
|||
"SampleAfterValue": "200000",
|
||||
"UMask": "0x3"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
Family-model,Version,Filename,EventType
|
||||
GenuineIntel-6-9[7A],v1.13,alderlake,core
|
||||
GenuineIntel-6-(1C|26|27|35|36),v4,bonnell,core
|
||||
GenuineIntel-6-(3D|47),v26,broadwell,core
|
||||
GenuineIntel-6-56,v23,broadwellde,core
|
||||
GenuineIntel-6-4F,v19,broadwellx,core
|
||||
GenuineIntel-6-1C,v4,bonnell,core
|
||||
GenuineIntel-6-26,v4,bonnell,core
|
||||
GenuineIntel-6-27,v4,bonnell,core
|
||||
GenuineIntel-6-36,v4,bonnell,core
|
||||
GenuineIntel-6-35,v4,bonnell,core
|
||||
GenuineIntel-6-5C,v8,goldmont,core
|
||||
GenuineIntel-6-7A,v1,goldmontplus,core
|
||||
GenuineIntel-6-3C,v24,haswell,core
|
||||
|
|
|
Loading…
Reference in New Issue