Lines Matching +full:remote +full:- +full:pid
1 perf-buildid-cache(1)
5 ----
6 perf-buildid-cache - Manage build-id cache.
9 --------
11 'perf buildid-cache <options>'
14 -----------
15 This command manages the build-id cache. It can add, remove, update and purge
19 record it along with the buildid-cache, which will be used by perf-probe.
20 For more details, see linkperf:perf-probe[1].
23 -------
24 -a::
25 --add=::
27 -f::
28 --force::
30 -k::
31 --kcore::
34 running 'perf buildid-cache' as root may update root's build-id cache
35 not the user's. Use the -v option to see where the file is created.
40 kcore in the cache (with the same build-id) that has the same modules at
41 the same addresses. Use the -v option to see if a copy of kcore is
43 -r::
44 --remove=::
45 Remove a cached binary which has same build-id of specified file
47 -p::
48 --purge=::
51 -P::
52 --purge-all::
54 -M::
55 --missing=::
57 -u::
58 --update=::
61 (or remote) perf.data. Only if there is already a cache which has
62 exactly same build-id, that is replaced by new one. It can be used
65 -l::
66 --list::
68 -v::
69 --verbose::
72 --target-ns=PID:
73 Obtain mount namespace information from the target pid. This is
77 --debuginfod[=URLs]::
81 buildid-cache.debuginfod=http://192.168.122.174:8002
87 --------
88 linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-buildid-list[1]