/tools/perf/ |
D | builtin-buildid-list.c | 52 static int perf_session__list_build_ids(bool force, bool with_hits) in perf_session__list_build_ids() argument 58 .force = force, in perf_session__list_build_ids() 97 bool force = false; in cmd_buildid_list() local 101 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_list() 117 return perf_session__list_build_ids(force, with_hits); in cmd_buildid_list()
|
D | builtin-evlist.c | 28 .force = details->force, in __cmd_evlist() 60 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist()
|
D | builtin-buildid-cache.c | 117 static int build_id_cache__add_kcore(const char *filename, bool force) in build_id_cache__add_kcore() argument 136 if (!force && in build_id_cache__add_kcore() 357 bool force = false; in cmd_buildid_cache() local 388 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_cache() 422 data.force = force; in cmd_buildid_cache() 521 if (kcore_filename && build_id_cache__add_kcore(kcore_filename, force)) in cmd_buildid_cache()
|
D | builtin-data.c | 60 .force = false, in cmd_data_convert() 70 OPT_BOOLEAN('f', "force", &opts.force, "don't complain, do it"), in cmd_data_convert()
|
D | builtin-mem.c | 30 bool force; member 237 .force = mem->force, in report_raw_events() 415 OPT_BOOLEAN('f', "force", &mem.force, "don't complain, do it"), in cmd_mem()
|
/tools/lib/lockdep/ |
D | Makefile | 120 $(LIB_IN): force 129 tags: force 134 TAGS: force 157 PHONY += force 158 force: target
|
/tools/lib/traceevent/plugins/ |
D | Makefile | 151 $(PLUGINS_IN): force 170 tags: force 175 TAGS: force 220 PHONY += force plugins 221 force: target
|
/tools/testing/selftests/arm64/fp/ |
D | vlset.c | 23 static int force = 0; variable 51 case 'f': force = 1; break; in parse_options() 116 if (!force) in main()
|
/tools/lib/traceevent/ |
D | Makefile | 142 $(TE_IN): force 176 ep_version.h: force 191 tags: force 196 TAGS: force 296 force: target
|
/tools/perf/util/ |
D | data-convert.h | 6 bool force; member
|
D | evsel_fprintf.h | 14 bool force; member
|
D | symbol_conf.h | 15 force, member
|
D | data.h | 29 bool force; member
|
/tools/perf/tests/ |
D | llvm.h | 26 enum test_llvm__testcase index, bool force,
|
D | llvm.c | 59 bool force, in test_llvm__fetch_bpf_obj() argument 80 if (!force && (verbose <= 0 && in test_llvm__fetch_bpf_obj()
|
/tools/testing/selftests/powerpc/tm/ |
D | Makefile | 8 tm-signal-context-force-tm tm-poison tm-signal-pagefault 26 $(OUTPUT)/tm-signal-context-force-tm: CFLAGS += -pthread -m64
|
D | .gitignore | 15 tm-signal-context-force-tm
|
/tools/perf/ui/ |
D | ui.h | 28 void ui__refresh_dimensions(bool force);
|
/tools/perf/ui/tui/ |
D | setup.c | 28 void ui__refresh_dimensions(bool force) in ui__refresh_dimensions() argument 30 if (force || ui__need_resize) { in ui__refresh_dimensions()
|
/tools/lib/bpf/ |
D | Makefile | 160 $(BPF_IN_SHARED): force elfdep zdep bpfdep $(BPF_HELPER_DEFS) 178 $(BPF_IN_STATIC): force elfdep zdep bpfdep $(BPF_HELPER_DEFS) 283 PHONY += force elfdep zdep bpfdep cscope tags 284 force: target
|
/tools/testing/selftests/bpf/ |
D | test_offload.py | 225 def ip(args, force=False, JSON=True, ns="", fail=True, include_stderr=False): argument 226 if force: 477 def set_xdp(self, bpf, mode, force=False, JSON=True, verbose=False, argument 482 force=force, JSON=JSON, 485 def unset_xdp(self, mode, force=False, JSON=True, argument 488 force=force, JSON=JSON, 718 ret, _, err = sim.unset_xdp("", force=True, 994 ret, _ = sim.set_xdp(obj, "drv", force=True, fail=False) 1005 ret, _, err = sim.set_xdp(obj, "generic", force=True, 1127 sim.set_xdp(pinned, "offload", force=True) [all …]
|
/tools/perf/Documentation/ |
D | perf-evlist.txt | 24 --force::
|
D | perf-buildid-list.txt | 31 --force::
|
D | perf-data.txt | 37 --force::
|
/tools/power/cpupower/ |
D | ToDo | 10 with a --force option and some "be careful" messages
|