Searched refs:priority_syscalls (Results 1 – 1 of 1) sorted by relevance
74 priority_syscalls = []77 priority_syscalls.append((name, syscall_dict[name]))78 return priority_syscalls, other_syscalls163 def convert_priority_to_intermediate_bpf(priority_syscalls): argument165 for i, syscall in enumerate(priority_syscalls):171 def convert_ranges_to_bpf(ranges, priority_syscalls): argument172 bpf = convert_priority_to_intermediate_bpf(priority_syscalls) + \223 priority_syscalls, other_syscalls = \226 bpf = convert_ranges_to_bpf(ranges, priority_syscalls)