aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorArd Biesheuvel <[email protected]>2023-11-29 12:16:12 +0100
committerWill Deacon <[email protected]>2023-12-12 11:13:52 +0000
commitdc3f5aae06381b43bc9d0d416bd15ee1682940e9 (patch)
treeff680f9abec32564dc916d99b3a597e997cbd5c1 /tools/perf/scripts/python/export-to-postgresql.py
parent01fd29092a35833ef87bd13c0a025e726550d646 (diff)
arm64: idreg-override: Avoid parameq() and parameqn()
The only way parameq() and parameqn() deviate from the ordinary string and memory routines is that they ignore the difference between dashes and underscores. Since we copy each command line argument into a buffer before passing it to parameq() and parameqn() numerous times, let's just convert all dashes to underscores just once, and update the alias array accordingly. This also helps reduce the dependency on kernel APIs that are no longer available once we move this code into the early mini C runtime. Signed-off-by: Ard Biesheuvel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions