/tools/perf/util/ |
D | print_binary.c | 8 void *extra, FILE *fp) in binary__fprintf() argument 19 printed += printer(BINARY_PRINT_DATA_BEGIN, 0, extra, fp); in binary__fprintf() 22 printed += printer(BINARY_PRINT_LINE_BEGIN, -1, extra, fp); in binary__fprintf() 23 printed += printer(BINARY_PRINT_ADDR, i, extra, fp); in binary__fprintf() 26 printed += printer(BINARY_PRINT_NUM_DATA, data[i], extra, fp); in binary__fprintf() 30 printed += printer(BINARY_PRINT_NUM_PAD, -1, extra, fp); in binary__fprintf() 32 printer(BINARY_PRINT_SEP, i, extra, fp); in binary__fprintf() 34 printed += printer(BINARY_PRINT_CHAR_DATA, data[j], extra, fp); in binary__fprintf() 36 printed += printer(BINARY_PRINT_CHAR_PAD, i, extra, fp); in binary__fprintf() 37 printed += printer(BINARY_PRINT_LINE_END, -1, extra, fp); in binary__fprintf() [all …]
|
D | print_binary.h | 22 unsigned int val, void *extra, FILE *fp); 26 void *extra, FILE *fp); 30 void *extra) in print_binary() argument 32 binary__fprintf(data, len, bytes_per_line, printer, extra, stdout); in print_binary()
|
D | strbuf.c | 46 int strbuf_grow(struct strbuf *sb, size_t extra) in strbuf_grow() argument 49 size_t nr = sb->len + extra + 1; in strbuf_grow()
|
D | debug.c | 116 unsigned int val, void *extra, FILE *fp) in trace_event_printer() argument 119 union perf_event *event = (union perf_event *)extra; in trace_event_printer()
|
/tools/lib/api/fd/ |
D | array.h | 41 int fdarray__grow(struct fdarray *fda, int extra);
|
/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 49 defined in the test case, but if the plugin is being used to run extra 59 the TAP output for the extra test cases. 65 and the test id. Useful for outputing the extra test results.
|
/tools/testing/selftests/tc-testing/plugin-lib/ |
D | README-PLUGINS | 21 …Run the command under test with valgrind, and produce an extra set of TAP results for the memory t…
|
/tools/lib/lockdep/ |
D | Makefile | 131 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
|
/tools/lib/traceevent/plugins/ |
D | Makefile | 169 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-parse_event.txt | 29 difference is in the extra _eventp_ argument, where the newly created event
|
/tools/perf/Documentation/ |
D | perf-list.txt | 23 Print extra event descriptions. (default) 37 any extra expressions computed by perf stat. 204 It is also possible to add extra qualifiers to an event:
|
D | perf-c2c.txt | 78 Show extra node info in report (see NODE INFO section)
|
/tools/lib/traceevent/ |
D | Makefile | 192 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
|
/tools/testing/selftests/powerpc/mm/ |
D | tlbie_test.c | 431 static void segv_handler(int signo, siginfo_t *info, void *extra) in segv_handler() argument
|
/tools/testing/selftests/tc-testing/ |
D | README | 196 This base class supplies "hooks" to run extra functions. These hooks are as follows: 238 This plugin will output an extra test for each test in the test file,
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 569 extra = [] 574 extra.append(field + '(' + name + ')') 575 fields += extra
|
/tools/power/pm-graph/ |
D | bootgraph.py | 633 extra = '\ 650 aslib.addCSS(hf, sysvals, 1, False, extra)
|
D | sleepgraph.py | 4154 def createHTMLIssuesSummary(testruns, issues, htmlfile, title, extra=''): argument 4194 hf.write(html+'</table>\n'+extra+'</body>\n</html>\n') 4565 def addCSS(hf, sv, testcount=1, kerror=False, extra=''): argument 5957 extra = dict() 5968 extra = d.turbostatInfo() 6041 for key in extra: 6042 data[key] = extra[key]
|
D | README | 48 with a few extra options enabled, the tools will execute a suspend or boot,
|
/tools/testing/ktest/ |
D | ktest.pl | 786 my $extra = ""; 788 $extra = "In the same override section!\n"; 790 die "$name: $.: Option $lvalue defined more than once!\n$extra";
|
/tools/usb/usbip/ |
D | INSTALL | 123 with an extra prefix or suffix on their names by giving `configure' the
|
/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 683 # emit extra options
|
/tools/perf/ |
D | design.txt | 216 extra configuration information via 'extra_config_len' to exploit
|
D | builtin-script.c | 1441 void *extra, FILE *fp) in sample__fprintf_bpf_output() argument 1444 struct printer_data *printer_data = extra; in sample__fprintf_bpf_output()
|
/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1335 extra = result + nr - self.target 1336 if extra > 0: 1337 self.target += extra
|