Home
last modified time | relevance | path

Searched refs:print (Results 1 – 25 of 56) sorted by relevance

123

/tools/testing/selftests/size/
A Dget_size.c35 static int print(const char *s) in print() function
73 print(s); in print_k_value()
79 print("\n"); in print_k_value()
91 print("TAP version 13\n"); in _start()
96 print("not ok 1"); in _start()
97 print(test_name); in _start()
101 print("ok 1"); in _start()
102 print(test_name); in _start()
107 print(" ---\n"); in _start()
112 print(" ...\n"); in _start()
[all …]
/tools/objtool/
A Dbuiltin-check.c252 goto print; in print_args()
261 goto print; in print_args()
268 goto print; in print_args()
271 print: in print_args()
/tools/bpf/bpftool/
A Dbtf_dumper.c53 goto print; in dump_prog_id_as_func_ptr()
58 goto print; in dump_prog_id_as_func_ptr()
62 goto print; in dump_prog_id_as_func_ptr()
65 goto print; in dump_prog_id_as_func_ptr()
75 goto print; in dump_prog_id_as_func_ptr()
79 goto print; in dump_prog_id_as_func_ptr()
82 goto print; in dump_prog_id_as_func_ptr()
86 print: in dump_prog_id_as_func_ptr()
/tools/perf/Documentation/
A Dperf-script-python.txt138 print "in trace_begin"
141 print "in trace_end"
149 print "id=%d, args=%s\n" % \
156 print "%-20s %5u %05u.%09u %8u %-20s " % \
223 print "in trace_end"
231 generate some results to print. To do that we need to have our
301 print "\nsyscall events for %s:\n\n" % (for_comm),
303 print "\nsyscall events:\n\n",
305 print "%-40s %10s\n" % ("event", "count"),
311 print "%-40s %10d\n" % (syscall_name(id), val),
[all …]
A Dperf-trace.txt222 --print-sample::
237 Use libtraceevent to print tracepoint arguments. By default 'perf trace' uses
242 Use btf_dump to pretty print syscall argument data, instead of using hand-crafted pretty
245 better pretty-print integer flags and struct pointers.
262 fault); if no debug symbols available, perf trace will print raw IP;
272 When --verbose specified, perf trace tries to print all available information
A Dperf-stat.txt131 print more detailed statistics, can be specified up to 3 times
139 repeat command and print average + stddev (max: 100). 0 means forever.
143 print large numbers with thousands' separators according to locale.
171 print counts using a CSV-style output to make it easy to import directly into
273 --interval-print msecs::
289 Stop the 'perf stat' session and print count deltas after N milliseconds (minimum: 10 ms).
294 Only print computed metrics. Print them in a single line.
382 Don't print output, warnings or messages. This is useful with perf stat
518 users to print the interested top-down metrics level instead of the
564 Don't print 'summary' at the first column for CVS summary output.
[all …]
A Dperf-check.txt76 Do not print any messages or warnings
A Dperf-config.txt115 print-type = graph
277 this option lets 'annotate' print a list of assembly code with the source code.
394 can be used to print absolute number of samples. Ex, when set as
459 call-graph.print-type::
460 The print-types can be graph (graph absolute), fractal (graph relative),
486 This option controls print order of callchains. The default is
503 When there're many callchains it'd print tons of lines. So perf omits
506 by value depends on call-graph.print-type.
508 call-graph.print-limit::
A Dperf-script.txt132 Comma separated list of fields to print. Options are:
265 Use brstackinsnlen to print the brstackinsn lenght. For example, you
269 brstackdisasm acts like brstackinsn, but will print disassembled instructions if
272 The brstackoff field will print an offset into a specific dso/binary.
278 print computed metrics for all the events in the group. Please note
442 Set the maximum number of program blocks to print with brstackinsn for
/tools/perf/util/
A Dheader.h124 void (*print)(struct feat_fd *ff, FILE *fp); member
/tools/perf/ui/browsers/
A Dhists.c849 print_callchain_entry_fn print, in hist_browser__show_callchain_list() argument
913 print_callchain_entry_fn print, in hist_browser__show_callchain_flat() argument
946 print, arg); in hist_browser__show_callchain_flat()
969 print, arg); in hist_browser__show_callchain_flat()
1102 print_callchain_entry_fn print, in hist_browser__show_callchain_graph() argument
1139 print, arg); in hist_browser__show_callchain_graph()
1154 print, arg, is_output_full); in hist_browser__show_callchain_graph()
1167 print_callchain_entry_fn print, in hist_browser__show_callchain() argument
1183 total, parent_total, print, arg, in hist_browser__show_callchain()
1188 total, parent_total, print, arg, in hist_browser__show_callchain()
[all …]
/tools/power/x86/intel-speed-select/
A Disst-core-mbox.c801 int j, ret, print; in mbox_get_fact_info() local
820 print = 0; in mbox_get_fact_info()
828 print = 1; in mbox_get_fact_info()
830 if (!print) { in mbox_get_fact_info()
A Disst-display.c269 int print = 0, j; in _isst_fact_display_information() local
279 print = 1; in _isst_fact_display_information()
281 if (!print) { in _isst_fact_display_information()
/tools/power/pm-graph/config/
A Dfreeze.cfg17 # print verbose messages (default: false)
A Dstandby.cfg17 # print verbose messages (default: false)
A Dstandby-callgraph.cfg18 # print verbose messages (default: false)
A Dstandby-dev.cfg17 # print verbose messages (default: false)
A Dsuspend-callgraph.cfg18 # print verbose messages (default: false)
A Dsuspend-dev.cfg17 # print verbose messages (default: false)
A Dsuspend-x2-proc.cfg17 # print verbose messages (default: false)
A Dsuspend.cfg17 # print verbose messages (default: false)
A Dfreeze-callgraph.cfg18 # print verbose messages (default: false)
A Dfreeze-dev.cfg17 # print verbose messages (default: false)
/tools/testing/selftests/futex/
A DREADME38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and
/tools/bpf/bpftool/Documentation/
A Dbpftool-feature.rst41 () and **bpf_trace_printk**\() helpers which print warnings to kernel logs.

Completed in 35 milliseconds

123