summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2025-06-11 08:13:35 +0200
committerLinus Walleij <linus.walleij@linaro.org>2025-06-18 13:26:35 +0200
commit91ed43b045119fe47b256af83eb7ad35eb0ba356 (patch)
tree899abd527b8b789512f00ea1a07c34b39f82d2a1 /tools/perf/scripts/python/export-to-postgresql.py
parent1982621decaf788d0611fc291fe89b297b6e5510 (diff)
downloadkernel-91ed43b045119fe47b256af83eb7ad35eb0ba356.tar.gz
pinctrl: amd: Constify pointers to 'pinctrl_desc'
Internal functions obtaining pointers to 'struct pinctrl_desc' do not modify the contents so they can be made pointers to const. This makes code safer, explicit and later allows constifying 'pinctrl_desc' in pinctrl core code. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/20250611-pinctrl-const-desc-v2-3-b11c1d650384@linaro.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
-03 12:02:44 +0200'>2018-10-03cpuidle: menu: Replace data->predicted_us with local variableRafael J. Wysocki 2018-09-18cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()Fieah Lim 2018-08-25cpuidle: menu: Retain tick when shallow state is selectedRafael J. Wysocki 2018-08-20cpuidle: menu: Handle stopped tick more aggressivelyRafael J. Wysocki 2018-08-16cpuidle: menu: Update stale polling override commentRafael J. Wysocki 2018-08-15cpuidle: menu: Fix white spaceRafael J. Wysocki 2018-05-30cpuidle: governors: Consolidate PM QoS handlingRafael J. Wysocki 2018-05-30cpuidle: governors: Drop redundant checks related to PM QoSRafael J. Wysocki 2018-04-09cpuidle: menu: Avoid selecting shallow states with stopped tickRafael J. Wysocki 2018-04-09cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki 2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki 2017-11-08cpuidle: ladder: Add per CPU PM QoS resume latency supportRamesh Thomas 2017-11-08PM / QoS: Fix device resume latency frameworkRafael J. Wysocki 2017-08-30cpuidle: Eliminate the CPUIDLE_DRIVER_STATE_START symbolRafael J. Wysocki 2017-06-29cpuidle: menu: allow state 0 to be disabledNicholas Piggin 2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-02-27cpuidle: menu: Avoid taking spinlock for accessing QoS valuesRafael J. Wysocki 2017-01-30cpuidle/menu: add per CPU PM QoS resume latency considerationAlex Shi 2017-01-30cpuidle/menu: stop seeking deeper idle if current state is deep enoughAlex Shi 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-10-21cpuidle: governors: Remove remaining old module codeDaniel Lezcano