|
@@ -236,6 +236,7 @@ following filters are defined:
|
|
|
- any_call: any function call or system call
|
|
|
- any_ret: any function return or system call return
|
|
|
- ind_call: any indirect branch
|
|
|
+ - call: direct calls, including far (to/from kernel) calls
|
|
|
- u: only when the branch target is at the user level
|
|
|
- k: only when the branch target is in the kernel
|
|
|
- hv: only when the target is at the hypervisor level
|