Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 11 of 11) sorted by relevance

/tools/perf/Documentation/
Dperf-kmem.txt36 --caller::
48 mode selection options - i.e. --slab, --page, --alloc and/or --caller.
Dperf-report.txt205 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.
Dperf-config.txt116 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/
Dlibtraceevent-event_list.txt41 must be freed by the caller. Note that the content of the array must not be
52 the caller.
/tools/perf/
Dbuiltin-kmem.c400 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/
Dtest_encl_bootstrap.S74 # Restore the caller stack.
/tools/testing/selftests/powerpc/math/
Dfpu_asm.S83 # pass the result of the fork to the caller
Dvmx_asm.S99 # Pass the result of fork back to the caller
/tools/objtool/Documentation/
Dstack-validation.txt54 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/
Dsleepgraph.py2122 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 \
DREADME501 it will spawn an entirely new event named after the caller's kernel thread.