Home
last modified time | relevance | path

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

/openbmc/linux/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)
/openbmc/qemu/util/
H A Dqsp.c174 const QSPCallSite *callsite = entry->callsite; in qsp_entry_no_thread_obj_hash() local
210 return qsp_callsite_cmp(a->callsite, b->callsite); in qsp_entry_no_thread_cmp()
218 return qsp_callsite_no_obj_cmp(a->callsite, b->callsite); in qsp_entry_no_thread_obj_cmp()
227 qsp_callsite_cmp(a->callsite, b->callsite); in qsp_entry_cmp()
278 memcpy(callsite, orig, sizeof(*callsite)); in qsp_callsite_find()
285 return callsite; in qsp_callsite_find()
296 e->callsite = qsp_callsite_find(entry->callsite); in qsp_entry_create()
337 orig.callsite = &callsite; in qsp_entry_get()
492 ca = a->callsite; in qsp_tree_cmp()
493 cb = b->callsite; in qsp_tree_cmp()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-kmem.c293 u64 callsite; member
598 data->callsite = pstat->callsite; in __page_stat__findnew_caller()
814 u64 callsite; in evsel__process_page_alloc_event() local
840 callsite = find_callsite(evsel, sample); in evsel__process_page_alloc_event()
853 pstat->callsite = callsite; in evsel__process_page_alloc_event()
862 pstat->callsite = callsite; in evsel__process_page_alloc_event()
865 this.callsite = callsite; in evsel__process_page_alloc_event()
910 this.callsite = pstat->callsite; in evsel__process_page_free_event()
1099 scnprintf(buf, sizeof(buf), "%"PRIx64, data->callsite); in __print_page_alloc_result()
1560 if (l->callsite < r->callsite) in page_callsite_cmp()
[all …]
/openbmc/linux/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,
/openbmc/linux/Documentation/admin-guide/
H 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.
/openbmc/linux/arch/arm/kernel/
H 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()
/openbmc/linux/include/linux/
H A Dbpf_verifier.h284 int callsite; member
/openbmc/linux/drivers/gpu/drm/
H A DKconfig65 Due to callsite counts in DRM drivers (~4k in amdgpu) and 56
66 bytes per callsite, the .data costs can be substantial, and
/openbmc/linux/kernel/bpf/
H A Dverifier.c1824 if (a->frame[fr]->callsite != b->frame[fr]->callsite) in same_callsites()
2569 int callsite, int frameno, int subprogno) in init_func_state() argument
2571 state->callsite = callsite; in init_func_state()
4301 st->frame[0]->callsite == BPF_MAIN_FUNC && in __mark_chain_precision()
9248 callsite, in setup_func_entry()
9622 kfunc_btf_id = insn[callee->callsite].imm; in in_rbtree_lock_required_cb()
9667 if (!calls_callback(env, callee->callsite)) { in prepare_func_exit()
9669 *insn_idx, callee->callsite); in prepare_func_exit()
9695 *insn_idx = callee->callsite; in prepare_func_exit()
9697 *insn_idx = callee->callsite + 1; in prepare_func_exit()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst3500 - A callsite in the regular filesystem code must be chosen to call