Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/ftrace/test.d/filter/
H A Devent-filter-function.tc27 target_func=`cat trace | grep -o 'call_site=\([^+]*\)' | sed 's/call_site=//' | sort | uniq -c | so…
28 if [ -z "$target_func" ]; then
34 echo "call_site.function == $target_func" > events/kmem/kmem_cache_free/filter
37 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`
/openbmc/linux/kernel/kcsan/
H A Dreport.c319 unsigned long target_func; in replace_stack_entry() local
323 target_func = ip - offset; in replace_stack_entry()
334 if (func == target_func) { in replace_stack_entry()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c413 u16 owner, target_func; in npc_fixup_vf_rule() local
418 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()
/openbmc/linux/kernel/
H A Dworkqueue.c2953 work_func_t target_func = target_work ? target_work->func : NULL; in check_flush_dependency() local
2963 current->pid, current->comm, target_wq->name, target_func); in check_flush_dependency()
2968 target_wq->name, target_func); in check_flush_dependency()