Searched refs:callsite (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/tools/perf/ |
| D | builtin-kmem.c | 283 u64 callsite; member 578 data->callsite = pstat->callsite; in __page_stat__findnew_caller() 796 u64 callsite; in perf_evsel__process_page_alloc_event() local 822 callsite = find_callsite(evsel, sample); in perf_evsel__process_page_alloc_event() 835 pstat->callsite = callsite; in perf_evsel__process_page_alloc_event() 844 pstat->callsite = callsite; in perf_evsel__process_page_alloc_event() 847 this.callsite = callsite; in perf_evsel__process_page_alloc_event() 893 this.callsite = pstat->callsite; in perf_evsel__process_page_free_event() 1078 sym = machine__find_kernel_symbol(machine, data->callsite, &map); in __print_page_alloc_result() 1082 scnprintf(buf, sizeof(buf), "%"PRIx64, data->callsite); in __print_page_alloc_result() [all …]
|
| /Linux-v5.4/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-v5.4/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-v5.4/arch/arm/kernel/ |
| D | ftrace.c | 205 static int __ftrace_modify_caller(unsigned long *callsite, in __ftrace_modify_caller() argument 209 unsigned long pc = (unsigned long) callsite; in __ftrace_modify_caller()
|
| /Linux-v5.4/include/linux/ |
| D | bpf_verifier.h | 174 int callsite; member
|
| /Linux-v5.4/kernel/bpf/ |
| D | verifier.c | 1067 int callsite, int frameno, int subprogno) in init_func_state() argument 1069 state->callsite = callsite; in init_func_state() 3855 *insn_idx = callee->callsite + 1; in prepare_func_exit() 6211 return &env->explored_states[(idx ^ state->callsite) % state_htab_size(env)]; in explored_state() 6804 if (sl->state.frame[i]->callsite != cur->frame[i]->callsite) in clean_live_states() 7078 if (old->frame[i]->callsite != cur->frame[i]->callsite) in states_equal()
|