Searched refs:buildid (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 1 perf-buildid-cache(1) 6 perf-buildid-cache - Manage build-id cache. 11 'perf buildid-cache <options>' 19 record it along with the buildid-cache, which will be used by perf-probe. 34 running 'perf buildid-cache' as root may update root's build-id cache 79 linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-buildid-list[1]
|
D | perf-buildid-list.txt | 1 perf-buildid-list(1) 6 perf-buildid-list - List the buildids in a perf.data file 11 'perf buildid-list <options>'
|
D | perf.txt | 26 --buildid-dir:: 27 Setup buildid cache directory. It has higher priority than 28 buildid.dir config file option.
|
D | perf-archive.txt | 15 This command runs perf-buildid-list --with-hits, and collects the files with the 22 linkperf:perf-record[1], linkperf:perf-buildid-list[1], linkperf:perf-report[1]
|
D | perf-kvm.txt | 13 {top|record|report|diff|buildid-list} [<options>] 15 | --guestvmlinux=<path>] {top|record|report|diff|buildid-list|stat} [<options>] 45 'perf kvm buildid-list' to display the buildids found in a perf data file, 47 for use by perf report. As buildid is read from /sys/kernel/notes in os, then 48 if you want to list the buildid for guest, please make sure your perf data file 163 linkperf:perf-diff[1], linkperf:perf-buildid-list[1],
|
D | perfconfig.example | 18 [buildid]
|
D | perf-config.txt | 89 [buildid] 152 To query the config value of buildid directory in system config file (i.e. `$(sysconf)/perfconfig`)… 154 % perf config --system buildid.dir 212 buildid.*:: 213 buildid.dir:: 223 The buildid.dir variable can be used to either change this directory 225 set buildid.dir to /dev/null. The default is $HOME/.debug
|
D | perf-record.txt | 295 --no-buildid:: 306 --no-buildid-cache:: 307 Do not update the buildid cache. This saves some overhead in situations 435 --buildid-all:: 468 Implies --timestamp-filename, --no-buildid and --no-buildid-cache. 472 --switch-output --no-no-buildid --no-no-buildid-cache
|
D | tips.txt | 35 To add Node.js USDT(User-Level Statically Defined Tracing): perf buildid-cache --add `which node`
|
D | perf-probe.txt | 180 …inary (on which SDT events are defined) must be scanned by linkperf:perf-buildid-cache[1] to make … 299 linkperf:perf-trace[1], linkperf:perf-record[1], linkperf:perf-buildid-cache[1]
|
D | intel-pt.txt | 529 perf buildid-list 533 perf buildid-list --with-hits
|
/Linux-v4.19/drivers/xen/ |
D | sys-hypervisor.c | 362 struct xen_build_id *buildid; in buildid_show() local 371 buildid = kmalloc(sizeof(*buildid) + ret, GFP_KERNEL); in buildid_show() 372 if (!buildid) in buildid_show() 375 buildid->len = ret; in buildid_show() 376 ret = HYPERVISOR_xen_version(XENVER_build_id, buildid); in buildid_show() 378 ret = sprintf(buffer, "%s", buildid->buf); in buildid_show() 379 kfree(buildid); in buildid_show() 384 HYPERVISOR_ATTR_RO(buildid);
|
/Linux-v4.19/arch/arm/vdso/ |
D | Makefile | 69 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \ 70 first=`echo $$buildid | cut -b-2`; \ 71 last=`echo $$buildid | cut -b3-`; \
|
/Linux-v4.19/tools/perf/ |
D | command-list.txt | 8 perf-buildid-cache mainporcelain common 9 perf-buildid-list mainporcelain common
|
D | Build | 9 perf-y += builtin-buildid-list.o 10 perf-y += builtin-buildid-cache.o
|
D | perf-archive.sh | 25 perf buildid-list -i $PERF_DATA --with-hits | grep -v "^$NOBUILDID " > $BUILDIDS
|
D | perf-with-kcore.sh | 59 KCORE=$(($SUDO "$PERF" buildid-cache -v -f -k /proc/kcore >/dev/null) 2>&1)
|
/Linux-v4.19/arch/sparc/vdso/ |
D | Makefile | 128 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \ 129 first=`echo $$buildid | cut -b-2`; \ 130 last=`echo $$buildid | cut -b3-`; \
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | Makefile | 185 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \ 186 first=`echo $$buildid | cut -b-2`; \ 187 last=`echo $$buildid | cut -b3-`; \
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-hypervisor-xen | 36 What: /sys/hypervisor/properties/buildid
|