Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 61) sorted by relevance

123

/tools/perf/
Dbuiltin-buildid-list.c52 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()
Dbuiltin-evlist.c28 .force = details->force, in __cmd_evlist()
60 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist()
Dbuiltin-buildid-cache.c117 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()
Dbuiltin-data.c60 .force = false, in cmd_data_convert()
70 OPT_BOOLEAN('f', "force", &opts.force, "don't complain, do it"), in cmd_data_convert()
Dbuiltin-mem.c30 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/
DMakefile120 $(LIB_IN): force
129 tags: force
134 TAGS: force
157 PHONY += force
158 force: target
/tools/lib/traceevent/plugins/
DMakefile151 $(PLUGINS_IN): force
170 tags: force
175 TAGS: force
220 PHONY += force plugins
221 force: target
/tools/testing/selftests/arm64/fp/
Dvlset.c23 static int force = 0; variable
51 case 'f': force = 1; break; in parse_options()
116 if (!force) in main()
/tools/lib/traceevent/
DMakefile142 $(TE_IN): force
176 ep_version.h: force
191 tags: force
196 TAGS: force
296 force: target
/tools/perf/util/
Ddata-convert.h6 bool force; member
Devsel_fprintf.h14 bool force; member
Dsymbol_conf.h15 force, member
Ddata.h29 bool force; member
/tools/perf/tests/
Dllvm.h26 enum test_llvm__testcase index, bool force,
Dllvm.c59 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/
DMakefile8 tm-signal-context-force-tm tm-poison tm-signal-pagefault
26 $(OUTPUT)/tm-signal-context-force-tm: CFLAGS += -pthread -m64
D.gitignore15 tm-signal-context-force-tm
/tools/perf/ui/
Dui.h28 void ui__refresh_dimensions(bool force);
/tools/perf/ui/tui/
Dsetup.c28 void ui__refresh_dimensions(bool force) in ui__refresh_dimensions() argument
30 if (force || ui__need_resize) { in ui__refresh_dimensions()
/tools/lib/bpf/
DMakefile160 $(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/
Dtest_offload.py225 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/
Dperf-evlist.txt24 --force::
Dperf-buildid-list.txt31 --force::
Dperf-data.txt37 --force::
/tools/power/cpupower/
DToDo10 with a --force option and some "be careful" messages

123