Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/
A Dbuiltin-kmem.c293 u64 callsite; member
588 data->callsite = pstat->callsite; in __page_stat__findnew_caller()
804 u64 callsite; in evsel__process_page_alloc_event() local
830 callsite = find_callsite(evsel, sample); in evsel__process_page_alloc_event()
843 pstat->callsite = callsite; in evsel__process_page_alloc_event()
852 pstat->callsite = callsite; in evsel__process_page_alloc_event()
855 this.callsite = callsite; in evsel__process_page_alloc_event()
900 this.callsite = pstat->callsite; in evsel__process_page_free_event()
1089 scnprintf(buf, sizeof(buf), "%"PRIx64, data->callsite); in __print_page_alloc_result()
1550 if (l->callsite < r->callsite) in page_callsite_cmp()
[all …]
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-kmem.txt40 Show per-callsite statistics
48 for page). Available sort keys are 'ptr, callsite, bytes, hit,
49 pingpong, frag' for slab and 'page, callsite, bytes, hit, order,
/linux-6.3-rc2/Documentation/admin-guide/
A Ddynamic-debug-howto.rst109 the callsite to be compared, and a value to compare against. Possible
136 of each callsite. Example::
143 pathname, or the basename of the source file of each callsite.
154 of each callsite. The module name is the string as
181 found for a module, callsite & class matching and adjustment
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-6.3-rc2/arch/arm/kernel/
A Dftrace.c268 static int __ftrace_modify_caller(unsigned long *callsite, in __ftrace_modify_caller() argument
272 unsigned long pc = (unsigned long) callsite; in __ftrace_modify_caller()
/linux-6.3-rc2/include/linux/
A Dbpf_verifier.h253 int callsite; member
/linux-6.3-rc2/drivers/gpu/drm/
A DKconfig62 Due to callsite counts in DRM drivers (~4k in amdgpu) and 56
63 bytes per callsite, the .data costs can be substantial, and
/linux-6.3-rc2/kernel/bpf/
A Dverifier.c2007 int callsite, int frameno, int subprogno) in init_func_state() argument
2009 state->callsite = callsite; in init_func_state()
3249 st->frame[0]->callsite == BPF_MAIN_FUNC && in __mark_chain_precision()
7839 kfunc_btf_id = insn[callee->callsite].imm; in in_rbtree_lock_required_cb()
7893 *insn_idx = callee->callsite + 1; in prepare_func_exit()
13050 return &env->explored_states[(idx ^ state->callsite) % state_htab_size(env)]; in explored_state()
13813 if (sl->state.frame[i]->callsite != cur->frame[i]->callsite) in clean_live_states()
14101 if (old->frame[i]->callsite != cur->frame[i]->callsite) in states_equal()

Completed in 44 milliseconds