Home
last modified time | relevance | path

Searched refs:callsite (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c262 u64 callsite; member
557 data->callsite = pstat->callsite; in __page_stat__findnew_caller()
767 u64 callsite; in perf_evsel__process_page_alloc_event() local
793 callsite = find_callsite(evsel, sample); in perf_evsel__process_page_alloc_event()
806 pstat->callsite = callsite; in perf_evsel__process_page_alloc_event()
815 pstat->callsite = callsite; in perf_evsel__process_page_alloc_event()
818 this.callsite = callsite; in perf_evsel__process_page_alloc_event()
864 this.callsite = pstat->callsite; in perf_evsel__process_page_free_event()
1036 sym = machine__find_kernel_function(machine, data->callsite, in __print_page_alloc_result()
1041 scnprintf(buf, sizeof(buf), "%"PRIx64, data->callsite); in __print_page_alloc_result()
[all …]
/linux-4.4.14/tools/perf/Documentation/
Dperf-kmem.txt33 Show per-callsite statistics
41 for page). Available sort keys are 'ptr, callsite, bytes, hit,
42 pingpong, frag' for slab and 'page, callsite, bytes, hit, order,
/linux-4.4.14/Documentation/
Ddynamic-debug-howto.txt11 enabled per-callsite.
79 statement callsite (see below for definitions of the flags). The
128 attribute of the callsite to be compared, and a value to compare
150 of each callsite. Example:
157 each callsite. Examples:
165 of each callsite. The module name is the string as
190 against the line number of each pr_debug() callsite. A single
191 line number matches the callsite line number exactly. A
192 range of line numbers matches any callsite between the first
212 p enables the pr_debug() callsite.
/linux-4.4.14/arch/tile/kernel/
Dftrace.c214 static int __ftrace_modify_caller(unsigned long *callsite, in __ftrace_modify_caller() argument
218 unsigned long pc = (unsigned long) callsite; in __ftrace_modify_caller()
/linux-4.4.14/arch/arm/kernel/
Dftrace.c233 static int __ftrace_modify_caller(unsigned long *callsite, in __ftrace_modify_caller() argument
237 unsigned long pc = (unsigned long) callsite; in __ftrace_modify_caller()