Home
last modified time | relevance | path

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

/linux-tools/ebpf/libbpf-bootstrap/
H A Dopenat.c39 static set<string> whitelist; // = {"gnome-shell","firefox-esr", "openat"}; variable
73 if (whitelist.count(get<1>(pids[pid]))==0) { in event_handler()
107 } whitelist.insert(p); in main()
108 for (int i=1; i<argc; i++) whitelist.insert(argv[i]); in main()