Home
last modified time | relevance | path

Searched refs:visual (Results 1 – 5 of 5) sorted by relevance

/tools/perf/Documentation/
Dperf-sched.txt139 --cpu-visual::
140 Show visual aid for sched switches by CPU: 'i' marks idle time,
/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst31 | **bpftool** **prog dump xlated** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] [**visual*…
91 **bpftool prog dump xlated** *PROG* [{ **file** *FILE* | [**opcodes**] [**linum**] [**visual**] }]
99 **visual** is specified, *PROG* must match a single program.
104 If **visual** is specified, control flow graph (CFG) will be
/tools/testing/selftests/futex/
DREADME39 ERROR strings in color for easy visual parsing. Output shall conform to the
/tools/bpf/bpftool/
Dprog.c698 char *filepath, bool opcodes, bool visual, bool linum) in prog_dump() argument
854 else if (visual) in prog_dump()
877 bool visual = false; in do_dump() local
931 visual = true; in do_dump()
942 if (filepath && (opcodes || visual || linum)) { in do_dump()
946 if (json_output && visual) { in do_dump()
982 err = prog_dump(&info, mode, filepath, opcodes, visual, linum); in do_dump()
/tools/bpf/bpftool/bash-completion/
Dbpftool376 if ! _bpftool_search_list 'linum opcodes visual'; then
381 _bpftool_once_attr 'visual'