Home
last modified time | relevance | path

Searched refs:buildid (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-buildid-cache.txt1 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]
H A Dperf-buildid-list.txt1 perf-buildid-list(1)
6 perf-buildid-list - List the buildids in a perf.data file
11 'perf buildid-list <options>'
H A Dperf-kvm.txt13 {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],
H A Dperf.txt39 --buildid-dir::
40 Setup buildid cache directory. It has higher priority
41 than buildid.dir config file option.
H A Dperf-archive.txt15 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]
H A Dperfconfig.example18 [buildid]
H A Dperf-config.txt93 [buildid]
160 To query the config value of buildid directory in system config file (i.e. `$(sysconf)/perfconfig`)…
162 % perf config --system buildid.dir
226 buildid.*::
227 buildid.dir::
237 The buildid.dir variable can be used to either change this directory
239 set buildid.dir to /dev/null. The default is $HOME/.debug
H A Dperf-record.txt324 --no-buildid::
335 --no-buildid-cache::
336 Do not update the buildid cache. This saves some overhead in situations
482 --buildid-all::
560 Implies --timestamp-filename, --no-buildid and --no-buildid-cache.
564 --switch-output --no-no-buildid --no-no-buildid-cache
H A Dperf-inject.txt30 --buildid-all:
H A Dtips.txt36 To add Node.js USDT(User-Level Statically Defined Tracing): perf buildid-cache --add `which node`
H A Dperf-probe.txt180 …inary (on which SDT events are defined) must be scanned by linkperf:perf-buildid-cache[1] to make …
300 linkperf:perf-trace[1], linkperf:perf-record[1], linkperf:perf-buildid-cache[1]
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dsys-hypervisor.c359 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);
/OK3568_Linux_fs/kernel/arch/arm/vdso/
H A DMakefile77 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
78 first=`echo $$buildid | cut -b-2`; \
79 last=`echo $$buildid | cut -b3-`; \
/OK3568_Linux_fs/kernel/tools/perf/tests/shell/
H A Dbuildid.sh61 ${perf} buildid-cache -v -a ${1}
78 ${perf} record --buildid-all -o ${data} ${1}
/OK3568_Linux_fs/kernel/tools/perf/
H A Dcommand-list.txt8 perf-buildid-cache mainporcelain common
9 perf-buildid-list mainporcelain common
H A DBuild9 perf-y += builtin-buildid-list.o
10 perf-y += builtin-buildid-cache.o
H A Dperf-archive.sh25 perf buildid-list -i $PERF_DATA --with-hits | grep -v "^$NOBUILDID " > $BUILDIDS
H A Dperf-with-kcore.sh52 KCORE=$(($SUDO "$PERF" buildid-cache -v -f -k /proc/kcore >/dev/null) 2>&1)
/OK3568_Linux_fs/kernel/arch/sparc/vdso/
H A DMakefile127 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-`; \
/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A DMakefile194 buildid=`readelf -n $< |grep 'Build ID' |sed -e 's/^.*Build ID: \(.*\)$$/\1/'`; \
195 first=`echo $$buildid | cut -b-2`; \
196 last=`echo $$buildid | cut -b3-`; \
/OK3568_Linux_fs/kernel/tools/build/
H A DMakefile.feature42 libbfd-buildid \
114 libbfd-buildid \
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A DBuild15 perf-y += inject-buildid.o
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-hypervisor-xen39 What: /sys/hypervisor/properties/buildid
/OK3568_Linux_fs/kernel/tools/build/feature/
H A DMakefile18 test-libbfd-buildid.bin \
232 $(OUTPUT)test-libbfd-buildid.bin:
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A D0006-cmd-dist-separate-host-and-target-builds.patch243 + run("", ShowOutput|CheckExit, pathf("%s/buildid", tooldir), pathf("%s/pkg/%s_%s/runtime/interna…
264 - run("", ShowOutput|CheckExit, pathf("%s/buildid", tooldir), pathf("%s/pkg/%s_%s/runtime/internal…

12