summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRobert Richter <robert.richter@amd.com>2009-07-16 13:09:53 +0200
committerRobert Richter <robert.richter@amd.com>2009-07-20 16:43:19 +0200
commit7e7478c6bc0e011d2854b21f190cc3a1dba89905 (patch)
tree9d3c14460d201f095954c073693e741a48de2f44 /tools/perf/scripts/python
parentd8471ad3ab613a1ba7abd3aad46659de39a2871c (diff)
downloadkernel-7e7478c6bc0e011d2854b21f190cc3a1dba89905.tar.gz
oprofile: Grouping multiplexing code in op_model_amd.c
This patch moves some multiplexing code to the new function op_mux_fill_in_addresses(). Also, the whole multiplexing code is now at a single location. Signed-off-by: Robert Richter <robert.richter@amd.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
rnel.org/pub/scm/linux/kerne...Linus Torvalds 2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton 2023-08-21mm: lock vma explicitly before doing vm_flags_reset and vm_flags_reset_onceSuren Baghdasaryan 2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan 2023-08-18mm/mprotect: fix obsolete function name in change_pte_range()Miaohe Lin 2023-08-18mm: make PTE_MARKER_SWAPIN_ERROR more generalAxel Rasmussen 2023-07-11mm: Make pte_mkwrite() take a VMARick Edgecombe 2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton 2023-06-19mm: ptep_get() conversionRyan Roberts 2023-06-19mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge()Hugh Dickins 2023-06-19mm: use pmdp_get_lockless() without surplus barrier()Hugh Dickins 2023-06-19mm/mprotect: fix do_mprotect_pkey() limit checkLiam R. Howlett 2023-04-18mm/userfaultfd: don't consider uffd-wp bit of writable migration entriesDavid Hildenbrand 2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton 2023-04-16mm/mprotect: fix do_mprotect_pkey() return on errorLiam R. Howlett 2023-04-05mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu 2023-03-23mm: fix error handling for map_deny_write_execJoey Gouly 2023-02-25mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()Liam R. Howlett