grepSysCalls: Grep system calls

.grepSysCallsR Documentation

Grep system calls

Description

A faster way of grepping the system call stack than just grep(sys.calls(), pattern = "test")

Usage

.grepSysCalls(sysCalls, pattern)

Arguments

sysCalls

The return from sys.calls()

pattern

Character, passed to grep

Value

Numeric vector, equivalent to return from grep(sys.calls(), pattern = "test"), but faster if sys.calls() is very big.


PredictiveEcology/reproducible documentation built on April 19, 2024, 7:23 p.m.