Skip to content

Commit 46e3464

Browse files
Sbermnamhyung
authored andcommitted
perf trace: Remove --map-dump documentation
The --map-dump option was removed in 5e6da6b ("perf trace: Migrate BPF augmentation to use a skeleton"), this patch removes its remaining documentation. Fixes: 5e6da6b ("perf trace: Migrate BPF augmentation to use a skeleton") Signed-off-by: Howard Chu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Namhyung Kim <[email protected]>
1 parent 5ae6a30 commit 46e3464

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tools/perf/Documentation/perf-trace.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,6 @@ the thread executes on the designated CPUs. Default is to monitor all CPUs.
238238
the same beautifiers used in the strace-like enter+exit lines to augment the
239239
tracepoint arguments.
240240

241-
--map-dump::
242-
Dump BPF maps setup by events passed via -e, for instance the augmented_raw_syscalls
243-
living in tools/perf/examples/bpf/augmented_raw_syscalls.c. For now this
244-
dumps just boolean map values and integer keys, in time this will print in hex
245-
by default and use BTF when available, as well as use functions to do pretty
246-
printing using the existing 'perf trace' syscall arg beautifiers to map integer
247-
arguments to strings (pid to comm, syscall id to syscall name, etc).
248-
249241
--force-btf::
250242
Use btf_dump to pretty print syscall argument data, instead of using hand-crafted pretty
251243
printers. This option is intended for testing BTF integration in perf trace. btf_dump-based

0 commit comments

Comments
 (0)