/Linux-v5.15/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 81 buildid-cache.debuginfod=http://192.168.122.174:8002 85 linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-buildid-list[1]
|
D | perf.txt | 39 --buildid-dir:: 40 Setup buildid cache directory. It has higher priority 41 than buildid.dir config file option. 81 linkperf:perf-bench[1], linkperf:perf-buildid-cache[1], 82 linkperf:perf-buildid-list[1], linkperf:perf-c2c[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-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 71 Input file name, for the 'report', 'diff' and 'buildid-list' subcommands. 164 linkperf:perf-diff[1], linkperf:perf-buildid-list[1],
|
D | perfconfig.example | 18 [buildid]
|
D | perf-config.txt | 93 [buildid] 161 To query the config value of buildid directory in system config file (i.e. `$(sysconf)/perfconfig`)… 163 % perf config --system buildid.dir 227 buildid.*:: 228 buildid.dir:: 238 The buildid.dir variable can be used to either change this directory 240 set buildid.dir to /dev/null. The default is $HOME/.debug 242 buildid-cache.*:: 243 buildid-cache.debuginfod=URLs 247 buildid-cache.debuginfod=http://192.168.122.174:8002
|
D | perf-record.txt | 330 --no-buildid:: 341 --no-buildid-cache:: 342 Do not update the buildid cache. This saves some overhead in situations 488 --buildid-all:: 491 --buildid-mmap:: 492 Record build ids in mmap2 events, disables build id cache (implies --no-buildid). 569 Implies --timestamp-filename, --no-buildid and --no-buildid-cache. 573 --switch-output --no-no-buildid --no-no-buildid-cache
|
D | perf-inject.txt | 30 --buildid-all:
|
/Linux-v5.15/tools/perf/tests/shell/ |
D | buildid.sh | 59 id=`objcopy -O binary --only-section=.buildid $1 /dev/stdout | \ 91 ${perf} buildid-cache -l | grep ${id} 105 ${perf} buildid-cache -v -a ${1} 124 ${perf} record --buildid-all -o ${data} $@ &> ${log}
|
/Linux-v5.15/drivers/xen/ |
D | sys-hypervisor.c | 359 struct xen_build_id *buildid; in buildid_show() local 368 buildid = kmalloc(sizeof(*buildid) + ret, GFP_KERNEL); in buildid_show() 369 if (!buildid) in buildid_show() 372 buildid->len = ret; in buildid_show() 373 ret = HYPERVISOR_xen_version(XENVER_build_id, buildid); in buildid_show() 375 ret = sprintf(buffer, "%s", buildid->buf); in buildid_show() 376 kfree(buildid); in buildid_show() 381 HYPERVISOR_ATTR_RO(buildid);
|
/Linux-v5.15/arch/arm/vdso/ |
D | Makefile | 78 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \ 79 first=`echo $$buildid | cut -b-2`; \ 80 last=`echo $$buildid | cut -b3-`; \
|
/Linux-v5.15/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 | 24 perf buildid-list -i $PERF_DATA --with-hits | grep -v "^ " > $BUILDIDS
|
D | perf-with-kcore.sh | 52 KCORE=$(($SUDO "$PERF" buildid-cache -v -f -k /proc/kcore >/dev/null) 2>&1)
|
/Linux-v5.15/arch/sparc/vdso/ |
D | Makefile | 127 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \ 128 first=`echo $$buildid | cut -b-2`; \ 129 last=`echo $$buildid | cut -b3-`; \
|
/Linux-v5.15/arch/x86/entry/vdso/ |
D | Makefile | 195 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \ 196 first=`echo $$buildid | cut -b-2`; \ 197 last=`echo $$buildid | cut -b3-`; \
|
/Linux-v5.15/tools/build/ |
D | Makefile.feature | 41 libbfd-buildid \ 117 libbfd-buildid \
|
/Linux-v5.15/kernel/ |
D | kallsyms.c | 424 const unsigned char *buildid; in __sprint_symbol() local 430 name = kallsyms_lookup_buildid(address, &size, &offset, &modname, &buildid, in __sprint_symbol() 446 if (add_buildid && buildid) { in __sprint_symbol() 451 len += sprintf(buffer + len, " %20phN", buildid); in __sprint_symbol()
|
/Linux-v5.15/tools/perf/bench/ |
D | Build | 15 perf-y += inject-buildid.o
|
/Linux-v5.15/tools/perf/include/perf/ |
D | perf_dlfilter.h | 82 __u8 *buildid; member
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-hypervisor-xen | 39 What: /sys/hypervisor/properties/buildid
|
/Linux-v5.15/tools/build/feature/ |
D | Makefile | 19 test-libbfd-buildid.bin \ 232 $(OUTPUT)test-libbfd-buildid.bin:
|
/Linux-v5.15/tools/perf/util/ |
D | dlfilter.c | 40 d_al->buildid = dso->bid.data; in al_to_d_al() 45 d_al->buildid = NULL; in al_to_d_al()
|