Home
last modified time | relevance | path

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

/linux/tools/perf/
A Dbuiltin-kmem.c280 u64 callsite; member
575 data->callsite = pstat->callsite; in __page_stat__findnew_caller()
792 u64 callsite; in evsel__process_page_alloc_event() local
818 callsite = find_callsite(evsel, sample); in evsel__process_page_alloc_event()
831 pstat->callsite = callsite; in evsel__process_page_alloc_event()
840 pstat->callsite = callsite; in evsel__process_page_alloc_event()
843 this.callsite = callsite; in evsel__process_page_alloc_event()
888 this.callsite = pstat->callsite; in evsel__process_page_free_event()
1077 scnprintf(buf, sizeof(buf), "%"PRIx64, data->callsite); in __print_page_alloc_result()
1538 if (l->callsite < r->callsite) in page_callsite_cmp()
[all …]
/linux/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/Documentation/admin-guide/
A Ddynamic-debug-howto.rst14 enabled per-callsite.
90 statement callsite (see below for definitions of the flags). The
138 attribute of the callsite to be compared, and a value to compare
164 of each callsite. Example::
171 pathname, or the basename of the source file of each callsite.
182 of each callsite. The module name is the string as
208 against the line number of each ``pr_debug()`` callsite. A single
209 line number matches the callsite line number exactly. A
210 range of line numbers matches any callsite between the first
230 p enables the pr_debug() callsite.
/linux/arch/arm/kernel/
A Dftrace.c222 static int __ftrace_modify_caller(unsigned long *callsite, in __ftrace_modify_caller() argument
226 unsigned long pc = (unsigned long) callsite; in __ftrace_modify_caller()
/linux/include/linux/
A Dbpf_verifier.h201 int callsite; member
/linux/kernel/bpf/
A Dverifier.c1541 int callsite, int frameno, int subprogno) in init_func_state() argument
1543 state->callsite = callsite; in init_func_state()
6192 *insn_idx = callee->callsite + 1; in prepare_func_exit()
9739 return &env->explored_states[(idx ^ state->callsite) % state_htab_size(env)]; in explored_state()
10419 if (sl->state.frame[i]->callsite != cur->frame[i]->callsite) in clean_live_states()
10686 if (old->frame[i]->callsite != cur->frame[i]->callsite) in states_equal()

Completed in 34 milliseconds