| /tools/testing/selftests/size/ |
| A D | get_size.c | 35 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 D | builtin-check.c | 252 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 D | btf_dumper.c | 53 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 D | perf-script-python.txt | 138 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 D | perf-trace.txt | 222 --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 D | perf-stat.txt | 131 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 D | perf-check.txt | 76 Do not print any messages or warnings
|
| A D | perf-config.txt | 115 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 D | perf-script.txt | 132 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 D | header.h | 124 void (*print)(struct feat_fd *ff, FILE *fp); member
|
| /tools/perf/ui/browsers/ |
| A D | hists.c | 849 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 D | isst-core-mbox.c | 801 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 D | isst-display.c | 269 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 D | freeze.cfg | 17 # print verbose messages (default: false)
|
| A D | standby.cfg | 17 # print verbose messages (default: false)
|
| A D | standby-callgraph.cfg | 18 # print verbose messages (default: false)
|
| A D | standby-dev.cfg | 17 # print verbose messages (default: false)
|
| A D | suspend-callgraph.cfg | 18 # print verbose messages (default: false)
|
| A D | suspend-dev.cfg | 17 # print verbose messages (default: false)
|
| A D | suspend-x2-proc.cfg | 17 # print verbose messages (default: false)
|
| A D | suspend.cfg | 17 # print verbose messages (default: false)
|
| A D | freeze-callgraph.cfg | 18 # print verbose messages (default: false)
|
| A D | freeze-dev.cfg | 17 # print verbose messages (default: false)
|
| /tools/testing/selftests/futex/ |
| A D | README | 38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-feature.rst | 41 () and **bpf_trace_printk**\() helpers which print warnings to kernel logs.
|