Home
last modified time | relevance | path

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

/tools/perf/Documentation/
Dperf-kmem.txt36 --caller::
48 mode selection options - i.e. --slab, --page, --alloc and/or --caller.
Dperf-report.txt195 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.
Dperf-config.txt116 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/
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.c403 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/
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.py1919 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 \
DREADME397 it will spawn an entirely new event named after the caller's kernel thread.