Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 40) sorted by relevance

12

/tools/firewire/
DMakefile3 nosy-dump-version = 0.4
7 all : nosy-dump
9 nosy-dump : CFLAGS = -Wall -O2 -g
10 nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
/tools/bpf/bpftool/Documentation/
Dbpftool-btf.rst17 *COMMANDS* := { **dump** | **help** }
23 | **bpftool** **btf dump** *BTF_SRC* [**format** *FORMAT*]
44 **bpftool btf dump** *BTF_SRC*
52 value. It's possible to select whether to dump only BTF
78 **# bpftool btf dump id 1226**
133 **$ bpftool btf dump file prog.o**
180 **# bpftool btf dump map id 123 key**
186 **# bpftool btf dump map id 123 value**
192 **# bpftool btf dump map id 123 kv**
199 **# bpftool btf dump map id 123 all**
[all …]
Dbpftool.rst25 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext**
28 *PROG-COMMANDS* := { **show** | **list** | **dump jited** | **dump xlated** | **pin**
Dbpftool-struct_ops.rst18 { **show** | **list** | **dump** | **register** | **unregister** | **help** }
24 | **bpftool** **struct_ops dump** [*STRUCT_OPS_MAP*]
44 **bpftool struct_ops dump** [*STRUCT_OPS_MAP*]
Dbpftool-feature.rst30 Probe the running kernel and dump a number of eBPF-related
52 When the **unprivileged** keyword is used, bpftool will dump
63 Probe network device for supported eBPF features and dump
Dbpftool-map.rst18 { **show** | **list** | **create** | **dump** | **update** | **lookup** | **getnext**
28 | **bpftool** **map dump** *MAP*
87 **bpftool map dump** *MAP*
123 Install perf rings into a perf event array map and dump
197 **# bpftool map dump id 10**
259 | **# bpftool map dump pinned /sys/fs/bpf/bar**
267 | **# bpftool map dump pinned /sys/fs/bpf/bar**
Dbpftool-prog.rst18 { **show** | **list** | **dump xlated** | **dump jited** | **pin** | **load**
25 | **bpftool** **prog dump xlated** *PROG* [{**file** *FILE* | **opcodes** | **visual** | **linum**}]
26 | **bpftool** **prog dump jited** *PROG* [{**file** *FILE* | **opcodes** | **linum**}]
83 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | **opcodes** | **visual** | **linum** }]
105 **bpftool prog dump jited** *PROG* [{ **file** *FILE* | **opcodes** | **linum** }]
265 | **# bpftool prog dump xlated id 10 file /tmp/t**
272 **# bpftool prog dump jited tag 005a3d2123620c8b**
293 **# bpftool prog dump jited pinned /sys/fs/bpf/prog opcodes**
Dcommon_options.rst8 for JIT-ted programs (**bpftool prog dump jited**) and usage of BPF
Dbpftool-net.rst43 users can use **bpftool cgroup** to dump cgroup attachments.
/tools/perf/Documentation/
Dperf-lock.txt42 --dump-raw-trace::
62 dump thread list in perf.data
66 dump map of lock instances (address:name table)
Dperf-mem.txt44 --dump-raw-samples::
50 Specify the field separator used when dump raw samples (-D option). By default,
Dintel-bts.txt60 dump option
63 perf script has an option (-D) to "dump" the events i.e. display the binary
Dperf-sched.txt74 --dump-raw-trace=::
75 Display verbose dump of the sched data.
Dperf-list.txt306 . '--raw-dump', shows the raw-dump of all the events.
307 . '--raw-dump [hw|sw|cache|tracepoint|pmu|event_glob]', shows the raw-dump of
Dperf-annotate.txt51 --dump-raw-trace::
Dperf-script.txt79 --dump-raw-trace=::
80 Display verbose dump of the trace data.
403 --per-event-dump::
404 Create per event files with a "perf.data.EVENT.dump" name instead of
Dperf-config.txt128 dump-obj = true
424 call-graph.dump-size::
425 The size of stack to dump in order to do post-unwinding. Default is 8192 (byte).
650 llvm.dump-obj::
651 Enable perf dump BPF object files compiled by LLVM.
/tools/testing/selftests/drivers/net/netdevsim/
Ddevlink.sh182 devlink region dump $DL_HANDLE/dummy snapshot 25 >> /dev/null
207 devlink region dump $DL_HANDLE/dummy snapshot $sid >> /dev/null
397 devlink health dump show $DL_HANDLE reporter empty >/dev/null
460 local dump=$(devlink health dump show $DL_HANDLE reporter dummy -j)
463 local dump_break_msg=$(echo $dump | jq -r ".break_message")
467 devlink health dump clear $DL_HANDLE reporter dummy
519 local dump=$(devlink health dump show $DL_HANDLE reporter dummy -j)
522 devlink health dump clear $DL_HANDLE reporter dummy
/tools/testing/selftests/arm64/fp/
Dsve-ptrace.c32 static void dump(const void *buf, size_t size) in dump() function
48 dump(&vregs[i], sizeof vregs[i]); in check_vregs()
130 dump((const char *)sve + SVE_PT_SVE_ZREG_OFFSET(vq, i), in dump_sve_regs()
/tools/bpf/bpftool/bash-completion/
Dbpftool330 show|list|dump|pin)
353 dump)
582 COMPREPLY=( $( compgen -W 'dump help pin attach detach \
590 show|list|dump|unregister)
610 COMPREPLY=( $( compgen -W 'register unregister show list dump help' \
647 show|list|dump|peek|pop|dequeue|freeze)
891 COMPREPLY=( $( compgen -W 'delete dump getnext help \
902 dump)
977 COMPREPLY=( $( compgen -W 'dump help show list' \
/tools/bpf/runqslower/
DMakefile77 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF_PATH) format c > $@
/tools/perf/
Dperf-completion.sh167 local raw_evts=$($cmd list --raw-dump)
/tools/perf/tests/
Dmake362 @cmd="cd $(PERF) && make FEATURE_DUMP_COPY=$@ $(O_OPT) feature-dump"; \
368 @cmd="cd $(PERF) && make FEATURE_DUMP_COPY=$@ $(O_OPT) LDFLAGS='-static' feature-dump"; \
372 # Add feature dump dependency for run/run_O targets
/tools/testing/kunit/test_data/
Dtest_is_test_passed-no_tests_run.log1 Core dump limits :
/tools/bpf/bpftool/
DMakefile139 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) btf dump file $< format c > $@

12