summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYoung Xiao <92siuyang@gmail.com>2019-05-29 05:21:48 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-10 10:56:32 +0300
commit37515df6b4885c72111683613cdc45dae215091b (patch)
tree91dad1f74d79c165900c9aa14ca754786112cf19 /scripts
parent9df6837e2220c30af3ffd89f5b022f44af2e60c1 (diff)
downloadlinux-37515df6b4885c72111683613cdc45dae215091b.tar.xz
sparc: perf: fix updated event period in response to PERF_EVENT_IOC_PERIOD
[ Upstream commit 56cd0aefa475079e9613085b14a0f05037518fed ] The PERF_EVENT_IOC_PERIOD ioctl command can be used to change the sample period of a running perf_event. Consequently, when calculating the next event period, the new period will only be considered after the previous one has overflowed. This patch changes the calculation of the remaining event ticks so that they are offset if the period has changed. See commit 3581fe0ef37c ("ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT_IOC_PERIOD") for details. Signed-off-by: Young Xiao <92siuyang@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions