Searched refs:callsite (Results 1 – 5 of 5) sorted by relevance
| /linux/include/trace/events/ |
| H A D | csd.h | 13 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/tools/perf/ |
| H A D | builtin-kmem.c | 293 u64 callsite; member 446 pr_debug2("unknown callsite: %"PRIx64 "\n", sample->ip); in find_callsite() 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() [all...] |
| /linux/tools/perf/Documentation/ |
| H A D | perf-kmem.txt | 40 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/ |
| H A D | dynamic-debug-howto.rst | 114 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/kernel/bpf/ |
| H A D | verifier.c | 1641 return &env->explored_states[(idx ^ state->callsite) % state_htab_size(env)]; in bpf_explored_state() 1652 if (a->frame[fr]->callsite != b->frame[fr]->callsite) in same_callsites() 2576 int callsite, int frameno, int subprogno) in init_func_state() argument 2578 state->callsite = callsite; in init_func_state() 9256 static int setup_func_entry(struct bpf_verifier_env *env, int subprog, int callsite, in setup_func_entry() argument 9286 callsite, in setup_func_entry() 9289 err = set_callee_state_cb(env, caller, callee, callsite); in setup_func_entry() 9835 kfunc_btf_id = insn[callee->callsite].imm; in in_rbtree_lock_required_cb() 9886 if (!bpf_calls_callback(env, callee->callsite)) { in prepare_func_exit() 9888 *insn_idx, callee->callsite); in prepare_func_exit() [all …]
|