summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/intel-pt-events-record
blob: 10fe2b6977d4d214b81c26674e8b1fe85ce93232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

#
# print Intel PT Power Events and PTWRITE. The intel_pt PMU event needs
# to be specified with appropriate config terms.
#
if ! echo "$@" | grep -q intel_pt ; then
	echo "Options must include the Intel PT event e.g. -e intel_pt/pwr_evt,ptw/"
	echo "and for power events it probably needs to be system wide i.e. -a option"
	echo "For example: -a -e intel_pt/pwr_evt,branch=0/ sleep 1"
	exit 1
fi
perf record $@
250fc9c8d1f07df7bb2d14'>mm/highmem: pass a pointer to virt_to_page()Linus Walleij 2022-04-08highmem: fix checks in __kmap_local_sched_{in,out}Max Filippov 2022-03-22mm/highmem: remove unnecessary done labelMiaohe Lin 2021-11-25Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds 2021-11-20kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel 2021-11-18mm: Add functions to zero portions of a folioMatthew Wilcox (Oracle) 2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-11-06mm/highmem: remove deprecated kmap_atomicIra Weiny 2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig 2021-09-08mm: in_irq() cleanupChangbin Du 2021-05-07mm: fix typos in commentsIngo Molnar 2021-05-05mm/highmem.c: fix coding style issuesongqiang 2021-03-25mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPIra Weiny 2021-03-13mm/highmem.c: fix zero_user_segments() with start > endOGAWA Hirofumi 2021-01-24mm/highmem: prepare for overriding set_pte_at()Thomas Gleixner 2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2020-12-15mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle) 2020-11-24mm/highmem: Provide kmap_local*Thomas Gleixner 2020-11-24sched: highmem: Store local kmaps in task structThomas Gleixner 2020-11-24mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPThomas Gleixner 2020-11-24mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCALThomas Gleixner