Home
last modified time | relevance | path

Searched refs:match (Results 1 – 2 of 2) sorted by relevance

/samples/bpf/
Ddo_hbm_test.sh247 begNetserverPid=`ps ax | grep netserver | grep --invert-match "grep" | \
407 hbmPid=`ps ax | grep "hbm " | grep --invert-match "grep" | awk '{ print $1 }'`
435 netserverPid=`ps ax | grep netserver | grep --invert-match "grep" | awk '{ print $1 }'`
Dbpf_load.c351 bool match = false; in parse_relo_and_apply() local
370 match = true; in parse_relo_and_apply()
374 if (match) { in parse_relo_and_apply()