Searched refs:caller (Results 1 – 10 of 10) 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 | 195 A regex filter to identify parent. The parent is a caller of this 244 - caller: inverted caller based call graph. 245 Default is 'caller' when --children is used, otherwise 'callee'. 280 alias for inverted caller based call graph.
|
D | perf-config.txt | 116 order = caller 422 caller and so on. The 'caller' prints it in reverse order. 426 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 | 403 struct alloc_func key, *caller; in find_callsite() local 411 caller = bsearch(&key, alloc_func_list, nr_alloc_funcs, in find_callsite() 413 if (!caller) { in find_callsite() 422 pr_debug3("skipping alloc function: %s\n", caller->name); in find_callsite() 1075 char *caller = buf; in __print_page_alloc_result() local 1080 caller = sym->name; in __print_page_alloc_result() 1088 gfp_len, compact_gfp_string(data->gfp_flags), caller); in __print_page_alloc_result() 1117 char *caller = buf; in __print_page_caller_result() local 1122 caller = sym->name; in __print_page_caller_result() 1130 gfp_len, compact_gfp_string(data->gfp_flags), caller); in __print_page_caller_result()
|
/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 | 1919 def __init__(self, name, args, caller, ret, start, end, u, proc, pid, color): argument 1924 self.caller = caller 1940 (self.name, self.args, cnt, self.caller, self.ret, l) 1954 if tgt.caller == self.caller and \
|
D | README | 397 it will spawn an entirely new event named after the caller's kernel thread.
|