summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/mem-phys-addr-report
blob: 3f2b847e2eab5195074d8ab81036301a41b5b896 (plain)
1
2
3
#!/bin/bash
# description: resolve physical address samples
perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/mem-phys-addr.py
=65c001df517a7bf9be8621b53d43c89f426ce8d6'>ipack: ipoctal: fix tty registration raceJohan Hovold 2021-09-27ipack: ipoctal: fix stack information leakJohan Hovold 2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds 2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2021-08-13ipack: tpci200: fix memory leak in the tpci200_registerDongliang Mu 2021-08-13ipack: tpci200: fix many double free issues in tpci200_pci_probeDongliang Mu 2021-07-27tty: drop put_tty_driverJiri Slaby 2021-07-27tty: stop using alloc_tty_driverJiri Slaby 2021-07-21bus: Make remove callback return voidUwe Kleine-König 2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds 2021-05-27ipac: tpci200: fix kernel-doc syntax and remove filename from file headerAditya Srivastava 2021-05-27ipac: ipoctal: fix kernel-doc syntax and remove filename from file headersAditya Srivastava 2021-05-27ipack/carriers/tpci200: Fix a double free in tpci200_pci_probeLv Yunlong 2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby 2021-05-13tty: make tty_operations::write_room return uintJiri Slaby 2021-02-09ipack: Handle a driver without remove callbackUwe Kleine-König 2021-02-09ipack: Fail earlier for drivers without probe functionUwe Kleine-König 2020-11-09ipack: iopctal: remove unneeded breakTom Rix 2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada 2020-05-15ipack: tpci200: fix error return code in tpci200_register()Wei Yongjun 2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig 2019-07-11Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds 2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner 2019-06-03Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman 2019-05-24tty: ipoctal: drop unused iflag macroJohan Hovold 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2018-07-07ipack: add error handling for ioremap_nocacheZhouyang Jia 2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook 2017-05-18ipack: Improve a size determination in ipack_bus_register()Markus Elfring 2017-05-18ipack: Delete an error message for a failed memory allocation in ipack_device...Markus Elfring 2016-10-27ipack: print a hex number after a 0x prefixUwe Kleine-König 2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley