mirror of
https://github.com/JakeHillion/scx.git
synced 2024-11-26 03:20:24 +00:00
scx_layered: Update help for tgid matching
Forgot to add doc for tgid matching Signed-off-by: Daniel Hodges <hodges.daniel.scott@gmail.com>
This commit is contained in:
parent
1c1cc1030a
commit
c45c2de39f
@ -202,6 +202,8 @@ lazy_static::lazy_static! {
|
||||
///
|
||||
/// - PPIDEquals: Matches if the task's ppid matches the value.
|
||||
///
|
||||
/// - TGIDEquals: Matches if the task's tgid matches the value.
|
||||
///
|
||||
/// While there are complexity limitations as the matches are performed in
|
||||
/// BPF, it is straightforward to add more types of matches.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user