Searched refs:match_process (Results 1 – 3 of 3) sorted by relevance
217 int (*match_process)(long long *slot);814 if (TT.match_process && !TT.match_process(slot)) return 0; in get_ps()1358 TT.match_process = ps_match_process; in ps_main()1753 TT.match_process = shared_match_process; in top_setup()1912 TT.match_process = pgrep_match_process; in pgrep_main()
174 int (*match_process)(long long *slot);771 if (TT.match_process && !TT.match_process(slot)) return 0; in get_ps()1606 TT.match_process = shared_match_process; in top_setup()1754 TT.match_process = pgrep_match_process; in pgrep_main()
1333 int (*match_process)(long long *slot); member