Home
last modified time | relevance | path

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

12

/tools/perf/
Dbuiltin-buildid-list.c49 static int perf_session__list_build_ids(bool force, bool with_hits) in perf_session__list_build_ids() argument
55 .force = force, in perf_session__list_build_ids()
95 bool force = false; in cmd_buildid_list() local
99 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_list()
115 return perf_session__list_build_ids(force, with_hits); in cmd_buildid_list()
Dbuiltin-evlist.c27 .force = details->force, in __cmd_evlist()
59 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist()
Dbuiltin-buildid-cache.c106 static int build_id_cache__add_kcore(const char *filename, bool force) in build_id_cache__add_kcore() argument
125 if (!force && in build_id_cache__add_kcore()
285 bool force = false; in cmd_buildid_cache() local
310 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_buildid_cache()
331 file.force = force; in cmd_buildid_cache()
418 if (kcore_filename && build_id_cache__add_kcore(kcore_filename, force)) in cmd_buildid_cache()
Dbuiltin-data.c58 .force = false, in cmd_data_convert()
67 OPT_BOOLEAN('f', "force", &opts.force, "don't complain, do it"), in cmd_data_convert()
Dbuiltin-mem.c20 bool force; member
202 .force = mem->force, in report_raw_events()
369 OPT_BOOLEAN('f', "force", &mem.force, "don't complain, do it"), in cmd_mem()
Dbuiltin-lock.c853 static bool force; variable
866 .force = force, in __cmd_report()
955 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_lock()
967 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), in cmd_lock()
Dbuiltin-diff.c63 static bool force; variable
787 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
1244 file->force = force, in data_init()
Dbuiltin-report.c714 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report()
886 file.force = symbol_conf.force; in cmd_report()
Dbuiltin-sched.c192 bool force; member
481 if (sched->force) { in self_open_counters()
1620 .force = sched->force, in perf_sched__read_events()
1977 OPT_BOOLEAN('f', "force", &sched.force, "don't complain, do it"), in cmd_sched()
Dbuiltin-annotate.c410 OPT_BOOLEAN('f', "force", &file.force, "don't complain, do it"), in cmd_annotate()
/tools/lib/lockdep/
DMakefile118 $(LIB_IN): force
127 tags: force
132 TAGS: force
155 PHONY += force
156 force: target
/tools/lib/traceevent/
DMakefile171 $(TE_IN): force
188 $(PLUGINS_IN): force
214 ep_version.h: force
229 tags: force
234 TAGS: force
274 PHONY += force plugins
275 force: target
/tools/perf/util/
Ddata-convert.h5 bool force; member
Ddata.h15 bool force; member
Dkvm-stat.h102 bool force; member
Ddata.c70 if (!file->force && st.st_uid && (st.st_uid != geteuid())) { in open_file_read()
Dsymbol.h92 force, member
/tools/perf/tests/
Dllvm.h21 enum test_llvm__testcase index, bool force,
Dllvm.c58 bool force, in test_llvm__fetch_bpf_obj() argument
79 if (!force && (verbose == 0 && in test_llvm__fetch_bpf_obj()
/tools/perf/ui/
Dui.h27 void ui__refresh_dimensions(bool force);
/tools/lib/bpf/
DMakefile156 $(BPF_IN): force elfdep bpfdep
207 PHONY += force elfdep bpfdep
208 force: target
/tools/perf/ui/tui/
Dsetup.c26 void ui__refresh_dimensions(bool force) in ui__refresh_dimensions() argument
28 if (force || ui__need_resize) { in ui__refresh_dimensions()
/tools/power/cpupower/
DToDo10 with a --force option and some "be careful" messages
/tools/perf/Documentation/
Dperf-buildid-list.txt31 --force::
Dperf-annotate.txt35 --force::

12