Home
last modified time | relevance | path

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

/tools/perf/Documentation/
Dperf-kmem.txt32 --caller::
44 mode selection options - i.e. --slab, --page, --alloc and/or --caller.
Dperf-report.txt148 A regex filter to identify parent. The parent is a caller of this
196 - caller: inverted caller based call graph.
197 Default is 'caller' when --children is used, otherwise 'callee'.
225 alias for inverted caller based call graph.
/tools/perf/
Dbuiltin-kmem.c382 struct alloc_func key, *caller; in find_callsite() local
390 caller = bsearch(&key, alloc_func_list, nr_alloc_funcs, in find_callsite()
392 if (!caller) { in find_callsite()
401 pr_debug3("skipping alloc function: %s\n", caller->name); in find_callsite()
1034 char *caller = buf; in __print_page_alloc_result() local
1040 caller = sym->name; in __print_page_alloc_result()
1048 gfp_len, compact_gfp_string(data->gfp_flags), caller); in __print_page_alloc_result()
1077 char *caller = buf; in __print_page_caller_result() local
1083 caller = sym->name; in __print_page_caller_result()
1091 gfp_len, compact_gfp_string(data->gfp_flags), caller); in __print_page_caller_result()