Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/ftrace/test.d/filter/
H A Devent-filter-function.tc46 hitcnt=`grep kmem_cache_free trace| grep $target_func | wc -l`
49 if [ $hitcnt -eq 0 ]; then
72 hitcnt=`grep kmem_cache_free trace| grep $target_func | wc -l`
75 if [ $hitcnt -eq 0 ]; then
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h297 u64 *hitcnt, u64 *bytecnt, bool hash);
H A Dcxgb4_filter.c438 u64 *hitcnt, u64 *bytecnt, bool hash) in cxgb4_get_filter_counters() argument
442 return get_filter_count(adapter, fidx, hitcnt, bytecnt, hash); in cxgb4_get_filter_counters()