Home
last modified time | relevance | path

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

/tools/perf/util/
Dstrbuf.c45 void strbuf_grow(struct strbuf *sb, size_t extra) in strbuf_grow() argument
47 if (sb->len + extra + 1 <= sb->len) in strbuf_grow()
51 ALLOC_GROW(sb->buf, sb->len + extra + 1, sb->alloc); in strbuf_grow()
/tools/lib/api/fd/
Darray.h38 int fdarray__grow(struct fdarray *fda, int extra);
/tools/lib/lockdep/
DMakefile210 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
/tools/lib/traceevent/
DMakefile294 find . -name '*.[ch]' | xargs ctags --extra=+f --c-kinds=+px \
/tools/testing/ktest/
Dktest.pl679 my $extra = "";
681 $extra = "In the same override section!\n";
683 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/perf/
Ddesign.txt216 extra configuration information via 'extra_config_len' to exploit