/linux-6.12.1/scripts/ |
D | coccicheck | 77 OPTIONS="$COCCIINCLUDE $1" 84 OPTIONS="--dir $srctree $COCCIINCLUDE" 86 OPTIONS="--dir $KBUILD_EXTMOD $COCCIINCLUDE" 102 OPTIONS="--patch $srctree $OPTIONS" 112 OPTIONS="$OPTIONS --jobs $NPROC --chunksize 1" 193 OPTIONS="$OPTIONS $SPFLAGS" 248 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \ 250 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \ 252 $FLAGS --cocci-file $COCCI $OPT $OPTIONS || \ 254 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1 [all …]
|
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/dynevent/ |
D | add_remove_eprobe.tc | 14 OPTIONS="file=+0(\$filename):ustring" 15 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 43 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 51 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 59 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 67 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 70 echo "-:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 75 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 78 echo "-:eprobes/$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events 83 echo "e:$EPROBE $SYSTEM/$EVENT $OPTIONS" >> dynamic_events [all …]
|
/linux-6.12.1/tools/bpf/bpftool/Documentation/ |
D | bpftool-perf.rst | 17 **bpftool** [*OPTIONS*] **perf** *COMMAND* 19 *OPTIONS* := { |COMMON_OPTIONS| } 45 OPTIONS chapter
|
D | bpftool.rst | 17 **bpftool** [*OPTIONS*] *OBJECT* { *COMMAND* | **help** } 26 *OPTIONS* := { { **-V** | **--version** } | |COMMON_OPTIONS| } 61 OPTIONS chapter
|
D | bpftool-struct_ops.rst | 17 **bpftool** [*OPTIONS*] **struct_ops** *COMMAND* 19 *OPTIONS* := { |COMMON_OPTIONS| } 68 OPTIONS chapter
|
D | bpftool-iter.rst | 17 **bpftool** [*OPTIONS*] **iter** *COMMAND* 19 *OPTIONS* := { |COMMON_OPTIONS| } 54 OPTIONS chapter
|
D | bpftool-link.rst | 17 **bpftool** [*OPTIONS*] **link** *COMMAND* 19 *OPTIONS* := { |COMMON_OPTIONS| | { **-f** | **--bpffs** } | { **-n** | **--nomount** } } 63 OPTIONS chapter
|
D | bpftool-feature.rst | 17 **bpftool** [*OPTIONS*] **feature** *COMMAND* 19 *OPTIONS* := { |COMMON_OPTIONS| } 81 OPTIONS chapter
|
D | bpftool-net.rst | 17 **bpftool** [*OPTIONS*] **net** *COMMAND* 19 *OPTIONS* := { |COMMON_OPTIONS| } 84 OPTIONS chapter
|
/linux-6.12.1/Documentation/tools/rv/ |
D | rv-list.rst | 15 **rv list** [*OPTIONS*] 23 OPTIONS chapter
|
D | rv-mon-wwnr.rst | 15 **rv mon wip** [*OPTIONS*] 25 OPTIONS chapter
|
D | rv-mon-wip.rst | 15 **rv mon wip** [*OPTIONS*] 26 OPTIONS chapter
|
D | rv-mon.rst | 15 **rv mon** [*-h*] **monitor_name** [*-h*] [*MONITOR OPTIONS*] 24 OPTIONS chapter
|
D | rv.rst | 15 **rv** *COMMAND* [*OPTIONS*] 41 OPTIONS chapter
|
/linux-6.12.1/Documentation/tools/rtla/ |
D | rtla.rst | 12 **rtla** *COMMAND* [*OPTIONS*] 32 OPTIONS chapter
|
D | rtla-timerlat-hist.rst | 12 **rtla timerlat hist** [*OPTIONS*] ... 23 OPTIONS chapter
|
D | rtla-osnoise-top.rst | 12 **rtla osnoise top** [*OPTIONS*] 25 OPTIONS chapter
|
D | rtla-osnoise-hist.rst | 12 **rtla osnoise hist** [*OPTIONS*] 23 OPTIONS chapter
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-kwork.txt | 61 OPTIONS 79 OPTIONS for 'perf kwork report' 113 OPTIONS for 'perf kwork latency' 143 OPTIONS for 'perf kwork timehist' 182 OPTIONS for 'perf kwork top'
|
D | perf-sched.txt | 83 OPTIONS 101 OPTIONS for 'perf sched latency' 117 OPTIONS for 'perf sched map' 143 OPTIONS for 'perf sched timehist' 224 OPTIONS for 'perf sched replay'
|
D | perf-lock.txt | 32 COMMON OPTIONS 65 REPORT OPTIONS 109 INFO OPTIONS 121 CONTENTION OPTIONS
|
D | perf-ftrace.txt | 31 COMMON OPTIONS 60 OPTIONS for 'perf ftrace trace' 134 OPTIONS for 'perf ftrace latency' 152 OPTIONS for 'perf ftrace profile'
|
D | perf.txt | 11 'perf' [--version] [--help] [OPTIONS] COMMAND [ARGS] 13 OPTIONS
|
/linux-6.12.1/samples/bpf/ |
D | xdp2skb_meta.sh | 81 OPTIONS=$(getopt -o vfhd: \ 86 eval set -- "$OPTIONS"
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_xdp_vlan.sh | 66 OPTIONS=$(getopt -o hvfi: \ 73 eval set -- "$OPTIONS"
|