Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 27) sorted by relevance

12

/tools/perf/util/
Dprint_binary.c8 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 …]
Dprint_binary.h22 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()
Dstrbuf.c46 int strbuf_grow(struct strbuf *sb, size_t extra) in strbuf_grow() argument
49 size_t nr = sb->len + extra + 1; in strbuf_grow()
Ddebug.c116 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/
Darray.h41 int fdarray__grow(struct fdarray *fda, int extra);
/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt49 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/
DREADME-PLUGINS21 …Run the command under test with valgrind, and produce an extra set of TAP results for the memory t…
/tools/lib/lockdep/
DMakefile131 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
/tools/lib/traceevent/plugins/
DMakefile169 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
/tools/lib/traceevent/Documentation/
Dlibtraceevent-parse_event.txt29 difference is in the extra _eventp_ argument, where the newly created event
/tools/perf/Documentation/
Dperf-list.txt23 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:
Dperf-c2c.txt78 Show extra node info in report (see NODE INFO section)
/tools/lib/traceevent/
DMakefile192 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c431 static void segv_handler(int signo, siginfo_t *info, void *extra) in segv_handler() argument
/tools/testing/selftests/tc-testing/
DREADME196 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/
Dkvm_stat569 extra = []
574 extra.append(field + '(' + name + ')')
575 fields += extra
/tools/power/pm-graph/
Dbootgraph.py633 extra = '\
650 aslib.addCSS(hf, sysvals, 1, False, extra)
Dsleepgraph.py4154 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]
DREADME48 with a few extra options enabled, the tools will execute a suspend or boot,
/tools/testing/ktest/
Dktest.pl786 my $extra = "";
788 $extra = "In the same override section!\n";
790 die "$name: $.: Option $lvalue defined more than once!\n$extra";
/tools/usb/usbip/
DINSTALL123 with an extra prefix or suffix on their names by giving `configure' the
/tools/bpf/bpftool/bash-completion/
Dbpftool683 # emit extra options
/tools/perf/
Ddesign.txt216 extra configuration information via 'extra_config_len' to exploit
Dbuiltin-script.c1441 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/
Dexported-sql-viewer.py1335 extra = result + nr - self.target
1336 if extra > 0:
1337 self.target += extra

12