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

#
# print Intel PT Events including 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 $@
'/distro/kernel/commit/net/core/dst.c?id=03ba6dc035c60991033529e630bd1552b2bca4d7'>net: dst: Make dst_destroy() static and return void.Sebastian Andrzej Siewior 2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao 2023-08-22net: remove unnecessary input parameter 'how' in ifdown functionZhengchao Shao 2023-04-21net: dst: fix missing initialization of rt_uncachedMaxime Bizon 2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner 2023-01-13ipv6: remove max_size check inline with ipv4Jon Maxwell 2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds 2022-12-05xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger 2022-11-30net: Use call_rcu_hurry() for dst_release()Joel Fernandes (Google) 2022-06-09net: rename reference+tracking helpersJakub Kicinski