Home
last modified time | relevance | path

Searched refs:target_func (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/ftrace/test.d/filter/
H A Devent-filter-function.tc31 target_func=`cat trace | grep -o 'call_site=\([^+]*\)' | sed 's/call_site=//' | sort | uniq -c | so…
32 if [ -z "$target_func" ]; then
38 echo "call_site.function == $target_func" > events/kmem/kmem_cache_free/filter
50 hitcnt=`grep kmem_cache_free trace| grep $target_func | wc -l`
51 misscnt=`grep kmem_cache_free trace| grep -v $target_func | wc -l`
61 address=`grep " ${target_func}\$" /proc/kallsyms | cut -d' ' -f1`
76 hitcnt=`grep kmem_cache_free trace| grep $target_func | wc -l`
77 misscnt=`grep kmem_cache_free trace| grep -v $target_func | wc -l`
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c480 u16 owner, target_func; in npc_fixup_vf_rule() local
485 target_func = (entry->action >> 4) & 0xffff; in npc_fixup_vf_rule()
487 if (is_pffunc_af(owner) || is_lbk_vf(rvu, target_func) || in npc_fixup_vf_rule()
489 !(target_func & RVU_PFVF_FUNC_MASK)) in npc_fixup_vf_rule()
493 pfvf = rvu_get_pfvf(rvu, target_func); in npc_fixup_vf_rule()
494 mcam->entry2target_pffunc[index] = target_func; in npc_fixup_vf_rule()
497 if (!(is_nixlf_attached(rvu, target_func) && in npc_fixup_vf_rule()
513 target_func); in npc_fixup_vf_rule()
/linux/kernel/
H A Dworkqueue.c3827 work_func_t target_func; in check_flush_dependency() local
3834 target_func = target_work ? target_work->func : NULL; in check_flush_dependency()
3838 current->pid, current->comm, target_wq->name, target_func); in check_flush_dependency()
3843 target_wq->name, target_func); in check_flush_dependency()