| /tools/testing/selftests/arm64/fp/ |
| D | asm-utils.S | 12 function putc label 28 function puts label 47 function putdec label 77 function putdecn label 89 function puthexb label 103 function puthexnibble label 114 function dumphex label 133 function memcpy label 146 function memfill_ae label 154 function memclr label [all …]
|
| D | zt-test.S | 41 function pattern label 60 function setup_zt label 79 function memcmp label 103 function check_zt label 122 function irritator_handler label 139 function tickle_handler label 148 function terminate_handler label 171 function setsignal label 202 function _start label 264 function barf label [all …]
|
| D | za-test.S | 36 function memcpy label 58 function pattern label 86 function setup_za label 105 function memcmp label 130 function check_za label 153 function irritator_handler label 170 function tickle_handler label 179 function terminate_handler label 202 function setsignal label 233 function _start label [all …]
|
| D | sve-test.S | 76 function pattern label 111 function setup_zreg label 132 function setup_preg label 159 function setup_ffr label 192 function memcmp label 217 function check_zreg label 242 function check_preg label 267 function check_ffr label 296 function irritator_handler label 317 function tickle_handler label [all …]
|
| D | fpsimd-test.S | 50 function pattern label 76 function setup_vreg label 97 function memcmp label 115 function check_vreg label 139 function irritator_handler label 154 function tickle_handler label 163 function terminate_handler label 186 function setsignal label 217 function _start label 305 function barf label
|
| D | assembler.h | 31 .macro function name 33 .type \name, @function 45 function \name
|
| /tools/perf/Documentation/ |
| D | perf-ftrace.txt | 23 'perf ftrace latency' calculates execution latency of a given function 26 'perf ftrace profile' show a execution profile for each function including 66 specified: function_graph or function. 87 Select function tracer and set function filter on the given 88 function (or a glob pattern). Multiple functions can be given 89 by using this option more than once. The function argument also 95 Select function tracer and do not trace functions given by the 103 - call-graph - Display kernel stack trace for function tracer. 104 - irq-info - Display irq context info for function tracer. 109 function (or a glob pattern). This is useful to trace for [all …]
|
| D | jitdump-specification.txt | 17 …a may then be used by performance tools, such as Linux perf to generate function and assembly leve… 61 * Value 0 : JIT_CODE_LOAD : record describing a jitted function 62 * Value 1 : JIT_CODE_MOVE : record describing an already jitted function which is moved 63 * Value 2 : JIT_CODE_DEBUG_INFO: record describing the debug information for a jitted function 65 * Value 4 : JIT_CODE_UNWINDING_INFO: record describing a function unwinding information 79 * char[n]: function name in ASCII including the null termination 85 * function name string, including termination 89 …function. The index can be a monotonically increasing 64-bit value. Each time a function is jitted… 102 * uint64_t old_code_addr: previous code address for the same function 105 … : index referring to the JIT_CODE_LOAD code_index record of when the function was initially jit… [all …]
|
| D | perf-probe.txt | 30 without debuginfo, or by C expressions (C line numbers, C function names, 159 1) Define event based on function name 173 …be set the name of the probed function, and for return probes, a "\_\_return" suffix is automatica… 176 …function name, and it may have one of the following options; '+OFFS' is the offset from function e… 200 …cal variables (including function parameters) which can access at given probe point. '$params' is … 219 FUNC specifies the function name of showing lines. 'RLN' is the start line 220 number from function entry line, and 'RLN2' is the end line number. As same as 224 for searching a specific function when several functions share same name. 225 …n 100th to 120th in source.c file. And "func:10+20" shows 20 lines from 10th line of func function. 234 … by modifying schedule(), but the same line matching 'rq=cpu_rq*' may still exist in the function.) [all …]
|
| /tools/testing/selftests/powerpc/papr_sysparm/ |
| D | papr_sysparm.c | 149 int (*function)(void); member 155 .function = open_close, 159 .function = get_splpar, 163 .function = get_bad_parameter, 167 .function = check_efault_get, 171 .function = check_efault_set, 175 .function = set_hmc0, 179 .function = set_with_ro_fd, 191 if (test_harness(t->function, t->description)) in main()
|
| /tools/testing/selftests/kvm/x86_64/ |
| D | cpuid_test.c | 17 u32 function; member 24 {.function = 0xd, .index = 0}, 25 {.function = 0xd, .index = 1}, 34 __cpuid(guest_cpuid->entries[i].function, in test_guest_cpuids() 64 if (mangled_cpuids[i].function == entrie->function && in is_cpuid_mangled() 85 TEST_ASSERT(e1->function == e2->function && in compare_cpuids() 88 i, e1->function, e1->index, e1->flags, in compare_cpuids() 89 e2->function, e2->index, e2->flags); in compare_cpuids() 97 e1->function, e1->index, in compare_cpuids()
|
| D | hyperv_cpuid.c | 59 TEST_ASSERT((entry->function >= 0x40000000) && in test_hv_cpuid() 60 (entry->function <= 0x40000082), in test_hv_cpuid() 62 entry->function); in test_hv_cpuid() 73 switch (entry->function) { in test_hv_cpuid()
|
| /tools/objtool/Documentation/ |
| D | objtool.txt | 46 to ensure that all functions referenced by function pointers have 53 - Function entry annotation -- annotates function entries, enabling 54 kernel function tracing 102 For each function, it recursively follows all possible code paths and 117 chain of function call sites that led to the currently executing 133 and update the frame pointer. If a first function doesn't properly 134 create a stack frame before calling a second function, the *caller* 135 of the first function will be skipped on the stack trace. 173 beginning of a function before the stack frame has been created, 174 or at the very end of the function after the stack frame has been [all …]
|
| /tools/power/pm-graph/config/ |
| D | custom-timeline-functions.cfg | 28 # Display function calls 76 # This is a list of kprobes which use both symbol data and function arg data. 77 # The function calls are displayed on the timeline alongside the device blocks. 79 # and stack formatting. Three pieces of info are required. The function name, 84 # function: format{fn_arg1}_{fn_arg2} fn_arg1 fn_arg2 ... [color=purple] 88 # function: The symbol name for the function you want probed, this is the 89 # minimum required for an entry, it will show up as the function 139 # Dev mode function calls to display inside timeline entries 141 # This is a list of kprobes which use both symbol data and function arg data. 142 # The function calls are displayed on the timeline alongside the device blocks. [all …]
|
| D | cgskip.txt | 2 # CallGraph function skip list 8 # adding or removing function symbol names.
|
| /tools/testing/selftests/powerpc/papr_vpd/ |
| D | papr_vpd.c | 301 int (*function)(void); member 307 .function = dev_papr_vpd_open_close, 311 .function = dev_papr_vpd_unterm_loc_code, 315 .function = dev_papr_vpd_null_handle, 319 .function = dev_papr_vpd_get_handle_all, 323 .function = papr_vpd_close_handle_without_reading, 327 .function = dev_papr_vpd_get_handle_byte_at_a_time, 331 .function = papr_vpd_reread, 335 .function = papr_vpd_system_loc_code, 347 if (test_harness(t->function, t->description)) in main()
|
| /tools/perf/bench/ |
| D | mem-functions.c | 57 struct function { struct 111 const struct function *functions; 112 u64 (*do_cycles)(const struct function *r, size_t size, void *src, void *dst); 113 double (*do_gettimeofday)(const struct function *r, size_t size, void *src, void *dst); 120 const struct function *r = &info->functions[r_idx]; in __bench_mem_function() 238 static u64 do_memcpy_cycles(const struct function *r, size_t size, void *src, void *dst) in do_memcpy_cycles() 254 static double do_memcpy_gettimeofday(const struct function *r, size_t size, void *src, void *dst) in do_memcpy_gettimeofday() 272 struct function memcpy_functions[] = { 304 static u64 do_memset_cycles(const struct function *r, size_t size, void *src __maybe_unused, void *… in do_memset_cycles() 324 static double do_memset_gettimeofday(const struct function *r, size_t size, void *src __maybe_unuse… in do_memset_gettimeofday() [all …]
|
| /tools/testing/ktest/examples/bootconfigs/ |
| D | boottrace.bconf | 35 tracer = "function" 44 tracer = "function" 57 ftrace = function
|
| /tools/testing/selftests/powerpc/nx-gzip/ |
| D | gzip_vas.c | 47 int function; member 88 void *nx_function_begin(int function, int pri) in nx_function_begin() argument 94 if (function != NX_FUNC_COMP_GZIP) { in nx_function_begin() 108 nxhandle->function = function; in nx_function_begin()
|
| /tools/leds/ |
| D | get_led_device_info.sh | 191 if [ ! -z "$function" ]; then 194 fun_definition=$(cat $led_defs_path | grep "\"$function\"" | awk '{print $2}') 196 print_msg_ok "$S_FUN" "$function" "Matching definition: $fun_definition" 198 print_msg_failed "$S_FUN" "$function" "Definition not found in $led_defs_path"
|
| /tools/testing/selftests/kvm/include/x86_64/ |
| D | processor.h | 109 u32 function; member 117 .function = fn, \ 231 u32 function; member 240 .function = fn, \ 620 static inline void __cpuid(uint32_t function, uint32_t index, in __cpuid() argument 624 *eax = function; in __cpuid() 636 static inline void cpuid(uint32_t function, in cpuid() argument 640 return __cpuid(function, 0, eax, ebx, ecx, edx); in cpuid() 683 static inline uint32_t __this_cpu_has(uint32_t function, uint32_t index, in __this_cpu_has() argument 688 __cpuid(function, index, in __this_cpu_has() [all …]
|
| /tools/testing/selftests/x86/ |
| D | raw_syscall_helper_32.S | 38 .type sys32_helper, @function 46 .type int80_and_ret, @function
|
| /tools/perf/util/ |
| D | probe-finder.c | 522 const char *function, in convert_to_trace_point() argument 561 " has no return point.\n", function, in convert_to_trace_point() 562 function); in convert_to_trace_point() 630 const char *function; member 651 if (fsp->function) { in find_best_scope_cb() 652 if (die_match_name(fn_die, fsp->function)) { in find_best_scope_cb() 684 .function = pf->pev->point.function, in find_best_scope() 719 if (pf->pev->point.function) { in verify_representive_line() 723 && die_match_name(&die_mem, pf->pev->point.function) in verify_representive_line() 887 if (!pp->function || pp->line || pp->retprobe || pp->lazy_line || in skip_prologue() [all …]
|
| /tools/power/acpi/os_specific/service_layers/ |
| D | osunixxf.c | 1211 acpi_status acpi_os_signal(u32 function, void *info) in acpi_os_signal() argument 1214 switch (function) { in acpi_os_signal() 1270 acpi_osd_exec_callback function, void *context) in acpi_os_execute() argument 1276 pthread_create(&thread, NULL, (PTHREAD_CALLBACK) function, context); in acpi_os_execute() 1291 acpi_osd_exec_callback function, void *context) in acpi_os_execute() argument 1294 function(context); in acpi_os_execute()
|
| /tools/testing/selftests/powerpc/math/ |
| D | vsx_asm.S | 10 #This function wraps storeing VSX regs to the end of an array and a 11 #call to a comparison function in C which boils down to a memcmp()
|