Searched refs:callsite (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/perf/ |
D | builtin-kmem.c | 278 u64 callsite; member 573 data->callsite = pstat->callsite; in __page_stat__findnew_caller() 789 u64 callsite; in perf_evsel__process_page_alloc_event() local 815 callsite = find_callsite(evsel, sample); in perf_evsel__process_page_alloc_event() 828 pstat->callsite = callsite; in perf_evsel__process_page_alloc_event() 837 pstat->callsite = callsite; in perf_evsel__process_page_alloc_event() 840 this.callsite = callsite; in perf_evsel__process_page_alloc_event() 886 this.callsite = pstat->callsite; in perf_evsel__process_page_free_event() 1071 sym = machine__find_kernel_symbol(machine, data->callsite, &map); in __print_page_alloc_result() 1075 scnprintf(buf, sizeof(buf), "%"PRIx64, data->callsite); in __print_page_alloc_result() [all …]
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-kmem.txt | 37 Show per-callsite statistics 45 for page). Available sort keys are 'ptr, callsite, bytes, hit, 46 pingpong, frag' for slab and 'page, callsite, bytes, hit, order,
|
/Linux-v4.19/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 14 enabled per-callsite. 82 statement callsite (see below for definitions of the flags). The 130 attribute of the callsite to be compared, and a value to compare 156 of each callsite. Example:: 163 each callsite. Examples:: 171 of each callsite. The module name is the string as 196 against the line number of each ``pr_debug()`` callsite. A single 197 line number matches the callsite line number exactly. A 198 range of line numbers matches any callsite between the first 218 p enables the pr_debug() callsite.
|
/Linux-v4.19/arch/arm/kernel/ |
D | ftrace.c | 264 static int __ftrace_modify_caller(unsigned long *callsite, in __ftrace_modify_caller() argument 268 unsigned long pc = (unsigned long) callsite; in __ftrace_modify_caller()
|
/Linux-v4.19/include/linux/ |
D | bpf_verifier.h | 112 int callsite; member
|
/Linux-v4.19/kernel/bpf/ |
D | verifier.c | 307 verbose(env, ",call_%d", func(env, reg)->callsite); in print_verifier_state() 750 int callsite, int frameno, int subprogno) in init_func_state() argument 752 state->callsite = callsite; in init_func_state() 2418 *insn_idx = callee->callsite + 1; in prepare_func_exit() 4601 if (old->frame[i]->callsite != cur->frame[i]->callsite) in states_equal()
|