Searched refs:callsite (Results 1 – 8 of 8) 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 | 294 u64 callsite; 447 pr_debug2("unknown callsite: %"PRIx64 "\n", sample->ip); in find_callsite() 599 data->callsite = pstat->callsite; in __page_stat__findnew_caller() 822 u64 callsite; in evsel__process_page_alloc_event() 858 callsite = find_callsite(sample); in evsel__process_page_alloc_event() 871 pstat->callsite = callsite; in evsel__process_page_alloc_event() 880 pstat->callsite = callsite; in evsel__process_page_free_event() 293 u64 callsite; global() member 816 u64 callsite; evsel__process_page_alloc_event() local [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/kernel/bpf/ |
| H A D | liveness.c | 26 u32 callsite; /* call insn that invoked this subprog (subprog_start for depth 0) */ member 54 static u32 instance_hash(u32 callsite, u32 depth) in instance_hash() argument 56 u32 key[2] = { depth, callsite }; in instance_hash() 62 u32 callsite, u32 depth) in find_instance() argument 66 u32 key = instance_hash(callsite, depth); in find_instance() 69 if (f->depth == depth && f->callsite == callsite) in find_instance() 76 u32 callsite, int subprog) in call_instance() argument 80 u32 lookup_key = depth > 0 ? callsite : subprog_start; in call_instance() 91 f->callsite = lookup_key; in call_instance() 105 u32 callsite, subprog_start; in lookup_instance() local [all …]
|
| H A D | states.c | 1010 if (old->frame[i]->callsite != cur->frame[i]->callsite) in states_equal()
|
| H A D | backtrack.c | 846 st->frame[0]->callsite == BPF_MAIN_FUNC && in bpf_mark_chain_precision()
|
| H A D | verifier.c | 1695 return &env->explored_states[(idx ^ state->callsite) % state_htab_size(env)]; in bpf_explored_state() 1706 if (a->frame[fr]->callsite != b->frame[fr]->callsite) in same_callsites() 2289 int callsite, int frameno, int subprogno) in init_func_state() argument 2291 state->callsite = callsite; in init_func_state() 9570 static int setup_func_entry(struct bpf_verifier_env *env, int subprog, int callsite, in setup_func_entry() argument 9600 callsite, in setup_func_entry() 9603 err = set_callee_state_cb(env, caller, callee, callsite); in setup_func_entry() 10255 kfunc_btf_id = insn[callee->callsite].imm; in in_rbtree_lock_required_cb() 10306 if (!bpf_calls_callback(env, callee->callsite)) { in prepare_func_exit() 10308 *insn_idx, callee->callsite); in prepare_func_exit() [all …]
|
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 351 int callsite; member 1240 : st->frame[frame + 1]->callsite; in bpf_frame_insn_idx()
|