diff options
| author | Peter Zijlstra <[email protected]> | 2019-08-27 19:48:21 +0000 |
|---|---|---|
| committer | Peter Zijlstra <[email protected]> | 2019-08-28 09:29:31 +0000 |
| commit | c66f78a6de4de6cb520b15cf6a1b586617b9add5 (patch) | |
| tree | dccb361206184da329cf55a2e4484d210e6c7023 /tools/perf/scripts/python/syscall-counts.py | |
| parent | Merge tag 'v5.3-rc6' into x86/cpu, to pick up fixes (diff) | |
| download | kernel-c66f78a6de4de6cb520b15cf6a1b586617b9add5.tar.gz kernel-c66f78a6de4de6cb520b15cf6a1b586617b9add5.zip | |
x86/intel: Aggregate big core client naming
Currently the big core client models either have:
- no OPTDIFF
- _CORE
- _DESKTOP
Make it uniformly: 'no OPTDIFF'.
for i in `git grep -l "\(INTEL_FAM6_\|VULNWL_INTEL\|INTEL_CPU_FAM6\).*_\(CORE\|DESKTOP\)"`
do
sed -i -e 's/\(\(INTEL_FAM6_\|VULNWL_INTEL\|INTEL_CPU_FAM6\).*\)_\(CORE\|DESKTOP\)/\1/g' ${i}
done
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Tony Luck <[email protected]>
Cc: [email protected]
Cc: Dave Hansen <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
