summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRikard Falkeborn <rikard.falkeborn@gmail.com>2020-07-27 15:22:00 +0200
committerJiri Kosina <jkosina@suse.cz>2020-08-17 11:38:49 +0200
commitd71c8008e194bf947fe260110c8553ff91469294 (patch)
tree2ae14ce2cc70349d84a181a65cb8c0517fee7f0a /tools/perf/scripts/python
parent857ce8c1c504e25d08724a86df4e64bf6f282323 (diff)
downloadkernel-d71c8008e194bf947fe260110c8553ff91469294.tar.gz
HID: macally: Constify macally_id_table
macally_id_table is not modified and can be made const to allow the compiler to put it in read-only memory. Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
ython/bin?id=cc892720d85a31cc04f4c01c03d88a0eb3c437fa'>perf intel-pt: Add example script for power events and PTWRITEAdrian Hunter 2016-06-21perf script: Add stackcollapse.py scriptPaolo Bonzini 2015-08-28perf scripts python: Add new compaction-times scriptTony Jones 2014-11-03perf tools: Add call information to Python exportAdrian Hunter 2014-10-29perf script: Add Python script to export to postgresqlAdrian Hunter 2014-06-25perf scripts: Fallback to syscalls:* when raw_syscalls:* is not availableDaniel Bristot de Oliveira 2012-09-17perf scripts: Add event_analyzing_sample-record/reportFeng Tang 2011-09-29perf script: Add drop monitor scriptNeil Horman