Added relationship direction flag to context diagram filter (#274)

This commit is contained in:
Bartek Kryza
2024-06-13 14:19:45 +02:00
parent 7d859db15a
commit bd921822c2
11 changed files with 240 additions and 35 deletions

View File

@@ -114,10 +114,15 @@ types:
- lambda
- cuda_kernel
- cuda_device
direction_t: !variant
- inward
- outward
- any
context_filter_match_t:
match:
radius: int
pattern: regex_or_string_t
direction: !optional direction_t
context_filter_t:
- regex_or_string_t
- context_filter_match_t