Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A Dipi.h40 TP_PROTO(const unsigned int cpu, unsigned long callsite, void *callback),
42 TP_ARGS(cpu, callsite, callback),
46 __field(void *, callsite)
52 __entry->callsite = (void *)callsite;
57 __entry->cpu, __entry->callsite, __entry->callback)
62 TP_PROTO(const struct cpumask *cpumask, unsigned long callsite, void *callback),
64 TP_ARGS(cpumask, callsite, callback),
68 __field(void *, callsite)
74 __entry->callsite = (void *)callsite;
79 __get_cpumask(cpumask), __entry->callsite, __entry->callback)
H A Dcsd.h13 unsigned long callsite,
17 TP_ARGS(cpu, callsite, func, csd),
21 __field(void *, callsite)
28 __entry->callsite = (void *)callsite;
34 __entry->cpu, __entry->callsite, __entry->func, __entry->csd)
/linux-6.15/tools/perf/
H A Dbuiltin-kmem.c293 u64 callsite; member
598 data->callsite = pstat->callsite; in __page_stat__findnew_caller()
816 u64 callsite; in evsel__process_page_alloc_event() local
842 callsite = find_callsite(evsel, sample); in evsel__process_page_alloc_event()
855 pstat->callsite = callsite; in evsel__process_page_alloc_event()
864 pstat->callsite = callsite; in evsel__process_page_alloc_event()
867 this.callsite = callsite; in evsel__process_page_alloc_event()
912 this.callsite = pstat->callsite; in evsel__process_page_free_event()
1092 scnprintf(buf, sizeof(buf), "%"PRIx64, data->callsite); in __print_page_alloc_result()
1553 if (l->callsite < r->callsite) in page_callsite_cmp()
[all …]
/linux-6.15/tools/perf/Documentation/
H 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.15/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst114 the callsite to be compared, and a value to compare against. Possible
141 of each callsite. Example::
148 pathname, or the basename of the source file of each callsite.
159 of each callsite. The module name is the string as
186 found for a module, callsite & class matching and adjustment
195 against the line number of each ``pr_debug()`` callsite. A single
196 line number matches the callsite line number exactly. A
197 range of line numbers matches any callsite between the first
217 p enables the pr_debug() callsite.
/linux-6.15/arch/arm/kernel/
H A Dftrace.c281 static int __ftrace_modify_caller(unsigned long *callsite, in __ftrace_modify_caller() argument
285 unsigned long pc = (unsigned long) callsite; in __ftrace_modify_caller()
/linux-6.15/drivers/gpu/drm/
H A DKconfig63 Due to callsite counts in DRM drivers (~4k in amdgpu) and 56
64 bytes per callsite, the .data costs can be substantial, and
/linux-6.15/include/linux/
H A Dbpf_verifier.h298 int callsite; member
/linux-6.15/kernel/bpf/
H A Dverifier.c1795 if (a->frame[fr]->callsite != b->frame[fr]->callsite) in same_callsites()
2774 int callsite, int frameno, int subprogno) in init_func_state() argument
2776 state->callsite = callsite; in init_func_state()
10305 callsite, in setup_func_entry()
10819 kfunc_btf_id = insn[callee->callsite].imm; in in_rbtree_lock_required_cb()
10872 if (!calls_callback(env, callee->callsite)) { in prepare_func_exit()
10874 *insn_idx, callee->callsite); in prepare_func_exit()
10888 *insn_idx = callee->callsite; in prepare_func_exit()
10890 *insn_idx = callee->callsite + 1; in prepare_func_exit()
18736 : old->frame[i + 1]->callsite; in states_equal()
[all …]
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst3493 - A callsite in the regular filesystem code must be chosen to call