/tools/perf/ |
D | builtin-buildid-list.c | 49 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()
|
D | builtin-evlist.c | 27 .force = details->force, in __cmd_evlist() 59 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist()
|
D | builtin-buildid-cache.c | 106 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()
|
D | builtin-data.c | 58 .force = false, in cmd_data_convert() 67 OPT_BOOLEAN('f', "force", &opts.force, "don't complain, do it"), in cmd_data_convert()
|
D | builtin-mem.c | 20 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()
|
D | builtin-lock.c | 853 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()
|
D | builtin-diff.c | 63 static bool force; variable 787 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), 1244 file->force = force, in data_init()
|
D | builtin-report.c | 714 OPT_BOOLEAN('f', "force", &symbol_conf.force, "don't complain, do it"), in cmd_report() 886 file.force = symbol_conf.force; in cmd_report()
|
D | builtin-sched.c | 192 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()
|
D | builtin-annotate.c | 410 OPT_BOOLEAN('f', "force", &file.force, "don't complain, do it"), in cmd_annotate()
|
/tools/lib/lockdep/ |
D | Makefile | 118 $(LIB_IN): force 127 tags: force 132 TAGS: force 155 PHONY += force 156 force: target
|
/tools/lib/traceevent/ |
D | Makefile | 171 $(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/ |
D | data-convert.h | 5 bool force; member
|
D | data.h | 15 bool force; member
|
D | kvm-stat.h | 102 bool force; member
|
D | data.c | 70 if (!file->force && st.st_uid && (st.st_uid != geteuid())) { in open_file_read()
|
D | symbol.h | 92 force, member
|
/tools/perf/tests/ |
D | llvm.h | 21 enum test_llvm__testcase index, bool force,
|
D | llvm.c | 58 bool force, in test_llvm__fetch_bpf_obj() argument 79 if (!force && (verbose == 0 && in test_llvm__fetch_bpf_obj()
|
/tools/perf/ui/ |
D | ui.h | 27 void ui__refresh_dimensions(bool force);
|
/tools/lib/bpf/ |
D | Makefile | 156 $(BPF_IN): force elfdep bpfdep 207 PHONY += force elfdep bpfdep 208 force: target
|
/tools/perf/ui/tui/ |
D | setup.c | 26 void ui__refresh_dimensions(bool force) in ui__refresh_dimensions() argument 28 if (force || ui__need_resize) { in ui__refresh_dimensions()
|
/tools/power/cpupower/ |
D | ToDo | 10 with a --force option and some "be careful" messages
|
/tools/perf/Documentation/ |
D | perf-buildid-list.txt | 31 --force::
|
D | perf-annotate.txt | 35 --force::
|