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:
Daniel Hodges 2024-08-26 07:06:21 -07:00
parent 1c1cc1030a
commit c45c2de39f

View File

@ -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.
///