Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 49) sorted by relevance

12

/tools/
DMakefile50 $(call descend,power/$@)
53 $(call descend,power/$@)
56 $(call descend,$@)
59 $(call descend,lib/lockdep)
62 $(call descend,lib/api)
73 $(call descend,testing/$@)
76 $(call descend,power/x86/$@)
79 $(call descend,thermal/$@)
82 $(call descend,laptop/$@)
90 $(call descend,power/$(@:_install=),install)
[all …]
/tools/build/
DMakefile.build65 rule_mkdir = $(if $(wildcard $(dir $@)),,@$(call echo-cmd,mkdir) $(cmd_mkdir))
87 $(call rule_mkdir)
88 $(call if_changed_dep,cc_o_c)
91 $(call rule_mkdir)
92 $(call if_changed_dep,cc_o_c)
95 $(call rule_mkdir)
96 $(call if_changed_dep,cc_i_c)
99 $(call rule_mkdir)
100 $(call if_changed_dep,cc_i_c)
103 $(call rule_mkdir)
[all …]
DMakefile.feature87 $(foreach feat,$(FEATURE_TESTS),$(call set_test_all_flags,$(feat)))
92 $(call feature_check,all,$(MSG))
102 $(foreach feat,$(FEATURE_TESTS),$(call feature_set,$(feat)))
105 $(foreach feat,$(FEATURE_TESTS),$(call feature_check,$(feat)))
153 $(foreach feat,$(FEATURE_DISPLAY),$(call feature_display_check,$(feat)))
163 $(foreach feat,$(FEATURE_DISPLAY),$(call feature_print_status,$(feat),))
166 $(call feature_print_text,"DWARF post unwind library", $(dwarf-post-unwind-text))
176 $(foreach feat,$(TMP),$(call feature_print_status,$(feat),))
DMakefile14 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
15 $(call allow-override,LD,$(CROSS_COMPILE)ld)
31 $(call QUIET_CLEAN, fixdep)
/tools/perf/config/
DMakefile22 $(call detected_var,ARCH)
28 $(call detected,CONFIG_X86)
33 $(call detected,CONFIG_X86_64)
51 $(call detected,CONFIG_PERF_REGS)
119 ifeq ($(call get-executable,$(FLEX)),)
123 ifeq ($(call get-executable,$(BISON)),)
139 CFLAGS += $(call cc-option,-Og,-O0)
146 $(call detected_var,PARSER_DEBUG_BISON)
147 $(call detected_var,PARSER_DEBUG_FLEX)
155 PYTHON2 := $(if $(call get-executable,python2),python2,python)
[all …]
Dutilities.mak10 # Usage: escape = $(call nl-escape[,escape])
20 # Usage: escaped-text = $(call escape-nl,text[,escape])
30 # $(call unescape-nl...)
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
44 # Usage: $(shell some-command | $(call shell-escape-nl[,escape]))
46 # Use this to escape newlines from within a shell call;
60 # Usage: $(shell some-command | $(call shell-unescape-nl[,escape]))
62 # Use this to unescape newlines from within a shell call;
[all …]
/tools/power/acpi/
DMakefile19 $(call descend,tools/$@,all)
21 $(call descend,tools/$(@:_clean=),clean)
23 $(call descend,tools/$(@:_install=),install)
25 $(call descend,tools/$(@:_uninstall=),uninstall)
DMakefile.config66 OPTIMIZATION := $(call cc-supports,-Os,-O2)
69 WARNINGS += $(call cc-supports,-Wstrict-prototypes)
70 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
/tools/lib/traceevent/
DMakefile24 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
25 $(call allow-override,AR,$(CROSS_COMPILE)ar)
26 $(call allow-override,NM,$(CROSS_COMPILE)nm)
181 $(QUIET_GEN)$(call do_generate_dynamic_list_file, $(PLUGINS), $@)
205 ($(call make_version.h, $@.tmp); \
215 $(Q)$(N)$(call update_version.h)
248 $(call do_install,$$plugin,$(plugin_dir_SQ)); \
260 $(call QUIET_INSTALL, $(LIB_FILE)) \
261 $(call do_install,$(LIB_FILE),$(libdir_SQ))
264 $(call QUIET_INSTALL, trace_plugins) \
[all …]
/tools/lib/bpf/
DMakefile22 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
23 $(call allow-override,AR,$(CROSS_COMPILE)ar)
169 $(call QUIET_INSTALL, $(LIB_FILE)) \
170 $(call do_install,$(LIB_FILE),$(libdir_SQ))
177 $(call QUIET_CLEAN, config)
181 $(call QUIET_CLEAN, libbpf) $(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d \
183 $(call QUIET_CLEAN, core-gen) $(RM) $(OUTPUT)FEATURE-DUMP.libbpf
/tools/perf/util/
DBuild116 $(call rule_mkdir)
117 …$(Q)$(call echo-cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/parse-events-flex.h $(PARSER_DE…
120 $(call rule_mkdir)
121 …$(Q)$(call echo-cmd,bison)$(BISON) -v util/parse-events.y -d $(PARSER_DEBUG_BISON) -o $@ -p parse_…
124 $(call rule_mkdir)
125 $(Q)$(call echo-cmd,flex)$(FLEX) -o $@ --header-file=$(OUTPUT)util/pmu-flex.h util/pmu.l
128 $(call rule_mkdir)
129 $(Q)$(call echo-cmd,bison)$(BISON) -v util/pmu.y -d -o $@ -p perf_pmu_
145 $(call rule_mkdir)
146 $(call if_changed_dep,cc_o_c)
[all …]
/tools/perf/tests/
Dmake117 ifneq ($(call has,ctags),)
120 ifneq ($(call has,cscope),)
177 test_make_install := $(call test_dest_files,$(installed_files_all))
178 test_make_install_O := $(call test_dest_files,$(installed_files_all))
179 test_make_install_bin := $(call test_dest_files,$(installed_files_bin))
180 test_make_install_bin_O := $(call test_dest_files,$(installed_files_bin))
185 test_make_install_prefix := $(call test_dest_files,$(installed_files_all_prefix))
186 test_make_install_prefix_O := $(call test_dest_files,$(installed_files_all_prefix))
239 $(call clean)
244 echo " test: $(call test,$@)" >> $@ 2>&1; \
[all …]
/tools/lib/lockdep/
DMakefile18 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
19 $(call allow-override,AR,$(CROSS_COMPILE)ar)
20 $(call allow-override,LD,$(CROSS_COMPILE)ld)
146 $(Q)$(call do_install,$(LIB_FILE),$(libdir_SQ))
147 $(Q)$(call do_install,$(BIN_FILE),$(bindir_SQ))
/tools/perf/
DMakefile.perf132 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
133 $(call allow-override,AR,$(CROSS_COMPILE)ar)
134 $(call allow-override,LD,$(CROSS_COMPILE)ld)
215 python-clean := $(call QUIET_CLEAN, python) $(RM) -r $(PYTHON_EXTBUILD) $(OUTPUT)python/perf.so
280 $(call QUIET_INSTALL, 'GTK UI') \
435 $(call QUIET_CLEAN, libtraceevent)
445 $(call QUIET_CLEAN, libapi)
452 $(call QUIET_CLEAN, libbpf)
531 $(call QUIET_INSTALL, binaries) \
536 $(call QUIET_INSTALL, perf-read-vdso32) \
[all …]
/tools/perf/util/intel-pt-decoder/
DBuild7 $(call rule_mkdir)
8 @$(call echo-cmd,gen)$(AWK) -f $(inat_tables_script) $(inat_tables_maps) > $@ || rm -f $@
20 $(call rule_mkdir)
21 $(call if_changed_dep,cc_o_c)
/tools/power/cpupower/
DMakefile117 OPTIMIZATION := $(call cc-supports,-Os,-O2)
120 WARNINGS += $(call cc-supports,-Wno-pointer-sign)
121 WARNINGS += $(call cc-supports,-Wdeclaration-after-statement)
/tools/perf/Documentation/
Ditrace.txt8 g synthesize a call chain (use with i or x)
22 Also the call chain size (default 16, max. 1024) for instructions or
DMakefile71 _tmp_tool_path := $(call get-executable,$(ASCIIDOC))
76 _tmp_tool_path := $(call get-executable,$(XMLTO))
187 $(call QUIET_INSTALL, Documentation-man) \
206 $(call QUIET_INSTALL, Documentation-info) \
217 $(call QUIET_INSTALL, Documentation-pdf) \
263 $(call QUIET_CLEAN, Documentation) $(RM) $(CLEAN_FILES)
Dperf-record.txt60 - 'call-graph': Disable/enable callgraph. Acceptable str are "fp" for
147 Enables call-graph (stack chain/backtrace) recording.
149 --call-graph::
150 Setup and enable call-graph (stack chain/backtrace) recording,
156 the information used to show the call graphs.
160 call graphs, using "dwarf", if available (perf tools linked to
163 will produce call graphs from the hardware LBR registers. The
165 platforms, such as Haswell. It can only get user call chain. It
171 "--call-graph dwarf,4096".
245 - any_call: any function call or system call
[all …]
Dperf-report.txt173 --call-graph=<print_type,threshold[,print_limit],order,sort_key,branch>::
174 Display call chains using type, min percent threshold, print limit,
175 call order, sort key and branch. Note that ordering of parameters is not
180 - flat: single column, linear exposure of call chains.
184 - none: disable call chain display.
187 included in the output call graph. Default is 0.5 (%).
190 number of call graph entries in a single hist entry. Note that it needs
195 - callee: callee based call graph.
196 - caller: inverted caller based call graph.
225 alias for inverted caller based call graph.
[all …]
/tools/testing/selftests/ftrace/
DREADME62 The test which is in above situation, must call exit_unresolved.
65 In this case, the test must call exit_untested.
68 In this case, the test must call exit_unsupported.
71 To return XFAIL, call exit_xfail from the test.
/tools/perf/tests/attr/
Dtest-record-graph-fp3 args = --call-graph fp kill >/dev/null 2>&1
Dtest-record-graph-dwarf3 args = --call-graph dwarf -- kill >/dev/null 2>&1
/tools/testing/selftests/x86/
Dthunks_32.S40 call *%rax
/tools/virtio/
Dvirtio_test.c25 int call; member
85 file.fd = info->call; in vhost_vq_setup()
96 info->call = eventfd(0, EFD_NONBLOCK); in vq_info_add()
108 dev->fds[info->idx].fd = info->call; in vq_info_add()

12