Searched refs:caller (Results 1 – 11 of 11) sorted by relevance
/tools/perf/Documentation/ |
D | perf-kmem.txt | 36 --caller:: 48 mode selection options - i.e. --slab, --page, --alloc and/or --caller.
|
D | perf-report.txt | 205 A regex filter to identify parent. The parent is a caller of this 257 - caller: inverted caller based call graph. 258 Default is 'caller' when --children is used, otherwise 'callee'. 293 alias for inverted caller based call graph.
|
D | perf-config.txt | 116 order = caller 471 caller and so on. The 'caller' prints it in reverse order. 475 the default value of this option is changed to 'caller' for the
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-event_list.txt | 41 must be freed by the caller. Note that the content of the array must not be 52 the caller.
|
/tools/perf/ |
D | builtin-kmem.c | 400 struct alloc_func key, *caller; in find_callsite() local 408 caller = bsearch(&key, alloc_func_list, nr_alloc_funcs, in find_callsite() 410 if (!caller) { in find_callsite() 419 pr_debug3("skipping alloc function: %s\n", caller->name); in find_callsite() 1070 char *caller = buf; in __print_page_alloc_result() local 1075 caller = sym->name; in __print_page_alloc_result() 1083 gfp_len, compact_gfp_string(data->gfp_flags), caller); in __print_page_alloc_result() 1112 char *caller = buf; in __print_page_caller_result() local 1117 caller = sym->name; in __print_page_caller_result() 1125 gfp_len, compact_gfp_string(data->gfp_flags), caller); in __print_page_caller_result()
|
/tools/testing/selftests/sgx/ |
D | test_encl_bootstrap.S | 74 # Restore the caller stack.
|
/tools/testing/selftests/powerpc/math/ |
D | fpu_asm.S | 83 # pass the result of the fork to the caller
|
D | vmx_asm.S | 99 # Pass the result of fork back to the caller
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 54 create a stack frame before calling a second function, the *caller* 69 It correctly shows that the caller of cmdline_proc_show() is 84 Notice that cmdline_proc_show()'s caller, seq_read(), has been
|
/tools/power/pm-graph/ |
D | sleepgraph.py | 2122 def __init__(self, name, args, caller, ret, start, end, u, proc, pid, color): argument 2127 self.caller = caller 2143 (self.name, self.args, cnt, self.caller, self.ret, l) 2157 if tgt.caller == self.caller and \
|
D | README | 501 it will spawn an entirely new event named after the caller's kernel thread.
|