Searched refs:target_func (Results 1 – 4 of 4) sorted by relevance
27 target_func=`cut -d: -f3 trace | sed 's/call_site=\([^+]*\)+0x.*/\1/' | sort | uniq -c | sort | tai…28 if [ -z "$target_func" ]; then34 echo "call_site.function == $target_func" > events/kmem/kmem_cache_free/filter37 hitcnt=`grep kmem_cache_free trace| grep $target_func | wc -l`38 misscnt=`grep kmem_cache_free trace| grep -v $target_func | wc -l`48 address=`grep " ${target_func}\$" /proc/kallsyms | cut -d' ' -f1`54 hitcnt=`grep kmem_cache_free trace| grep $target_func | wc -l`55 misscnt=`grep kmem_cache_free trace| grep -v $target_func | wc -l`
319 unsigned long target_func; in replace_stack_entry() local323 target_func = ip - offset; in replace_stack_entry()334 if (func == target_func) { in replace_stack_entry()
413 u16 owner, target_func; in npc_fixup_vf_rule() local418 target_func = (entry->action >> 4) & 0xffff; in npc_fixup_vf_rule()420 if (is_pffunc_af(owner) || is_afvf(target_func) || in npc_fixup_vf_rule()422 !(target_func & RVU_PFVF_FUNC_MASK)) in npc_fixup_vf_rule()426 pfvf = rvu_get_pfvf(rvu, target_func); in npc_fixup_vf_rule()427 mcam->entry2target_pffunc[index] = target_func; in npc_fixup_vf_rule()430 if (!(is_nixlf_attached(rvu, target_func) && in npc_fixup_vf_rule()446 target_func); in npc_fixup_vf_rule()
2949 work_func_t target_func = target_work ? target_work->func : NULL; in check_flush_dependency() local2959 current->pid, current->comm, target_wq->name, target_func); in check_flush_dependency()2964 target_wq->name, target_func); in check_flush_dependency()