summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2011-11-08 18:02:10 +0000
committerLinus Torvalds <torvalds@linux-foundation.org>2011-11-08 10:10:20 -0800
commita8d12007c795f3d69ee0b2d29f0abfefd55c6120 (patch)
treec092e9392ab8265d3e0094d7b55affafb21176c2 /tools/perf/scripts/python/flamegraph.py
parent1ea6b8f48918282bdca0b32a34095504ee65bab5 (diff)
downloadkernel-a8d12007c795f3d69ee0b2d29f0abfefd55c6120.tar.gz
n_gsm: Fix timings
Alek Du reported that the code erroneously applies time to jiffies conversions twice to the t1 and t2 values. In normal use on a modem link this cases no visible problem but on a slower link it will break as with HZ=1000 as is typical we are running t1/t2 ten times too fast. Alek's original patch removed the conversion from the timer setting but we in fact have to be more careful as the contents of t1/t2 are visible via the device API and we thus need to correct the constants. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions
>printk: nbcon: Add helper to assign priority based on CPU stateJohn Ogness 2024-08-21printk: Add @flags argument for console_is_usable()John Ogness 2024-08-21printk: Let console_is_usable() handle nbconJohn Ogness 2024-08-21printk: Make console_is_usable() available to nbcon.cJohn Ogness 2024-08-21printk: nbcon: Do not rely on proxy headersJohn Ogness 2024-08-21printk: Check printk_deferred_enter()/_exit() usageSebastian Andrzej Siewior 2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness 2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados 2023-09-18printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner 2023-09-18printk: nbcon: Add sequence handlingThomas Gleixner 2023-09-18printk: nbcon: Add buffer managementThomas Gleixner 2023-09-18printk: Make static printk buffers available to nbconJohn Ogness 2023-09-18printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner 2023-07-20printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness 2023-01-11printk: adjust string limit macrosJohn Ogness 2023-01-11printk: introduce console_prepend_dropped() for dropped messagesJohn Ogness 2023-01-11printk: introduce printk_get_next_message() and printk_messageJohn Ogness 2023-01-11printk: introduce struct printk_buffersJohn Ogness 2023-01-11printk: move size limit macros into internal.hJohn Ogness 2022-06-23Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek 2022-06-15printk: Wait for the global console lock when the system is going downPetr Mladek 2022-01-22printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni 2022-01-22printk: move printk sysctl to printk/sysctl.cXiaoming Ni