summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorYuantian Tang <andy.tang@nxp.com>2020-05-26 14:02:12 +0800
committerDaniel Lezcano <daniel.lezcano@linaro.org>2020-05-29 20:26:51 +0200
commit47fa116e5faec894f6238f87322c01dd41d21e23 (patch)
treed6f9714469190ebf456472480b8c6b9b011136d5 /tools/perf/scripts/python/bin/stackcollapse-record
parentb03628b73564cf54e05b7611e22d9886a8822877 (diff)
downloadkernel-47fa116e5faec894f6238f87322c01dd41d21e23.tar.gz
thermal: qoriq: Update the settings for TMUv2
For TMU v2, TMSAR registers need to be set properly to get the accurate temperature values. Also the temperature read needs to be converted to degree Celsius since it is in degrees Kelvin. Signed-off-by: Yuantian Tang <andy.tang@nxp.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20200526060212.4118-1-andy.tang@nxp.com
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
2021-06-29 10:53:50 -0700'>2021-06-29mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvecMuchun Song 2021-06-18sched: Introduce task_is_running()Peter Zijlstra 2021-05-07mm: fix typos in commentsIngo Molnar 2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai 2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim 2021-05-05mm: compaction: update the COMPACT[STALL|FAIL] events properlyCharan Teja Reddy 2021-05-05mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar 2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador 2021-05-05mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador 2021-05-05mm,compaction: let isolate_migratepages_{range,block} return error codesOscar Salvador 2021-02-24mm, compaction: make fast_isolate_freepages() stay within zoneVlastimil Babka 2021-02-24mm/compaction: fix misbehaviors of fast_find_migrateblock()Wonhyuk Yang 2021-02-24mm/compaction: correct deferral logic for proactive compactionCharan Teja Reddy 2021-02-24mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLockedMiaohe Lin 2021-02-24mm/compaction: remove rcu_read_lock during page compactionAlex Shi 2021-02-24mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao 2021-02-24mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi 2021-02-05mm, compaction: move high_pfn to the for loop scopeRokudo Yan 2020-12-15mm/lru: replace pgdat lru_lock with lruvec lockAlex Shi 2020-12-15mm/compaction: do page isolation first in compactionAlex Shi 2020-12-15mm/compaction: make defer_compaction and compaction_deferred staticHui Su 2020-12-15mm/compaction: move compaction_suitable's comment to right placeHui Su 2020-12-15mm/compaction: rename 'start_pfn' to 'iteration_start_pfn' in compact_zone()Yanfei Xu 2020-11-14mm/compaction: stop isolation if too many pages are isolated and we have page...Zi Yan 2020-11-14mm/compaction: count pages and stop correctly during page isolationZi Yan 2020-10-16mm: rename page_order() to buddy_order()Matthew Wilcox (Oracle)