Searched defs:callee (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arc/include/uapi/asm/
H A Dptrace.h47 } callee; member in struct:user_regs_struct
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c131 void setup_ebb_handler(void (*callee)(void)) argument
/linux-master/arch/csky/kernel/
H A Dftrace.c41 static inline void make_jbsr(unsigned long callee, unsigned long pc, argument
/linux-master/tools/perf/util/
H A Dmachine.c2625 bool callee = (callchain_param.order == ORDER_CALLEE); local
2309 lbr_callchain_add_kernel_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 branch_from, bool callee, int end) argument
2368 lbr_callchain_add_lbr_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 *branch_from, bool callee) argument
2510 has_stitched_lbr(struct thread *thread, struct perf_sample *cur, struct perf_sample *prev, unsigned int max_lbr, bool callee) argument
/linux-master/kernel/bpf/
H A Dverifier.c9301 struct bpf_func_state *caller, *callee; local
9473 struct bpf_func_state *caller, *callee; local
9606 map_set_for_each_callback_args(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee) argument
9633 set_callee_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) argument
9647 set_map_elem_callback_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) argument
9677 set_loop_callback_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) argument
9699 set_timer_callback_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) argument
9729 set_find_vma_callback_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) argument
9757 set_user_ringbuf_callback_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) argument
9780 set_rbtree_add_callback_state(struct bpf_verifier_env *env, struct bpf_func_state *caller, struct bpf_func_state *callee, int insn_idx) argument
9822 struct bpf_func_state *callee; local
9845 struct bpf_func_state *caller, *callee; local
[all...]

Completed in 185 milliseconds