Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 36) 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.c152 unsigned int val, void *extra, FILE *fp) in trace_event_printer() argument
155 union perf_event *event = (union perf_event *)extra; in trace_event_printer()
Devent.c446 void *extra, FILE *fp) in text_poke_printer() argument
448 bool old = *(bool *)extra; in text_poke_printer()
/tools/testing/selftests/arm64/signal/testcases/
Dtestcases.c28 bool validate_extra_context(struct extra_context *extra, char **err) in validate_extra_context() argument
32 if (!extra || !err) in validate_extra_context()
36 term = GET_RESV_NEXT_HEAD(&extra->head); in validate_extra_context()
41 if (extra->datap & 0x0fUL) in validate_extra_context()
43 else if (extra->size & 0x0fUL) in validate_extra_context()
45 else if (extra->datap != (uint64_t)term + sizeof(*term)) in validate_extra_context()
83 struct extra_context *extra = NULL; in validate_reserved() local
130 extra = (struct extra_context *)head; in validate_reserved()
163 if (!validate_extra_context(extra, err)) in validate_reserved()
Dtestcases.h81 bool validate_extra_context(struct extra_context *extra, char **err);
/tools/testing/selftests/bpf/
Dtest_tcp_hdr_options.h113 static inline void set_hdr_cb_flags(struct bpf_sock_ops *skops, __u32 extra) in set_hdr_cb_flags() argument
119 extra); in set_hdr_cb_flags()
/tools/lib/api/fd/
Darray.h49 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/testing/selftests/filesystems/fuse/
Dtest_fuse.h115 #define TESTFUSEINEXT(_opcode, in_struct, extra) \ argument
124 sizeof(*in_header) + sizeof(*in_struct) + extra);\
/tools/lib/traceevent/plugins/
DMakefile172 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/lib/traceevent/
DMakefile193 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
/tools/perf/Documentation/
Dperf-list.txt23 Print extra event descriptions. (default)
37 any extra expressions computed by perf stat.
214 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/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/testing/selftests/powerpc/mm/
Dtlbie_test.c430 static void segv_handler(int signo, siginfo_t *info, void *extra) in segv_handler() argument
/tools/kvm/kvm_stat/
Dkvm_stat574 extra = []
579 extra.append(field + '(' + name + ')')
580 fields += extra
/tools/power/pm-graph/
Dbootgraph.py633 extra = '\
650 aslib.addCSS(hf, sysvals, 1, False, extra)
/tools/testing/ktest/
Dktest.pl853 my $extra = "";
855 $extra = "In the same override section!\n";
857 die "$name: $.: Option $lvalue defined more than once!\n$extra";
/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst111 **_opts** variants accepts extra **bpf_object_open_opts**
/tools/usb/usbip/
DINSTALL123 with an extra prefix or suffix on their names by giving `configure' the

12