Searched refs:origin (Results 1 – 14 of 14) sorted by relevance
/tools/build/ |
D | Makefile | 10 $(if $(or $(findstring environment,$(origin $(1))),\ 11 $(findstring command line,$(origin $(1)))),,\
|
/tools/scripts/ |
D | Makefile.include | 3 ifeq ($(origin O), command line) 50 $(if $(or $(findstring environment,$(origin $(1))),\ 51 $(findstring command line,$(origin $(1)))),,\
|
/tools/testing/ktest/examples/include/ |
D | bisect.conf | 26 CHECKOUT = origin/master
|
/tools/memory-model/scripts/ |
D | initlitmushist.sh | 50 ( cd litmus; git checkout origin/master )
|
D | checkghlitmus.sh | 24 ( cd litmus; git checkout origin/master )
|
/tools/lib/lockdep/ |
D | Makefile | 13 $(if $(or $(findstring environment,$(origin $(1))),\ 14 $(findstring command line,$(origin $(1)))),,\
|
/tools/lib/traceevent/plugins/ |
D | Makefile | 12 $(if $(or $(findstring environment,$(origin $(1))),\ 13 $(findstring command line,$(origin $(1)))),,\
|
/tools/perf/util/ |
D | dwarf-aux.c | 628 Dwarf_Die *origin; in __die_walk_instances_cb() local 638 origin = dwarf_formref_die(attr, &origin_mem); in __die_walk_instances_cb() 639 if (origin == NULL || origin->addr != iwp->addr) in __die_walk_instances_cb() 644 dwarf_decl_line(origin, &tmp); in __die_walk_instances_cb() 646 tmp = die_get_decl_fileno(origin); in __die_walk_instances_cb()
|
D | dso.c | 41 static const char origin[] = { in dso__symtab_origin() local 63 return origin[dso->symtab_type]; in dso__symtab_origin()
|
/tools/lib/traceevent/ |
D | Makefile | 19 $(if $(or $(findstring environment,$(origin $(1))),\ 20 $(findstring command line,$(origin $(1)))),,\
|
/tools/perf/Documentation/ |
D | Makefile | 57 DOC_REF = origin/man 58 HTML_REF = origin/html
|
/tools/perf/ |
D | Makefile.perf | 159 $(if $(or $(findstring environment,$(origin $(1))),\ 160 $(findstring command line,$(origin $(1)))),,\
|
D | Makefile.config | 464 ifeq ($(origin PERF_HAVE_DWARF_REGS), undefined)
|
/tools/power/pm-graph/ |
D | bootgraph.py | 644 .vt {transform:rotate(-60deg);transform-origin:0 0;}\n\
|