Skip to content

[ABLD-300] Generalize bazel configuration in CI#43274

Merged
dd-mergequeue[bot] merged 3 commits intomainfrom
regis.desgroppes/abld-300
Nov 27, 2025
Merged

[ABLD-300] Generalize bazel configuration in CI#43274
dd-mergequeue[bot] merged 3 commits intomainfrom
regis.desgroppes/abld-300

Conversation

@rdesgroppes
Copy link
Copy Markdown
Contributor

@rdesgroppes rdesgroppes commented Nov 20, 2025

What does this PR do?

It generalizes bazel CI configuration to make nested bazel[isk] invocations in omnibus scripts and invoke tasks automatically benefit from bazel --config=ci (single point of maintenance defined in .bazelrc) as well as applicable caching.

Motivation

The GitLab cache used so far for ephemeral runners was only benefiting top-level bazel commands used in smoke tests and linters. It didn't benefit nested bazel invocations, nor were settings implied by --config=ci because tools/bazel[.bat] hook scripts had no clue they were running in CI.

The GitLab cache configuration used to be too tricky to generalize due to the many environment variables involved, that's why the present approach consists in limiting them to only 2 environment variables:

  • CI: to trigger bazel --config=ci.
    The presence of this variable is anyway a de facto standard leveraged by existing tools, of which in-house dda,
  • XDG_CACHE_HOME: root directory for both bazelisk and bazel caches.
    Originating from Linux/BSD ecosystems, this variable is also honored by bazel (8.4.0+) on macOS and I filed a feature request to get it honored on Windows - meanwhile we "emulate" it there via --output_user_root=$XDG_CACHE_HOME/bazel (only remaining path explicitly passed to bazel).

Additional Notes

  1. simplified wrapper scripts:
    • require that $XDG_CACHE_HOME denotes a directory in CI,
    • shrunk down ephemeral .user.bazelrc to the bare minimum,
  2. standardized cache location via XDG_CACHE_HOME per runner type:
    • persistent Linux runners (only used for top-level bazel commands): /data/bzl (on persistent volume), now also for AArch64 (aka ARM64),
    • "ephemeral" Linux/macOS runners: $CI_PROJECT_DIR/.cache, because GitLab requires cacheable paths to reside below $CI_PROJECT_DIR,
    • Windows runners: c:/bzl (but $RUNNER_TEMP_PROJECT_DIR should be fine too if we get rid of msbuild, @alopezz to confirm or deny),
  3. replaced omnibus cache insertions by a combined cache extension comprising both bazel caches as well as the omnibus cache definition. The latter is of course aimed at vanishing at the end of the ongoing transition, hence the name: omnibus-transition,
  4. passed CI to docker runs in order to fail if we forget to propagate XDG_CACHE_HOME when enabling bazel there.

References:

@rdesgroppes rdesgroppes added changelog/no-changelog No changelog entry needed qa/no-code-change No code change in Agent code requiring validation labels Nov 20, 2025
@github-actions github-actions bot added the short review PR is simple enough to be reviewed quickly label Nov 20, 2025
@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

agent-platform-auto-pr bot commented Nov 20, 2025

Static quality checks

✅ Please find below the results from static quality gates
Comparison made with ancestor 96695f6

Successful checks

Info

Quality gate Delta On disk size (MiB) Delta On wire size (MiB)
agent_deb_amd64 $${+0}$$ $${705.14}$$ < $${717.44}$$ $${+0.28}$$ $${172.79}$$ < $${177.37}$$
agent_deb_amd64_fips $${+0.97}$$ $${700.14}$$ < $${711.66}$$ $${+0.4}$$ $${171.74}$$ < $${174.84}$$
agent_heroku_amd64 $${-0.75}$$ $${326.74}$$ < $${337.57}$$ $${-0.16}$$ $${87.24}$$ < $${90.78}$$
agent_msi $${-18.96}$$ $${980.95}$$ < $${1015.38}$$ $${-2.43}$$ $${142.03}$$ < $${149.42}$$
agent_rpm_amd64 $${+0}$$ $${705.13}$$ < $${717.41}$$ $${+0.22}$$ $${175.95}$$ < $${178.01}$$
agent_rpm_amd64_fips $${+0.97}$$ $${700.13}$$ < $${711.64}$$ $${+0.51}$$ $${173.96}$$ < $${177.26}$$
agent_rpm_arm64 $${+0.11}$$ $${690.53}$$ < $${702.19}$$ $${+0.11}$$ $${159.74}$$ < $${163.22}$$
agent_rpm_arm64_fips $${+0.94}$$ $${686.53}$$ < $${697.6}$$ $${+0.3}$$ $${159.15}$$ < $${162.68}$$
agent_suse_amd64 $${+0}$$ $${705.13}$$ < $${717.41}$$ $${+0.22}$$ $${175.95}$$ < $${178.01}$$
agent_suse_amd64_fips $${+0.97}$$ $${700.13}$$ < $${711.64}$$ $${+0.51}$$ $${173.96}$$ < $${177.26}$$
agent_suse_arm64 $${+0.11}$$ $${690.53}$$ < $${702.19}$$ $${+0.11}$$ $${159.74}$$ < $${163.22}$$
agent_suse_arm64_fips $${+0.94}$$ $${686.53}$$ < $${697.6}$$ $${+0.3}$$ $${159.15}$$ < $${162.68}$$
docker_agent_amd64 $${-0.02}$$ $${767.48}$$ < $${769.92}$$ $${+0.23}$$ $${260.65}$$ < $${261.52}$$
docker_agent_arm64 $${+0.05}$$ $${777.21}$$ < $${779.46}$$ $${+0.16}$$ $${250.83}$$ < $${251.72}$$
docker_agent_jmx_amd64 $${-0.02}$$ $${958.36}$$ < $${960.8}$$ $${+0.23}$$ $${329.28}$$ < $${330.15}$$
docker_agent_jmx_arm64 $${+0.05}$$ $${956.81}$$ < $${958.93}$$ $${+0.16}$$ $${315.45}$$ < $${316.35}$$
docker_cluster_agent_amd64 $${-0.88}$$ $${178.32}$$ < $${207.49}$$ $${-0.24}$$ $${63.0}$$ < $${70.2}$$
docker_cluster_agent_arm64 $${-0.85}$$ $${195.83}$$ < $${223.38}$$ $${-0.24}$$ $${59.74}$$ < $${66.42}$$
docker_cws_instrumentation_amd64 $${0}$$ $${7.07}$$ < $${7.12}$$ $${+0}$$ $${2.95}$$ < $${3.29}$$
docker_cws_instrumentation_arm64 $${0}$$ $${6.69}$$ < $${6.92}$$ $${+0}$$ $${2.7}$$ < $${3.07}$$
docker_dogstatsd_amd64 $${+0.03}$$ $${38.57}$$ < $${39.3}$$ $${+0.01}$$ $${14.9}$$ < $${15.76}$$
docker_dogstatsd_arm64 $${-0}$$ $${37.24}$$ < $${37.94}$$ $${+0.02}$$ $${14.36}$$ < $${14.83}$$
dogstatsd_deb_amd64 $${+0.03}$$ $${29.79}$$ < $${30.53}$$ $${+0}$$ $${7.86}$$ < $${8.75}$$
dogstatsd_deb_arm64 $${+0.03}$$ $${28.3}$$ < $${29.11}$$ $${+0.01}$$ $${6.8}$$ < $${7.71}$$
dogstatsd_rpm_amd64 $${+0.03}$$ $${29.79}$$ < $${30.53}$$ $${+0}$$ $${7.87}$$ < $${8.76}$$
dogstatsd_suse_amd64 $${+0.03}$$ $${29.79}$$ < $${30.53}$$ $${+0}$$ $${7.87}$$ < $${8.76}$$
iot_agent_deb_amd64 $${+0.04}$$ $${42.54}$$ < $${43.19}$$ $${+0.01}$$ $${11.11}$$ < $${11.98}$$
iot_agent_deb_arm64 $${+0.04}$$ $${40.28}$$ < $${40.92}$$ $${+0.01}$$ $${9.57}$$ < $${10.45}$$
iot_agent_deb_armhf $${+0.04}$$ $${40.19}$$ < $${40.86}$$ $${+0.01}$$ $${9.68}$$ < $${10.56}$$
iot_agent_rpm_amd64 $${+0.04}$$ $${42.54}$$ < $${43.19}$$ $${+0.01}$$ $${11.12}$$ < $${12.0}$$
iot_agent_suse_amd64 $${+0.04}$$ $${42.54}$$ < $${43.19}$$ $${+0.01}$$ $${11.12}$$ < $${12.0}$$

@cit-pr-commenter
Copy link
Copy Markdown

cit-pr-commenter bot commented Nov 20, 2025

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: a22fae78-e2de-457f-a576-8fe4e880eb3d

Baseline: 1fa8a3a
Comparison: 3f01b6c
Diff

Optimization Goals: ✅ No significant changes detected

Experiments ignored for regressions

Regressions in experiments with settings containing erratic: true are ignored.

perf experiment goal Δ mean % Δ mean % CI trials links
docker_containers_cpu % cpu utilization -2.01 [-4.94, +0.92] 1 Logs

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
ddot_metrics_sum_delta memory utilization +0.58 [+0.37, +0.79] 1 Logs
tcp_syslog_to_blackhole ingress throughput +0.44 [+0.38, +0.50] 1 Logs
ddot_metrics_sum_cumulative memory utilization +0.31 [+0.16, +0.47] 1 Logs
quality_gate_idle memory utilization +0.20 [+0.16, +0.25] 1 Logs bounds checks dashboard
file_tree memory utilization +0.19 [+0.14, +0.24] 1 Logs
otlp_ingest_metrics memory utilization +0.11 [-0.04, +0.25] 1 Logs
uds_dogstatsd_20mb_12k_contexts_20_senders memory utilization +0.03 [-0.02, +0.08] 1 Logs
file_to_blackhole_100ms_latency egress throughput +0.03 [-0.02, +0.07] 1 Logs
ddot_metrics_sum_cumulativetodelta_exporter memory utilization +0.02 [-0.22, +0.26] 1 Logs
uds_dogstatsd_to_api_v3 ingress throughput +0.00 [-0.12, +0.13] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput +0.00 [-0.07, +0.08] 1 Logs
file_to_blackhole_1000ms_latency egress throughput -0.01 [-0.42, +0.40] 1 Logs
uds_dogstatsd_to_api ingress throughput -0.01 [-0.13, +0.11] 1 Logs
file_to_blackhole_0ms_latency egress throughput -0.06 [-0.46, +0.35] 1 Logs
quality_gate_idle_all_features memory utilization -0.15 [-0.21, -0.10] 1 Logs bounds checks dashboard
file_to_blackhole_500ms_latency egress throughput -0.18 [-0.55, +0.20] 1 Logs
docker_containers_memory memory utilization -0.44 [-0.53, -0.36] 1 Logs
quality_gate_logs % cpu utilization -0.64 [-2.08, +0.80] 1 Logs bounds checks dashboard
otlp_ingest_logs memory utilization -0.82 [-0.92, -0.73] 1 Logs
ddot_logs memory utilization -0.83 [-0.90, -0.77] 1 Logs
ddot_metrics memory utilization -1.06 [-1.26, -0.86] 1 Logs
quality_gate_metrics_logs memory utilization -1.17 [-1.38, -0.96] 1 Logs bounds checks dashboard
docker_containers_cpu % cpu utilization -2.01 [-4.94, +0.92] 1 Logs

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed links
docker_containers_cpu simple_check_run 10/10
docker_containers_memory memory_usage 10/10
docker_containers_memory simple_check_run 10/10
file_to_blackhole_0ms_latency lost_bytes 10/10
file_to_blackhole_0ms_latency memory_usage 10/10
file_to_blackhole_1000ms_latency lost_bytes 10/10
file_to_blackhole_1000ms_latency memory_usage 10/10
file_to_blackhole_100ms_latency lost_bytes 10/10
file_to_blackhole_100ms_latency memory_usage 10/10
file_to_blackhole_500ms_latency lost_bytes 10/10
file_to_blackhole_500ms_latency memory_usage 10/10
quality_gate_idle intake_connections 10/10 bounds checks dashboard
quality_gate_idle memory_usage 10/10 bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 bounds checks dashboard
quality_gate_logs intake_connections 10/10 bounds checks dashboard
quality_gate_logs lost_bytes 10/10 bounds checks dashboard
quality_gate_logs memory_usage 10/10 bounds checks dashboard
quality_gate_metrics_logs cpu_usage 10/10 bounds checks dashboard
quality_gate_metrics_logs intake_connections 10/10 bounds checks dashboard
quality_gate_metrics_logs lost_bytes 10/10 bounds checks dashboard
quality_gate_metrics_logs memory_usage 10/10 bounds checks dashboard

Explanation

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

CI Pass/Fail Decision

Passed. All Quality Gates passed.

  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check lost_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check lost_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check intake_connections: 10/10 replicas passed. Gate passed.

@rdesgroppes rdesgroppes force-pushed the regis.desgroppes/abld-300 branch from 600a4b2 to ec60221 Compare November 26, 2025 13:16
@github-actions github-actions bot added medium review PR review might take time and removed short review PR is simple enough to be reviewed quickly labels Nov 26, 2025
@rdesgroppes rdesgroppes force-pushed the regis.desgroppes/abld-300 branch 2 times, most recently from 94b5923 to ff82978 Compare November 26, 2025 13:56
@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

agent-platform-auto-pr bot commented Nov 26, 2025

Gitlab CI Configuration Changes

⚠️ Diff too large to display on Github.

Changes Summary

Removed Modified Added Renamed
0 126 4 0

ℹ️ Diff available in the job log.

@rdesgroppes rdesgroppes force-pushed the regis.desgroppes/abld-300 branch 6 times, most recently from 0399832 to 40dfc49 Compare November 26, 2025 17:42
@github-actions github-actions bot added long review PR is complex, plan time to review it and removed medium review PR review might take time labels Nov 26, 2025
@rdesgroppes rdesgroppes force-pushed the regis.desgroppes/abld-300 branch from 40dfc49 to 948ebb1 Compare November 26, 2025 23:58
@rdesgroppes rdesgroppes changed the title [ABLD-300] wip [ABLD-300] Generalize bazel configuration in CI Nov 27, 2025
@rdesgroppes rdesgroppes force-pushed the regis.desgroppes/abld-300 branch from 948ebb1 to d8a27df Compare November 27, 2025 01:09
@rdesgroppes rdesgroppes marked this pull request as ready for review November 27, 2025 01:09
@rdesgroppes rdesgroppes requested review from a team as code owners November 27, 2025 01:10
@rdesgroppes rdesgroppes force-pushed the regis.desgroppes/abld-300 branch from d8a27df to 69883a4 Compare November 27, 2025 01:10
@rdesgroppes rdesgroppes requested review from a team as code owners November 27, 2025 01:10
@rdesgroppes rdesgroppes force-pushed the regis.desgroppes/abld-300 branch from c6d32ea to adfaadf Compare November 27, 2025 14:33
rdesgroppes added a commit that referenced this pull request Nov 27, 2025
@rdesgroppes rdesgroppes force-pushed the regis.desgroppes/abld-300 branch from adfaadf to ca26e31 Compare November 27, 2025 15:27
rdesgroppes added a commit that referenced this pull request Nov 27, 2025
@rdesgroppes rdesgroppes force-pushed the regis.desgroppes/abld-300 branch from ca26e31 to 2c1959e Compare November 27, 2025 15:59
### What does this PR do?

Generalizes `bazel` CI configuration to make deeply nested `bazel[isk]` invocations in
`omnibus` scripts and `invoke` tasks automatically benefit from the CI configuration
(`--config=ci` as defined in `.bazelrc`).

### Motivation

**Problem with previous approach:**

GitLab cache configuration was cumbersome with deeply nested bazel invocations.
Each `variable`, `cache`, and their respective `paths` needed to be explicitly
propagated to every build job (and soon, test jobs). This created a maintenance
burden with multiple points of configuration scattered across the codebase.

**Solution:**

Centralize Bazel CI configuration in `.bazelrc` (single point of maintenance)
and propagate only two environment variables:
- `CI`: Triggers `--config=ci` in wrapper scripts
- `XDG_CACHE_HOME`: Root directory for both bazelisk and bazel caches

This allows all nested bazel invocations to automatically use:
- Remote cache configuration (from `.bazelrc`)
- (Semi-)persistent local caches
- Other CI-specific flags

### Changes

**1. Simplified wrapper scripts**

Both `tools/bazel` and `tools/bazel.bat` now:
- Require `XDG_CACHE_HOME` to be set in CI
- Validate that `XDG_CACHE_HOME` points to a directory
- Generate minimal `.user.bazelrc` with only `--config=ci`
- Use local `.cache` fallback when not in CI

**2. Standardized cache location via XDG_CACHE_HOME**

Per runner type:
- **Persistent Linux runners**: `/data/bzl` (on persistent volume)
- **Ephemeral Linux/macOS runners**: `$RUNNER_TEMP_PROJECT_DIR`
- **Windows runners**: `c:\bzl` (on persistent volume)

**3. Platform-specific implementation**

- **Linux/macOS**: Native XDG_CACHE_HOME support (Bazel 7.2.0+ / 8.4.0+)
- **Windows**: Emulated via `--output_user_root=$XDG_CACHE_HOME/bazel`

**4. Updated GitLab CI configuration**

- Introduced `.bazel:defs:posix`, `.bazel:defs:windows`, `.bazel:defs:posix-persistent`
- Removed GitLab cache configuration (replaced by persistent volumes)
- Pass `CI` and `XDG_CACHE_HOME` to all jobs, including Windows Docker containers

### Implementation Details

**Using $RUNNER_TEMP_PROJECT_DIR:**

GitLab Runner creates `$RUNNER_TEMP_PROJECT_DIR` alongside `$CI_PROJECT_DIR`
with the same lifecycle (created before job, cleaned after job). We generalized
its use based on positive experience from our earlier externalization of Bazel's
`--repo_contents_cache`, which required a directory outside the build tree to
avoid circular dependencies.

**Windows path handling:**

Windows wrapper converts backslashes to forward slashes for Bazel compatibility
(see github.com/bazelbuild/bazel/issues/3275).

**tools/bazel (POSIX):**
```bash
if [ -n "${CI:-}" ]; then
  # Validate XDG_CACHE_HOME is a directory
  # Generate user.bazelrc with --config=ci
fi
```

**tools/bazel.bat (Windows):**
```batch
if defined CI (
  # Validate XDG_CACHE_HOME is a directory
  # Set --output_user_root=%XDG_CACHE_HOME%/bazel
  # Generate user.bazelrc with --config=ci
)
```

### References

- XDG Base Directory Specification: https://specifications.freedesktop.org/basedir/latest/
- Bazel XDG support (Linux): bazelbuild/bazel#21817 (7.2.0)
- Bazel XDG support (macOS): bazelbuild/bazel#26773 (8.4.0)
- Bazel Windows backslash issue: bazelbuild/bazel#3275
- Windows XDG feature request: bazelbuild/bazel#27808
@rdesgroppes rdesgroppes force-pushed the regis.desgroppes/abld-300 branch from 2c1959e to 3f01b6c Compare November 27, 2025 17:24
@rdesgroppes
Copy link
Copy Markdown
Contributor Author

/merge

@dd-devflow-routing-codex
Copy link
Copy Markdown

dd-devflow-routing-codex bot commented Nov 27, 2025

View all feedbacks in Devflow UI.

2025-11-27 17:24:26 UTC ℹ️ Start processing command /merge


2025-11-27 17:24:32 UTC ℹ️ MergeQueue: waiting for PR to be ready

This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
It will be added to the queue as soon as checks pass and/or get approvals.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove command.


2025-11-27 19:17:09 UTC ℹ️ MergeQueue: merge request added to the queue

The expected merge time in main is approximately 42m (p90).


2025-11-27 19:52:48 UTC ℹ️ MergeQueue: This merge request was merged

@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

eBPF complexity changes

Summary result: ❔ - needs attention

  • Highest complexity change (%): +102.50%
  • Highest complexity change (abs.): +117 instructions
  • Programs that were above the 85.0% limit of instructions and are now below: 0
  • Programs that were below the 85.0% limit of instructions and are now above: 0
runtime_security details

runtime_security [programs with changes]

Program Avg. complexity Distro with highest complexity Distro with lowest complexity
hook___attach_mnt 🔴 285.0 (+50.0, +21.28%) debian_10/x86_64: 🔴 285.0 (+50.0, +21.28%) debian_10/x86_64: 🔴 285.0 (+50.0, +21.28%)
hook_attach_mnt 🔴 285.0 (+48.0, +20.25%) debian_10/x86_64: 🔴 285.0 (+48.0, +20.25%) debian_10/x86_64: 🔴 285.0 (+48.0, +20.25%)
hook_attach_recursive_mnt 🔴 286.0 (+49.0, +20.68%) debian_10/x86_64: 🔴 286.0 (+49.0, +20.68%) debian_10/x86_64: 🔴 286.0 (+49.0, +20.68%)
hook_clone_mnt 🔴 81.0 (+41.0, +102.50%) debian_10/x86_64: 🔴 81.0 (+41.0, +102.50%) debian_10/x86_64: 🔴 81.0 (+41.0, +102.50%)
hook_mnt_change_mountpoint 🔴 280.0 (+48.0, +20.69%) debian_10/x86_64: 🔴 280.0 (+48.0, +20.69%) debian_10/x86_64: 🔴 280.0 (+48.0, +20.69%)
hook_mnt_set_mountpoint 🔴 281.0 (+48.0, +20.60%) debian_10/x86_64: 🔴 281.0 (+48.0, +20.60%) debian_10/x86_64: 🔴 281.0 (+48.0, +20.60%)
hook_propagate_mnt 🔴 285.0 (+48.0, +20.25%) debian_10/x86_64: 🔴 285.0 (+48.0, +20.25%) debian_10/x86_64: 🔴 285.0 (+48.0, +20.25%)
kretprobe__64_compat_sys_fsmount 🔴 562.0 (+23.0, +4.27%) debian_10/x86_64: 🔴 563.0 (+23.0, +4.26%) ubuntu_18.04/x86_64: 🔴 561.0 (+23.0, +4.28%)
kretprobe__64_compat_sys_mount 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%)
kretprobe__64_sys_fsmount 🔴 562.0 (+23.0, +4.27%) debian_10/x86_64: 🔴 563.0 (+23.0, +4.26%) ubuntu_18.04/x86_64: 🔴 561.0 (+23.0, +4.28%)
kretprobe__64_sys_mount 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%)
rethook_clone_mnt 🔴 650.0 (+117.0, +21.95%) debian_10/x86_64: 🔴 651.0 (+117.0, +21.91%) ubuntu_18.04/x86_64: 🔴 649.0 (+117.0, +21.99%)
tail_call_dr_mount_stage_two_callback 🔴 904.0 (+22.0, +2.49%) debian_10/x86_64: 🔴 905.0 (+22.0, +2.49%) ubuntu_18.04/x86_64: 🔴 903.0 (+22.0, +2.50%)
tail_call_tracepoint_dr_mount_stage_two_callback 🔴 904.0 (+22.0, +2.49%) debian_10/x86_64: 🔴 905.0 (+22.0, +2.49%) ubuntu_18.04/x86_64: 🔴 903.0 (+22.0, +2.50%)
tail_call_tracepoint_handle_sys_mount_exit 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%)

runtime_security [programs without changes]

Program Avg. complexity Distro with highest complexity Distro with lowest complexity
classifier_egress ⚪ 1431.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1431.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1431.0 (+0.0, +0.00%)
classifier_ingress ⚪ 1431.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1431.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1431.0 (+0.0, +0.00%)
classifier_raw_packet_egress ⚪ 1443.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1444.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1443.0 (+0.0, +0.00%)
classifier_raw_packet_ingress ⚪ 1392.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1393.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1392.0 (+0.0, +0.00%)
hook___dev_change_net_namespace ⚪ 492.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 492.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 492.0 (+0.0, +0.00%)
hook___dev_get_by_index ⚪ 36.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 36.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 36.0 (+0.0, +0.00%)
hook__do_fork ⚪ 109.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 109.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 109.0 (+0.0, +0.00%)
hook_accept ⚪ 786.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 786.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 786.0 (+0.0, +0.00%)
hook_arch_ptrace ⚪ 44.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 44.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 44.0 (+0.0, +0.00%)
hook_audit_set_loginuid ⚪ 73.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 73.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 73.0 (+0.0, +0.00%)
hook_bprm_execve ⚪ 172.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%)
hook_cgroup1_procs_write ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_cgroup1_tasks_write ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_cgroup_procs_open ⚪ 6.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 6.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 6.0 (+0.0, +0.00%)
hook_cgroup_procs_write ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_cgroup_tasks_open ⚪ 6.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 6.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 6.0 (+0.0, +0.00%)
hook_cgroup_tasks_write ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_check_helper_call ⚪ 29.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 29.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 29.0 (+0.0, +0.00%)
hook_check_kill_permission ⚪ 43.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 43.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 43.0 (+0.0, +0.00%)
hook_commit_creds ⚪ 6071.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 6071.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 6071.0 (+0.0, +0.00%)
hook_complete_walk ⚪ 743.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 743.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 743.0 (+0.0, +0.00%)
hook_dev_change_net_namespace ⚪ 492.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 492.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 492.0 (+0.0, +0.00%)
hook_dev_get_valid_name ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_dev_new_index ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_do_coredump ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_do_dentry_open ⚪ 891.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 891.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 891.0 (+0.0, +0.00%)
hook_do_exit ⚪ 803.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 803.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 803.0 (+0.0, +0.00%)
hook_do_fork ⚪ 109.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 109.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 109.0 (+0.0, +0.00%)
hook_do_linkat ⚪ 94.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 94.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 94.0 (+0.0, +0.00%)
hook_do_mkdirat ⚪ 101.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 101.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 101.0 (+0.0, +0.00%)
hook_do_renameat2 ⚪ 93.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 93.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 93.0 (+0.0, +0.00%)
hook_do_rmdir ⚪ 95.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 95.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 95.0 (+0.0, +0.00%)
hook_do_truncate ⚪ 2111.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2113.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2109.0 (+0.0, +0.00%)
hook_do_unlinkat ⚪ 95.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 95.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 95.0 (+0.0, +0.00%)
hook_exit_itimers ⚪ 127.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 128.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
hook_filename_create ⚪ 16.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 16.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 16.0 (+0.0, +0.00%)
hook_filp_close ⚪ 111.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 111.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 111.0 (+0.0, +0.00%)
hook_get_pipe_info ⚪ 378.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 378.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 378.0 (+0.0, +0.00%)
hook_get_unmapped_area ⚪ 17.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 17.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 17.0 (+0.0, +0.00%)
hook_inet6_bind ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_inet_bind ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_io_allocate_scq_urings ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_io_bind ⚪ 115.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 115.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 115.0 (+0.0, +0.00%)
hook_io_connect ⚪ 127.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%)
hook_io_fsetxattr ⚪ 110.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 110.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 110.0 (+0.0, +0.00%)
hook_io_openat ⚪ 180.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 180.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 180.0 (+0.0, +0.00%)
hook_io_openat2 ⚪ 180.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 180.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 180.0 (+0.0, +0.00%)
hook_io_setxattr ⚪ 110.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 110.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 110.0 (+0.0, +0.00%)
hook_io_sq_offload_start ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_kernel_clone ⚪ 109.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 109.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 109.0 (+0.0, +0.00%)
hook_kernel_thread ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_memfd_fcntl ⚪ 199.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 200.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 199.0 (+0.0, +0.00%)
hook_mnt_want_write ⚪ 156.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 156.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 156.0 (+0.0, +0.00%)
hook_mnt_want_write_file ⚪ 80.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 80.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 80.0 (+0.0, +0.00%)
hook_mnt_want_write_file_path ⚪ 80.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 80.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 80.0 (+0.0, +0.00%)
hook_mod_sysfs_setup ⚪ 24.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 24.0 (+0.0, +0.00%)
hook_module_param_sysfs_setup ⚪ 24.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 24.0 (+0.0, +0.00%)
hook_mprotect_fixup ⚪ 1295.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1295.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1295.0 (+0.0, +0.00%)
hook_nf_ct_delete ⚪ 218.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 218.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 218.0 (+0.0, +0.00%)
hook_nf_nat_manip_pkt ⚪ 125.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 125.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 125.0 (+0.0, +0.00%)
hook_nf_nat_packet ⚪ 125.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 125.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 125.0 (+0.0, +0.00%)
hook_on_demand ⚪ 307.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 307.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 307.0 (+0.0, +0.00%)
hook_on_demand_syscall ⚪ 383.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 384.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 382.0 (+0.0, +0.00%)
hook_override_creds ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_path_get ⚪ 139.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 140.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%)
hook_prepare_binprm ⚪ 172.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%)
hook_proc_fd_link ⚪ 1124.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1132.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1116.0 (+0.0, +0.00%)
hook_proc_sys_call_handler ⚪ 160.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 160.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 160.0 (+0.0, +0.00%)
hook_ptrace_check_attach ⚪ 44.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 44.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 44.0 (+0.0, +0.00%)
hook_register_netdevice ⚪ 38.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 38.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 38.0 (+0.0, +0.00%)
hook_release_sock ⚪ 41.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 42.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 41.0 (+0.0, +0.00%)
hook_revert_creds ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
hook_rtnl_create_link ⚪ 58.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 61.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 56.0 (+0.0, +0.00%)
hook_security_bpf_map ⚪ 50.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 50.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 50.0 (+0.0, +0.00%)
hook_security_bpf_prog ⚪ 78.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 78.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 78.0 (+0.0, +0.00%)
hook_security_bprm_check ⚪ 172.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%)
hook_security_capable ⚪ 139.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%)
hook_security_file_ioctl ⚪ 1216.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1319.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1114.0 (+0.0, +0.00%)
hook_security_file_mprotect ⚪ 37.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 37.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 37.0 (+0.0, +0.00%)
hook_security_file_truncate ⚪ 2111.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2113.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2109.0 (+0.0, +0.00%)
hook_security_inode_follow_link ⚪ 16.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 16.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 16.0 (+0.0, +0.00%)
hook_security_inode_getattr ⚪ 476.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 476.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 476.0 (+0.0, +0.00%)
hook_security_inode_rmdir ⚪ 4362.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 4366.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 4358.0 (+0.0, +0.00%)
hook_security_inode_setattr ⚪ 2350.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2355.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 2346.0 (+0.0, +0.00%)
hook_security_kernel_module_from_file ⚪ 460.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 460.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 460.0 (+0.0, +0.00%)
hook_security_kernel_read_file ⚪ 460.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 460.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 460.0 (+0.0, +0.00%)
hook_security_mmap_file ⚪ 458.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 458.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 458.0 (+0.0, +0.00%)
hook_security_path_mkdir ⚪ 16.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 16.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 16.0 (+0.0, +0.00%)
hook_security_path_truncate ⚪ 2113.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2115.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2111.0 (+0.0, +0.00%)
hook_security_sb_umount ⚪ 73.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 73.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 73.0 (+0.0, +0.00%)
hook_security_socket_bind ⚪ 75.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 76.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
hook_security_socket_connect ⚪ 75.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 76.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
hook_security_socket_setsockopt ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_security_task_setrlimit ⚪ 43.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 43.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 43.0 (+0.0, +0.00%)
hook_sel_commit_bools_write ⚪ 2314.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2320.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2308.0 (+0.0, +0.00%)
hook_sel_write_bool ⚪ 2311.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2317.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2306.0 (+0.0, +0.00%)
hook_sel_write_disable ⚪ 1715.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1719.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1711.0 (+0.0, +0.00%)
hook_sel_write_enforce ⚪ 1713.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1717.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1710.0 (+0.0, +0.00%)
hook_set_fs_pwd ⚪ 561.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 562.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 561.0 (+0.0, +0.00%)
hook_setup_arg_pages ⚪ 100.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 100.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 100.0 (+0.0, +0.00%)
hook_setup_new_exec_args_envs ⚪ 102.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 102.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 102.0 (+0.0, +0.00%)
hook_setup_new_exec_interp ⚪ 191.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 191.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 191.0 (+0.0, +0.00%)
hook_shmem_fcntl ⚪ 199.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 200.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 199.0 (+0.0, +0.00%)
hook_sk_attach_filter ⚪ 23.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 23.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 23.0 (+0.0, +0.00%)
hook_sk_destruct ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_switch_task_namespaces ⚪ 37.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 37.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 37.0 (+0.0, +0.00%)
hook_terminate_walk ⚪ 2113.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2115.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2111.0 (+0.0, +0.00%)
hook_user_mode_thread ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_vfs_coredump ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_vfs_mkdir ⚪ 496.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 497.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 496.0 (+0.0, +0.00%)
hook_vfs_open ⚪ 2113.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2115.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2111.0 (+0.0, +0.00%)
hook_vfs_removexattr ⚪ 440.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 440.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 440.0 (+0.0, +0.00%)
hook_vfs_rename ⚪ 3100.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 3106.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3094.0 (+0.0, +0.00%)
hook_vfs_setxattr ⚪ 440.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 440.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 440.0 (+0.0, +0.00%)
hook_vfs_truncate ⚪ 2113.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2115.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2111.0 (+0.0, +0.00%)
hook_vfs_unlink ⚪ 2220.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2222.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2218.0 (+0.0, +0.00%)
hook_vm_mmap_pgoff ⚪ 92.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 92.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 92.0 (+0.0, +0.00%)
io_uring_create ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
kprobe__64_compat_sys_bind ⚪ 79.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 79.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 79.0 (+0.0, +0.00%)
kprobe__64_compat_sys_bpf ⚪ 98.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 98.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__64_compat_sys_capset ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_chdir ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
kprobe__64_compat_sys_chmod ⚪ 133.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 134.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 133.0 (+0.0, +0.00%)
kprobe__64_compat_sys_chown ⚪ 139.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%)
kprobe__64_compat_sys_chown16 ⚪ 139.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%)
kprobe__64_compat_sys_connect ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 89.0 (+0.0, +0.00%)
kprobe__64_compat_sys_creat ⚪ 140.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 141.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 140.0 (+0.0, +0.00%)
kprobe__64_compat_sys_delete_module ⚪ 76.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 76.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 76.0 (+0.0, +0.00%)
kprobe__64_compat_sys_execve ⚪ 138.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__64_compat_sys_execveat ⚪ 138.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fchdir ⚪ 113.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 113.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 113.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fchmod ⚪ 119.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 119.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 119.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fchmodat ⚪ 133.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 134.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 133.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fchmodat2 ⚪ 133.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 134.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 133.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fchown ⚪ 123.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 123.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 123.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fchown16 ⚪ 123.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 123.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 123.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fchownat ⚪ 139.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%)
kprobe__64_compat_sys_finit_module ⚪ 89.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 93.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fremovexattr ⚪ 86.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 86.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fsetxattr ⚪ 91.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 91.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 91.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fsmount ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_ftruncate ⚪ 129.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 130.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 129.0 (+0.0, +0.00%)
kprobe__64_compat_sys_futimesat ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
kprobe__64_compat_sys_init_module ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 92.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_compat_sys_kill ⚪ 110.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 110.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 110.0 (+0.0, +0.00%)
kprobe__64_compat_sys_lchown ⚪ 139.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%)
kprobe__64_compat_sys_lchown16 ⚪ 139.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%)
kprobe__64_compat_sys_link ⚪ 148.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 150.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 147.0 (+0.0, +0.00%)
kprobe__64_compat_sys_linkat ⚪ 148.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 150.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 147.0 (+0.0, +0.00%)
kprobe__64_compat_sys_lremovexattr ⚪ 86.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 86.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_compat_sys_lsetxattr ⚪ 91.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 91.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 91.0 (+0.0, +0.00%)
kprobe__64_compat_sys_memfd_create ⚪ 165.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 165.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 165.0 (+0.0, +0.00%)
kprobe__64_compat_sys_mkdir ⚪ 132.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 132.0 (+0.0, +0.00%)
kprobe__64_compat_sys_mkdirat ⚪ 132.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 132.0 (+0.0, +0.00%)
kprobe__64_compat_sys_mount ⚪ 185.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 189.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 182.0 (+0.0, +0.00%)
kprobe__64_compat_sys_move_mount ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_mprotect ⚪ 88.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 88.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 88.0 (+0.0, +0.00%)
kprobe__64_compat_sys_newfstatat ⚪ 79.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 79.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 79.0 (+0.0, +0.00%)
kprobe__64_compat_sys_open ⚪ 141.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 142.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 141.0 (+0.0, +0.00%)
kprobe__64_compat_sys_open_by_handle_at ⚪ 122.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 122.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 122.0 (+0.0, +0.00%)
kprobe__64_compat_sys_open_tree ⚪ 78.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 78.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 78.0 (+0.0, +0.00%)
kprobe__64_compat_sys_openat ⚪ 141.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 142.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 141.0 (+0.0, +0.00%)
kprobe__64_compat_sys_openat2 ⚪ 146.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 147.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 146.0 (+0.0, +0.00%)
kprobe__64_compat_sys_prctl ⚪ 144.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 155.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 134.0 (+0.0, +0.00%)
kprobe__64_compat_sys_prlimit64 ⚪ 151.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 151.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 151.0 (+0.0, +0.00%)
kprobe__64_compat_sys_ptrace ⚪ 200.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 200.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 200.0 (+0.0, +0.00%)
kprobe__64_compat_sys_removexattr ⚪ 86.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 86.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_compat_sys_rename ⚪ 148.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 150.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 147.0 (+0.0, +0.00%)
kprobe__64_compat_sys_renameat ⚪ 148.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 150.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 147.0 (+0.0, +0.00%)
kprobe__64_compat_sys_renameat2 ⚪ 148.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 150.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 147.0 (+0.0, +0.00%)
kprobe__64_compat_sys_rmdir ⚪ 123.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 124.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 123.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setfsgid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setfsgid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setfsuid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setfsuid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setgid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setgid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setregid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setregid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setresgid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setresgid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setresuid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setresuid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setreuid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setreuid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setrlimit ⚪ 148.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 148.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 148.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setsockopt ⚪ 93.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 93.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 93.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setuid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setuid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setxattr ⚪ 91.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 91.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 91.0 (+0.0, +0.00%)
kprobe__64_compat_sys_splice ⚪ 88.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 88.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 88.0 (+0.0, +0.00%)
kprobe__64_compat_sys_truncate ⚪ 138.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__64_compat_sys_unlink ⚪ 130.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 131.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 130.0 (+0.0, +0.00%)
kprobe__64_compat_sys_unlinkat ⚪ 134.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 135.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 134.0 (+0.0, +0.00%)
kprobe__64_compat_sys_unshare ⚪ 78.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 78.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 78.0 (+0.0, +0.00%)
kprobe__64_compat_sys_utime ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
kprobe__64_compat_sys_utime32 ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
kprobe__64_compat_sys_utimensat ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
kprobe__64_compat_sys_utimes ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
kprobe__64_sys_bind ⚪ 79.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 79.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 79.0 (+0.0, +0.00%)
kprobe__64_sys_bpf ⚪ 98.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 98.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__64_sys_capset ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_chdir ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
kprobe__64_sys_chmod ⚪ 133.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 134.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 133.0 (+0.0, +0.00%)
kprobe__64_sys_chown ⚪ 139.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%)
kprobe__64_sys_chown16 ⚪ 139.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%)
kprobe__64_sys_connect ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 89.0 (+0.0, +0.00%)
kprobe__64_sys_creat ⚪ 140.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 141.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 140.0 (+0.0, +0.00%)
kprobe__64_sys_delete_module ⚪ 76.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 76.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 76.0 (+0.0, +0.00%)
kprobe__64_sys_execve ⚪ 138.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__64_sys_execveat ⚪ 138.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__64_sys_fchdir ⚪ 113.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 113.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 113.0 (+0.0, +0.00%)
kprobe__64_sys_fchmod ⚪ 119.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 119.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 119.0 (+0.0, +0.00%)
kprobe__64_sys_fchmodat ⚪ 133.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 134.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 133.0 (+0.0, +0.00%)
kprobe__64_sys_fchmodat2 ⚪ 133.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 134.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 133.0 (+0.0, +0.00%)
kprobe__64_sys_fchown ⚪ 123.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 123.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 123.0 (+0.0, +0.00%)
kprobe__64_sys_fchown16 ⚪ 123.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 123.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 123.0 (+0.0, +0.00%)
kprobe__64_sys_fchownat ⚪ 139.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%)
kprobe__64_sys_finit_module ⚪ 89.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 93.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_sys_fremovexattr ⚪ 86.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 86.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_sys_fsetxattr ⚪ 91.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 91.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 91.0 (+0.0, +0.00%)
kprobe__64_sys_fsmount ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_ftruncate ⚪ 129.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 130.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 129.0 (+0.0, +0.00%)
kprobe__64_sys_futimesat ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
kprobe__64_sys_init_module ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 92.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_sys_kill ⚪ 110.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 110.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 110.0 (+0.0, +0.00%)
kprobe__64_sys_lchown ⚪ 139.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%)
kprobe__64_sys_lchown16 ⚪ 139.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%)
kprobe__64_sys_link ⚪ 148.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 150.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 147.0 (+0.0, +0.00%)
kprobe__64_sys_linkat ⚪ 148.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 150.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 147.0 (+0.0, +0.00%)
kprobe__64_sys_lremovexattr ⚪ 86.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 86.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_sys_lsetxattr ⚪ 91.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 91.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 91.0 (+0.0, +0.00%)
kprobe__64_sys_memfd_create ⚪ 165.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 165.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 165.0 (+0.0, +0.00%)
kprobe__64_sys_mkdir ⚪ 132.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 132.0 (+0.0, +0.00%)
kprobe__64_sys_mkdirat ⚪ 132.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 132.0 (+0.0, +0.00%)
kprobe__64_sys_mount ⚪ 185.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 189.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 182.0 (+0.0, +0.00%)
kprobe__64_sys_move_mount ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_mprotect ⚪ 88.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 88.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 88.0 (+0.0, +0.00%)
kprobe__64_sys_newfstatat ⚪ 79.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 79.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 79.0 (+0.0, +0.00%)
kprobe__64_sys_open ⚪ 141.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 142.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 141.0 (+0.0, +0.00%)
kprobe__64_sys_open_by_handle_at ⚪ 122.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 122.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 122.0 (+0.0, +0.00%)
kprobe__64_sys_open_tree ⚪ 78.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 78.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 78.0 (+0.0, +0.00%)
kprobe__64_sys_openat ⚪ 141.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 142.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 141.0 (+0.0, +0.00%)
kprobe__64_sys_openat2 ⚪ 146.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 147.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 146.0 (+0.0, +0.00%)
kprobe__64_sys_prctl ⚪ 144.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 155.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 134.0 (+0.0, +0.00%)
kprobe__64_sys_prlimit64 ⚪ 151.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 151.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 151.0 (+0.0, +0.00%)
kprobe__64_sys_ptrace ⚪ 200.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 200.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 200.0 (+0.0, +0.00%)
kprobe__64_sys_removexattr ⚪ 86.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 86.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_sys_rename ⚪ 148.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 150.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 147.0 (+0.0, +0.00%)
kprobe__64_sys_renameat ⚪ 148.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 150.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 147.0 (+0.0, +0.00%)
kprobe__64_sys_renameat2 ⚪ 148.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 150.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 147.0 (+0.0, +0.00%)
kprobe__64_sys_rmdir ⚪ 123.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 124.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 123.0 (+0.0, +0.00%)
kprobe__64_sys_setfsgid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setfsgid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setfsuid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setfsuid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setgid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setgid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setregid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setregid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setresgid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setresgid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setresuid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setresuid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setreuid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setreuid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setrlimit ⚪ 148.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 148.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 148.0 (+0.0, +0.00%)
kprobe__64_sys_setsockopt ⚪ 93.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 93.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 93.0 (+0.0, +0.00%)
kprobe__64_sys_setuid ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setuid16 ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setxattr ⚪ 91.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 91.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 91.0 (+0.0, +0.00%)
kprobe__64_sys_splice ⚪ 88.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 88.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 88.0 (+0.0, +0.00%)
kprobe__64_sys_truncate ⚪ 138.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__64_sys_unlink ⚪ 130.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 131.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 130.0 (+0.0, +0.00%)
kprobe__64_sys_unlinkat ⚪ 134.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 135.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 134.0 (+0.0, +0.00%)
kprobe__64_sys_unshare ⚪ 78.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 78.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 78.0 (+0.0, +0.00%)
kprobe__64_sys_utime ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
kprobe__64_sys_utime32 ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
kprobe__64_sys_utimensat ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
kprobe__64_sys_utimes ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_bind ⚪ 1323.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1723.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 924.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_bpf ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_capset ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_chdir ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_chmod ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_chown ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_chown16 ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_connect ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_creat ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_delete_module ⚪ 436.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 437.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 436.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_execve ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_execveat ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchdir ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchmod ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchmodat ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchmodat2 ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchown ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchown16 ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchownat ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_finit_module ⚪ 902.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 903.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 901.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fremovexattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fsetxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_ftruncate ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_futimesat ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_init_module ⚪ 902.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 903.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 901.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_lchown ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_lchown16 ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_link ⚪ 1159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1157.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_linkat ⚪ 1159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1157.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_lremovexattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_lsetxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_memfd_create ⚪ 55.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 55.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 55.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_mkdir ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_mkdirat ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_move_mount ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_mprotect ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_newfstatat ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_open ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_open_by_handle_at ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_open_tree ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_openat ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_openat2 ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_prctl ⚪ 924.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 927.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 922.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_prlimit64 ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_ptrace ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_removexattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_rename ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_renameat ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_renameat2 ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_rmdir ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setfsgid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setfsgid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setfsuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setfsuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setgid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setgid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setregid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setregid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setresgid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setresgid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setresuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setresuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setreuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setreuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setrlimit ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setsockopt ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_splice ⚪ 2704.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2705.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2703.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_truncate ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_umount ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_unlink ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_unlinkat ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_unshare ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_utime ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_utime32 ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_utimensat ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_utimes ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_sys_bind ⚪ 1323.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1723.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 924.0 (+0.0, +0.00%)
kretprobe__64_sys_bpf ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%)
kretprobe__64_sys_capset ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_chdir ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%)
kretprobe__64_sys_chmod ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__64_sys_chown ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_chown16 ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_connect ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%)
kretprobe__64_sys_creat ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_delete_module ⚪ 436.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 437.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 436.0 (+0.0, +0.00%)
kretprobe__64_sys_execve ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_execveat ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_fchdir ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%)
kretprobe__64_sys_fchmod ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__64_sys_fchmodat ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__64_sys_fchmodat2 ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__64_sys_fchown ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_fchown16 ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_fchownat ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_finit_module ⚪ 902.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 903.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 901.0 (+0.0, +0.00%)
kretprobe__64_sys_fremovexattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_sys_fsetxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_sys_ftruncate ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_futimesat ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_sys_init_module ⚪ 902.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 903.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 901.0 (+0.0, +0.00%)
kretprobe__64_sys_lchown ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_lchown16 ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_link ⚪ 1159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1157.0 (+0.0, +0.00%)
kretprobe__64_sys_linkat ⚪ 1159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1157.0 (+0.0, +0.00%)
kretprobe__64_sys_lremovexattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_sys_lsetxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_sys_memfd_create ⚪ 55.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 55.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 55.0 (+0.0, +0.00%)
kretprobe__64_sys_mkdir ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%)
kretprobe__64_sys_mkdirat ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%)
kretprobe__64_sys_move_mount ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_mprotect ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%)
kretprobe__64_sys_newfstatat ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%)
kretprobe__64_sys_open ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_open_by_handle_at ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_open_tree ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_openat ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_openat2 ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_prctl ⚪ 924.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 927.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 922.0 (+0.0, +0.00%)
kretprobe__64_sys_prlimit64 ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%)
kretprobe__64_sys_ptrace ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%)
kretprobe__64_sys_removexattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_sys_rename ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
kretprobe__64_sys_renameat ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
kretprobe__64_sys_renameat2 ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
kretprobe__64_sys_rmdir ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsgid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsgid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setgid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setgid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setregid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setregid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setresgid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setresgid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setresuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setresuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setreuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setreuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setrlimit ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%)
kretprobe__64_sys_setsockopt ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%)
kretprobe__64_sys_setuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_sys_splice ⚪ 2704.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2705.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2703.0 (+0.0, +0.00%)
kretprobe__64_sys_truncate ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_umount ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%)
kretprobe__64_sys_unlink ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%)
kretprobe__64_sys_unlinkat ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%)
kretprobe__64_sys_unshare ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_utime ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_sys_utime32 ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_sys_utimensat ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_sys_utimes ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
module_load ⚪ 932.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 933.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 931.0 (+0.0, +0.00%)
rethook___lookup_hash ⚪ 23.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 23.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 23.0 (+0.0, +0.00%)
rethook_alloc_vfsmnt ⚪ 17.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 17.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 17.0 (+0.0, +0.00%)
rethook_audit_set_loginuid ⚪ 461.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 461.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 461.0 (+0.0, +0.00%)
rethook_check_kill_permission ⚪ 618.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 789.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 448.0 (+0.0, +0.00%)
rethook_dev_new_index ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
rethook_do_linkat ⚪ 1159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1157.0 (+0.0, +0.00%)
rethook_do_mkdirat ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%)
rethook_do_renameat2 ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
rethook_do_rmdir ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%)
rethook_do_unlinkat ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%)
rethook_filename_create ⚪ 23.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 23.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 23.0 (+0.0, +0.00%)
rethook_get_pipe_info ⚪ 118.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 118.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 118.0 (+0.0, +0.00%)
rethook_get_task_pid ⚪ 975.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 975.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 975.0 (+0.0, +0.00%)
rethook_io_bind ⚪ 1323.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1723.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 924.0 (+0.0, +0.00%)
rethook_io_connect ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%)
rethook_io_fsetxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
rethook_io_openat2 ⚪ 749.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 749.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 749.0 (+0.0, +0.00%)
rethook_io_ring_ctx_alloc ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
rethook_io_setxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
rethook_register_netdevice ⚪ 1081.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1081.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1081.0 (+0.0, +0.00%)
rethook_release_sock ⚪ 71.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 71.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 71.0 (+0.0, +0.00%)
rethook_security_capable ⚪ 64.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 64.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 64.0 (+0.0, +0.00%)
rethook_vm_mmap_pgoff ⚪ 2251.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2252.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2251.0 (+0.0, +0.00%)
sched_process_fork ⚪ 757.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 757.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 757.0 (+0.0, +0.00%)
sys_enter ⚪ 1145.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1439.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 851.0 (+0.0, +0.00%)
sys_exit ⚪ 15.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 15.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 15.0 (+0.0, +0.00%)
tail_call_classifier_dns_request ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 155.0 (+0.0, +0.00%)
tail_call_classifier_dns_request_parser ⚪ 20773.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 20773.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 20773.0 (+0.0, +0.00%)
tail_call_classifier_dns_response ⚪ 477.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 477.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 477.0 (+0.0, +0.00%)
tail_call_classifier_imds_request ⚪ 189.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 189.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 189.0 (+0.0, +0.00%)
tail_call_classifier_raw_packet_drop_action_cb ⚪ 159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 159.0 (+0.0, +0.00%)
tail_call_classifier_raw_packet_sender ⚪ 152.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 157.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 148.0 (+0.0, +0.00%)
tail_call_dentry_resolver_ad_filter ⚪ 192.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 192.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 192.0 (+0.0, +0.00%)
tail_call_dentry_resolver_erpc_mmap ⚪ 4422.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 4422.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 4422.0 (+0.0, +0.00%)
tail_call_dentry_resolver_erpc_write_user ⚪ 3939.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 3939.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 3939.0 (+0.0, +0.00%)
tail_call_dentry_resolver_kern ⚪ 14946.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 15004.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 14889.0 (+0.0, +0.00%)
tail_call_dentry_resolver_kern_no_syscall ⚪ 14373.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 14431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 14316.0 (+0.0, +0.00%)
tail_call_dr_cgroup_write_callback ⚪ 68.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 68.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 68.0 (+0.0, +0.00%)
tail_call_dr_chdir_callback ⚪ 839.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1057.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 621.0 (+0.0, +0.00%)
tail_call_dr_link_dst_callback ⚪ 1316.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1657.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 975.0 (+0.0, +0.00%)
tail_call_dr_link_src_callback ⚪ 53.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 53.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 53.0 (+0.0, +0.00%)
tail_call_dr_mkdir_callback ⚪ 1601.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2037.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1165.0 (+0.0, +0.00%)
tail_call_dr_mount_stage_one_callback ⚪ 56.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 56.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 56.0 (+0.0, +0.00%)
tail_call_dr_rename_callback ⚪ 1312.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1653.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 971.0 (+0.0, +0.00%)
tail_call_dr_security_inode_rmdir_callback ⚪ 54.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 54.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 54.0 (+0.0, +0.00%)
tail_call_dr_selinux_callback ⚪ 490.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 490.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 490.0 (+0.0, +0.00%)
tail_call_dr_setattr_callback ⚪ 71.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 71.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 71.0 (+0.0, +0.00%)
tail_call_dr_setxattr_callback ⚪ 67.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 67.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 67.0 (+0.0, +0.00%)
tail_call_dr_unlink_callback ⚪ 53.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 53.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 53.0 (+0.0, +0.00%)
tail_call_get_envs_offset ⚪ 6427.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 8252.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 4603.0 (+0.0, +0.00%)
tail_call_sys_open_ret_cb ⚪ 748.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 748.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 748.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_ad_filter ⚪ 192.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 192.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 192.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_kern ⚪ 14946.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 15004.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 14889.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_kern_no_syscall ⚪ 14373.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 14431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 14316.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_chdir_callback ⚪ 839.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1057.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 621.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_link_dst_callback ⚪ 1316.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1657.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 975.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mkdir_callback ⚪ 1601.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2037.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1165.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mount_stage_one_callback ⚪ 56.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 56.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 56.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_rename_callback ⚪ 1312.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1653.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 971.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_bind_exit ⚪ 1323.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1723.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 924.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_bpf_exit ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chdir_exit ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chmod_exit ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chown_exit ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_commit_creds_exit ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_connect_exit ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_delete_module_exit ⚪ 436.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 437.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 436.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_init_module_exit ⚪ 902.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 903.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 901.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_link_exit ⚪ 1159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1157.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mkdir_exit ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mmap_exit ⚪ 2251.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2252.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2251.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mprotect_exit ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_newfstatat_exit ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_open_exit ⚪ 749.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 749.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 749.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_prctl_exit ⚪ 924.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 927.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 922.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_ptrace_exit ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_removexattr_exit ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_rename_exit ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_rmdir_exit ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setrlimit_exit ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setsockopt_exit ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setxattr_exit ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_splice_exit ⚪ 2704.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2705.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2703.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_umount_exit ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_unlink_exit ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_utimes_exit ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
runtime_security_fentry details

runtime_security_fentry [programs with changes]

Program Avg. complexity Distro with highest complexity Distro with lowest complexity
tail_call_tracepoint_dr_mount_stage_two_callback 🔴 904.0 (+22.0, +2.49%) debian_10/x86_64: 🔴 905.0 (+22.0, +2.49%) ubuntu_18.04/x86_64: 🔴 903.0 (+22.0, +2.50%)
tail_call_tracepoint_handle_sys_mount_exit 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%)

runtime_security_fentry [programs without changes]

Program Avg. complexity Distro with highest complexity Distro with lowest complexity
classifier_egress ⚪ 1431.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1431.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1431.0 (+0.0, +0.00%)
classifier_ingress ⚪ 1431.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1431.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1431.0 (+0.0, +0.00%)
classifier_raw_packet_egress ⚪ 1443.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1444.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1443.0 (+0.0, +0.00%)
classifier_raw_packet_ingress ⚪ 1392.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1393.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1392.0 (+0.0, +0.00%)
io_uring_create ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
module_load ⚪ 932.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 933.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 931.0 (+0.0, +0.00%)
sched_process_fork ⚪ 757.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 757.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 757.0 (+0.0, +0.00%)
sys_enter ⚪ 1145.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1439.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 851.0 (+0.0, +0.00%)
sys_exit ⚪ 15.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 15.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 15.0 (+0.0, +0.00%)
tail_call_classifier_dns_request ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 155.0 (+0.0, +0.00%)
tail_call_classifier_dns_response ⚪ 477.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 477.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 477.0 (+0.0, +0.00%)
tail_call_classifier_imds_request ⚪ 189.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 189.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 189.0 (+0.0, +0.00%)
tail_call_classifier_raw_packet_drop_action_cb ⚪ 159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 159.0 (+0.0, +0.00%)
tail_call_classifier_raw_packet_sender ⚪ 152.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 157.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 148.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_ad_filter ⚪ 192.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 192.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 192.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_chdir_callback ⚪ 839.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1057.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 621.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_link_dst_callback ⚪ 1316.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1657.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 975.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mkdir_callback ⚪ 1601.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2037.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1165.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mount_stage_one_callback ⚪ 56.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 56.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 56.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_rename_callback ⚪ 1312.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1653.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 971.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_bind_exit ⚪ 1323.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1723.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 924.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_bpf_exit ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chdir_exit ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chmod_exit ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chown_exit ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_commit_creds_exit ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_connect_exit ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_delete_module_exit ⚪ 436.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 437.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 436.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_init_module_exit ⚪ 902.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 903.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 901.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_link_exit ⚪ 1159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1157.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mkdir_exit ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mmap_exit ⚪ 2251.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2252.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2251.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mprotect_exit ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_newfstatat_exit ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_open_exit ⚪ 749.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 749.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 749.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_prctl_exit ⚪ 924.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 927.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 922.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_ptrace_exit ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_removexattr_exit ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_rename_exit ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_rmdir_exit ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setrlimit_exit ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setsockopt_exit ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setxattr_exit ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_splice_exit ⚪ 2704.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2705.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2703.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_umount_exit ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_unlink_exit ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_utimes_exit ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
runtime_security_syscall_wrapper details

runtime_security_syscall_wrapper [programs with changes]

Program Avg. complexity Distro with highest complexity Distro with lowest complexity
hook___attach_mnt 🔴 285.0 (+50.0, +21.28%) debian_10/x86_64: 🔴 285.0 (+50.0, +21.28%) debian_10/x86_64: 🔴 285.0 (+50.0, +21.28%)
hook_attach_mnt 🔴 285.0 (+48.0, +20.25%) debian_10/x86_64: 🔴 285.0 (+48.0, +20.25%) debian_10/x86_64: 🔴 285.0 (+48.0, +20.25%)
hook_attach_recursive_mnt 🔴 286.0 (+49.0, +20.68%) debian_10/x86_64: 🔴 286.0 (+49.0, +20.68%) debian_10/x86_64: 🔴 286.0 (+49.0, +20.68%)
hook_clone_mnt 🔴 81.0 (+41.0, +102.50%) debian_10/x86_64: 🔴 81.0 (+41.0, +102.50%) debian_10/x86_64: 🔴 81.0 (+41.0, +102.50%)
hook_mnt_change_mountpoint 🔴 280.0 (+48.0, +20.69%) debian_10/x86_64: 🔴 280.0 (+48.0, +20.69%) debian_10/x86_64: 🔴 280.0 (+48.0, +20.69%)
hook_mnt_set_mountpoint 🔴 281.0 (+48.0, +20.60%) debian_10/x86_64: 🔴 281.0 (+48.0, +20.60%) debian_10/x86_64: 🔴 281.0 (+48.0, +20.60%)
hook_propagate_mnt 🔴 285.0 (+48.0, +20.25%) debian_10/x86_64: 🔴 285.0 (+48.0, +20.25%) debian_10/x86_64: 🔴 285.0 (+48.0, +20.25%)
kretprobe__32_compat_sys_mount 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%)
kretprobe__32_sys_fsmount 🔴 562.0 (+23.0, +4.27%) debian_10/x86_64: 🔴 563.0 (+23.0, +4.26%) ubuntu_18.04/x86_64: 🔴 561.0 (+23.0, +4.28%)
kretprobe__64_sys_fsmount 🔴 562.0 (+23.0, +4.27%) debian_10/x86_64: 🔴 563.0 (+23.0, +4.26%) ubuntu_18.04/x86_64: 🔴 561.0 (+23.0, +4.28%)
kretprobe__64_sys_mount 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%)
rethook_clone_mnt 🔴 650.0 (+117.0, +21.95%) debian_10/x86_64: 🔴 651.0 (+117.0, +21.91%) ubuntu_18.04/x86_64: 🔴 649.0 (+117.0, +21.99%)
tail_call_dr_mount_stage_two_callback 🔴 904.0 (+22.0, +2.49%) debian_10/x86_64: 🔴 905.0 (+22.0, +2.49%) ubuntu_18.04/x86_64: 🔴 903.0 (+22.0, +2.50%)
tail_call_tracepoint_dr_mount_stage_two_callback 🔴 904.0 (+22.0, +2.49%) debian_10/x86_64: 🔴 905.0 (+22.0, +2.49%) ubuntu_18.04/x86_64: 🔴 903.0 (+22.0, +2.50%)
tail_call_tracepoint_handle_sys_mount_exit 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%) debian_10/x86_64: 🔴 253.0 (+13.0, +5.42%)

runtime_security_syscall_wrapper [programs without changes]

Program Avg. complexity Distro with highest complexity Distro with lowest complexity
classifier_egress ⚪ 1431.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1431.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1431.0 (+0.0, +0.00%)
classifier_ingress ⚪ 1431.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1431.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1431.0 (+0.0, +0.00%)
classifier_raw_packet_egress ⚪ 1443.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1444.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1443.0 (+0.0, +0.00%)
classifier_raw_packet_ingress ⚪ 1392.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1393.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1392.0 (+0.0, +0.00%)
hook___dev_change_net_namespace ⚪ 492.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 492.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 492.0 (+0.0, +0.00%)
hook___dev_get_by_index ⚪ 36.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 36.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 36.0 (+0.0, +0.00%)
hook__do_fork ⚪ 109.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 109.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 109.0 (+0.0, +0.00%)
hook_accept ⚪ 786.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 786.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 786.0 (+0.0, +0.00%)
hook_arch_ptrace ⚪ 44.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 44.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 44.0 (+0.0, +0.00%)
hook_audit_set_loginuid ⚪ 73.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 73.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 73.0 (+0.0, +0.00%)
hook_bprm_execve ⚪ 172.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%)
hook_cgroup1_procs_write ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_cgroup1_tasks_write ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_cgroup_procs_open ⚪ 6.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 6.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 6.0 (+0.0, +0.00%)
hook_cgroup_procs_write ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_cgroup_tasks_open ⚪ 6.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 6.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 6.0 (+0.0, +0.00%)
hook_cgroup_tasks_write ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_check_helper_call ⚪ 29.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 29.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 29.0 (+0.0, +0.00%)
hook_check_kill_permission ⚪ 43.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 43.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 43.0 (+0.0, +0.00%)
hook_commit_creds ⚪ 6071.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 6071.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 6071.0 (+0.0, +0.00%)
hook_complete_walk ⚪ 743.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 743.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 743.0 (+0.0, +0.00%)
hook_dev_change_net_namespace ⚪ 492.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 492.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 492.0 (+0.0, +0.00%)
hook_dev_get_valid_name ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_dev_new_index ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_do_coredump ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_do_dentry_open ⚪ 891.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 891.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 891.0 (+0.0, +0.00%)
hook_do_exit ⚪ 803.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 803.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 803.0 (+0.0, +0.00%)
hook_do_fork ⚪ 109.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 109.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 109.0 (+0.0, +0.00%)
hook_do_linkat ⚪ 94.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 94.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 94.0 (+0.0, +0.00%)
hook_do_mkdirat ⚪ 101.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 101.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 101.0 (+0.0, +0.00%)
hook_do_renameat2 ⚪ 93.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 93.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 93.0 (+0.0, +0.00%)
hook_do_rmdir ⚪ 95.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 95.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 95.0 (+0.0, +0.00%)
hook_do_truncate ⚪ 2111.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2113.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2109.0 (+0.0, +0.00%)
hook_do_unlinkat ⚪ 95.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 95.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 95.0 (+0.0, +0.00%)
hook_exit_itimers ⚪ 127.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 128.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
hook_filename_create ⚪ 16.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 16.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 16.0 (+0.0, +0.00%)
hook_filp_close ⚪ 111.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 111.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 111.0 (+0.0, +0.00%)
hook_get_pipe_info ⚪ 378.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 378.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 378.0 (+0.0, +0.00%)
hook_get_unmapped_area ⚪ 17.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 17.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 17.0 (+0.0, +0.00%)
hook_inet6_bind ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_inet_bind ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_io_allocate_scq_urings ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_io_bind ⚪ 115.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 115.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 115.0 (+0.0, +0.00%)
hook_io_connect ⚪ 127.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%)
hook_io_fsetxattr ⚪ 110.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 110.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 110.0 (+0.0, +0.00%)
hook_io_openat ⚪ 180.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 180.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 180.0 (+0.0, +0.00%)
hook_io_openat2 ⚪ 180.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 180.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 180.0 (+0.0, +0.00%)
hook_io_setxattr ⚪ 110.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 110.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 110.0 (+0.0, +0.00%)
hook_io_sq_offload_start ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_kernel_clone ⚪ 109.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 109.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 109.0 (+0.0, +0.00%)
hook_kernel_thread ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_memfd_fcntl ⚪ 199.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 200.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 199.0 (+0.0, +0.00%)
hook_mnt_want_write ⚪ 156.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 156.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 156.0 (+0.0, +0.00%)
hook_mnt_want_write_file ⚪ 80.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 80.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 80.0 (+0.0, +0.00%)
hook_mnt_want_write_file_path ⚪ 80.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 80.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 80.0 (+0.0, +0.00%)
hook_mod_sysfs_setup ⚪ 24.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 24.0 (+0.0, +0.00%)
hook_module_param_sysfs_setup ⚪ 24.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 24.0 (+0.0, +0.00%)
hook_mprotect_fixup ⚪ 1295.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1295.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1295.0 (+0.0, +0.00%)
hook_nf_ct_delete ⚪ 218.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 218.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 218.0 (+0.0, +0.00%)
hook_nf_nat_manip_pkt ⚪ 125.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 125.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 125.0 (+0.0, +0.00%)
hook_nf_nat_packet ⚪ 125.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 125.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 125.0 (+0.0, +0.00%)
hook_on_demand ⚪ 307.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 307.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 307.0 (+0.0, +0.00%)
hook_on_demand_syscall ⚪ 383.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 384.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 382.0 (+0.0, +0.00%)
hook_override_creds ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_path_get ⚪ 139.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 140.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%)
hook_prepare_binprm ⚪ 172.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%)
hook_proc_fd_link ⚪ 1124.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1132.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1116.0 (+0.0, +0.00%)
hook_proc_sys_call_handler ⚪ 160.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 160.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 160.0 (+0.0, +0.00%)
hook_ptrace_check_attach ⚪ 44.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 44.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 44.0 (+0.0, +0.00%)
hook_register_netdevice ⚪ 38.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 38.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 38.0 (+0.0, +0.00%)
hook_release_sock ⚪ 41.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 42.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 41.0 (+0.0, +0.00%)
hook_revert_creds ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
hook_rtnl_create_link ⚪ 58.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 61.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 56.0 (+0.0, +0.00%)
hook_security_bpf_map ⚪ 50.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 50.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 50.0 (+0.0, +0.00%)
hook_security_bpf_prog ⚪ 78.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 78.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 78.0 (+0.0, +0.00%)
hook_security_bprm_check ⚪ 172.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%)
hook_security_capable ⚪ 139.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%)
hook_security_file_ioctl ⚪ 1216.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1319.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1114.0 (+0.0, +0.00%)
hook_security_file_mprotect ⚪ 37.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 37.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 37.0 (+0.0, +0.00%)
hook_security_file_truncate ⚪ 2111.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2113.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2109.0 (+0.0, +0.00%)
hook_security_inode_follow_link ⚪ 16.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 16.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 16.0 (+0.0, +0.00%)
hook_security_inode_getattr ⚪ 476.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 476.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 476.0 (+0.0, +0.00%)
hook_security_inode_rmdir ⚪ 4362.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 4366.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 4358.0 (+0.0, +0.00%)
hook_security_inode_setattr ⚪ 2350.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2355.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 2346.0 (+0.0, +0.00%)
hook_security_kernel_module_from_file ⚪ 460.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 460.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 460.0 (+0.0, +0.00%)
hook_security_kernel_read_file ⚪ 460.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 460.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 460.0 (+0.0, +0.00%)
hook_security_mmap_file ⚪ 458.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 458.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 458.0 (+0.0, +0.00%)
hook_security_path_mkdir ⚪ 16.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 16.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 16.0 (+0.0, +0.00%)
hook_security_path_truncate ⚪ 2113.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2115.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2111.0 (+0.0, +0.00%)
hook_security_sb_umount ⚪ 73.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 73.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 73.0 (+0.0, +0.00%)
hook_security_socket_bind ⚪ 75.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 76.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
hook_security_socket_connect ⚪ 75.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 76.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
hook_security_socket_setsockopt ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_security_task_setrlimit ⚪ 43.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 43.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 43.0 (+0.0, +0.00%)
hook_sel_commit_bools_write ⚪ 2314.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2320.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2308.0 (+0.0, +0.00%)
hook_sel_write_bool ⚪ 2311.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2317.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2306.0 (+0.0, +0.00%)
hook_sel_write_disable ⚪ 1715.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1719.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1711.0 (+0.0, +0.00%)
hook_sel_write_enforce ⚪ 1713.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1717.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1710.0 (+0.0, +0.00%)
hook_set_fs_pwd ⚪ 561.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 562.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 561.0 (+0.0, +0.00%)
hook_setup_arg_pages ⚪ 100.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 100.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 100.0 (+0.0, +0.00%)
hook_setup_new_exec_args_envs ⚪ 102.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 102.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 102.0 (+0.0, +0.00%)
hook_setup_new_exec_interp ⚪ 191.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 191.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 191.0 (+0.0, +0.00%)
hook_shmem_fcntl ⚪ 199.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 200.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 199.0 (+0.0, +0.00%)
hook_sk_attach_filter ⚪ 23.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 23.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 23.0 (+0.0, +0.00%)
hook_sk_destruct ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_switch_task_namespaces ⚪ 37.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 37.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 37.0 (+0.0, +0.00%)
hook_terminate_walk ⚪ 2113.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2115.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2111.0 (+0.0, +0.00%)
hook_user_mode_thread ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_vfs_coredump ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_vfs_mkdir ⚪ 496.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 497.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 496.0 (+0.0, +0.00%)
hook_vfs_open ⚪ 2113.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2115.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2111.0 (+0.0, +0.00%)
hook_vfs_removexattr ⚪ 440.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 440.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 440.0 (+0.0, +0.00%)
hook_vfs_rename ⚪ 3100.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 3106.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3094.0 (+0.0, +0.00%)
hook_vfs_setxattr ⚪ 440.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 440.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 440.0 (+0.0, +0.00%)
hook_vfs_truncate ⚪ 2113.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2115.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2111.0 (+0.0, +0.00%)
hook_vfs_unlink ⚪ 2220.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2222.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2218.0 (+0.0, +0.00%)
hook_vm_mmap_pgoff ⚪ 92.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 92.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 92.0 (+0.0, +0.00%)
io_uring_create ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
kprobe__32_compat_sys_ftruncate ⚪ 130.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 131.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 130.0 (+0.0, +0.00%)
kprobe__32_compat_sys_futimesat ⚪ 139.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__32_compat_sys_mount ⚪ 204.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 208.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 200.0 (+0.0, +0.00%)
kprobe__32_compat_sys_open ⚪ 157.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 158.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 156.0 (+0.0, +0.00%)
kprobe__32_compat_sys_open_by_handle_at ⚪ 138.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__32_compat_sys_openat ⚪ 163.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 164.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 162.0 (+0.0, +0.00%)
kprobe__32_compat_sys_truncate ⚪ 144.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 145.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 143.0 (+0.0, +0.00%)
kprobe__32_compat_sys_utime ⚪ 132.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 131.0 (+0.0, +0.00%)
kprobe__32_compat_sys_utimensat ⚪ 139.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__32_compat_sys_utimes ⚪ 132.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 131.0 (+0.0, +0.00%)
kprobe__32_sys_bind ⚪ 97.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 98.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 97.0 (+0.0, +0.00%)
kprobe__32_sys_bpf ⚪ 116.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 117.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 116.0 (+0.0, +0.00%)
kprobe__32_sys_capset ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_chdir ⚪ 132.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 131.0 (+0.0, +0.00%)
kprobe__32_sys_chmod ⚪ 145.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 146.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 144.0 (+0.0, +0.00%)
kprobe__32_sys_chown ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 156.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 154.0 (+0.0, +0.00%)
kprobe__32_sys_chown16 ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 156.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 154.0 (+0.0, +0.00%)
kprobe__32_sys_connect ⚪ 107.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 108.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 107.0 (+0.0, +0.00%)
kprobe__32_sys_creat ⚪ 152.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 153.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 151.0 (+0.0, +0.00%)
kprobe__32_sys_delete_module ⚪ 81.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 82.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 81.0 (+0.0, +0.00%)
kprobe__32_sys_execve ⚪ 157.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 158.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 156.0 (+0.0, +0.00%)
kprobe__32_sys_execveat ⚪ 163.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 164.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 162.0 (+0.0, +0.00%)
kprobe__32_sys_fchdir ⚪ 118.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 119.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 118.0 (+0.0, +0.00%)
kprobe__32_sys_fchmod ⚪ 130.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 131.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 130.0 (+0.0, +0.00%)
kprobe__32_sys_fchmodat ⚪ 151.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 152.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 150.0 (+0.0, +0.00%)
kprobe__32_sys_fchmodat2 ⚪ 157.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 158.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 156.0 (+0.0, +0.00%)
kprobe__32_sys_fchown ⚪ 137.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 138.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 137.0 (+0.0, +0.00%)
kprobe__32_sys_fchown16 ⚪ 137.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 138.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 137.0 (+0.0, +0.00%)
kprobe__32_sys_fchownat ⚪ 161.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 162.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 160.0 (+0.0, +0.00%)
kprobe__32_sys_finit_module ⚪ 108.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 112.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 104.0 (+0.0, +0.00%)
kprobe__32_sys_fremovexattr ⚪ 98.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 99.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__32_sys_fsetxattr ⚪ 103.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 104.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 103.0 (+0.0, +0.00%)
kprobe__32_sys_fsmount ⚪ 92.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 93.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 92.0 (+0.0, +0.00%)
kprobe__32_sys_futimesat_time32 ⚪ 139.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__32_sys_init_module ⚪ 107.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 111.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 104.0 (+0.0, +0.00%)
kprobe__32_sys_kill ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 126.0 (+0.0, +0.00%)
kprobe__32_sys_lchown ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 156.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 154.0 (+0.0, +0.00%)
kprobe__32_sys_lchown16 ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 156.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 154.0 (+0.0, +0.00%)
kprobe__32_sys_link ⚪ 161.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 163.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 159.0 (+0.0, +0.00%)
kprobe__32_sys_linkat ⚪ 173.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 175.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 171.0 (+0.0, +0.00%)
kprobe__32_sys_lremovexattr ⚪ 98.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 99.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__32_sys_lsetxattr ⚪ 103.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 104.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 103.0 (+0.0, +0.00%)
kprobe__32_sys_memfd_create ⚪ 176.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 177.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 176.0 (+0.0, +0.00%)
kprobe__32_sys_mkdir ⚪ 145.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 146.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 144.0 (+0.0, +0.00%)
kprobe__32_sys_mkdirat ⚪ 151.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 152.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 150.0 (+0.0, +0.00%)
kprobe__32_sys_move_mount ⚪ 98.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 99.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__32_sys_mprotect ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 89.0 (+0.0, +0.00%)
kprobe__32_sys_newfstatat ⚪ 80.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 80.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 80.0 (+0.0, +0.00%)
kprobe__32_sys_open_tree ⚪ 96.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 97.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 96.0 (+0.0, +0.00%)
kprobe__32_sys_openat2 ⚪ 171.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 170.0 (+0.0, +0.00%)
kprobe__32_sys_prctl ⚪ 156.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 167.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 145.0 (+0.0, +0.00%)
kprobe__32_sys_prlimit64 ⚪ 280.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 281.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 280.0 (+0.0, +0.00%)
kprobe__32_sys_ptrace ⚪ 369.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 370.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 369.0 (+0.0, +0.00%)
kprobe__32_sys_removexattr ⚪ 98.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 99.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__32_sys_rename ⚪ 161.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 163.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 159.0 (+0.0, +0.00%)
kprobe__32_sys_renameat ⚪ 173.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 175.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 171.0 (+0.0, +0.00%)
kprobe__32_sys_renameat2 ⚪ 173.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 175.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 171.0 (+0.0, +0.00%)
kprobe__32_sys_rmdir ⚪ 129.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 130.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 128.0 (+0.0, +0.00%)
kprobe__32_sys_setfsgid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setfsgid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setfsuid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setfsuid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setgid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setgid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setregid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setregid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setresgid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setresgid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setresuid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setresuid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setreuid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setreuid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setrlimit ⚪ 265.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 266.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 265.0 (+0.0, +0.00%)
kprobe__32_sys_setsockopt ⚪ 111.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 112.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 111.0 (+0.0, +0.00%)
kprobe__32_sys_setuid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setuid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setxattr ⚪ 103.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 104.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 103.0 (+0.0, +0.00%)
kprobe__32_sys_splice ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 89.0 (+0.0, +0.00%)
kprobe__32_sys_unlink ⚪ 136.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 137.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 135.0 (+0.0, +0.00%)
kprobe__32_sys_unlinkat ⚪ 150.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 151.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 149.0 (+0.0, +0.00%)
kprobe__32_sys_unshare ⚪ 83.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 84.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 83.0 (+0.0, +0.00%)
kprobe__32_sys_utime32 ⚪ 132.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 131.0 (+0.0, +0.00%)
kprobe__32_sys_utimensat_time32 ⚪ 139.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__32_sys_utimes_time32 ⚪ 132.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 131.0 (+0.0, +0.00%)
kprobe__64_sys_bind ⚪ 97.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 98.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 97.0 (+0.0, +0.00%)
kprobe__64_sys_bpf ⚪ 116.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 117.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 116.0 (+0.0, +0.00%)
kprobe__64_sys_capset ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_chdir ⚪ 132.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 131.0 (+0.0, +0.00%)
kprobe__64_sys_chmod ⚪ 145.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 146.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 144.0 (+0.0, +0.00%)
kprobe__64_sys_chown ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 156.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 154.0 (+0.0, +0.00%)
kprobe__64_sys_chown16 ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 156.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 154.0 (+0.0, +0.00%)
kprobe__64_sys_connect ⚪ 107.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 108.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 107.0 (+0.0, +0.00%)
kprobe__64_sys_creat ⚪ 152.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 153.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 151.0 (+0.0, +0.00%)
kprobe__64_sys_delete_module ⚪ 81.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 82.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 81.0 (+0.0, +0.00%)
kprobe__64_sys_execve ⚪ 157.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 158.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 156.0 (+0.0, +0.00%)
kprobe__64_sys_execveat ⚪ 163.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 164.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 162.0 (+0.0, +0.00%)
kprobe__64_sys_fchdir ⚪ 118.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 119.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 118.0 (+0.0, +0.00%)
kprobe__64_sys_fchmod ⚪ 130.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 131.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 130.0 (+0.0, +0.00%)
kprobe__64_sys_fchmodat ⚪ 151.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 152.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 150.0 (+0.0, +0.00%)
kprobe__64_sys_fchmodat2 ⚪ 157.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 158.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 156.0 (+0.0, +0.00%)
kprobe__64_sys_fchown ⚪ 137.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 138.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 137.0 (+0.0, +0.00%)
kprobe__64_sys_fchown16 ⚪ 137.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 138.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 137.0 (+0.0, +0.00%)
kprobe__64_sys_fchownat ⚪ 161.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 162.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 160.0 (+0.0, +0.00%)
kprobe__64_sys_finit_module ⚪ 108.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 112.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 104.0 (+0.0, +0.00%)
kprobe__64_sys_fremovexattr ⚪ 98.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 99.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__64_sys_fsetxattr ⚪ 103.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 104.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 103.0 (+0.0, +0.00%)
kprobe__64_sys_fsmount ⚪ 92.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 93.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 92.0 (+0.0, +0.00%)
kprobe__64_sys_ftruncate ⚪ 130.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 131.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 130.0 (+0.0, +0.00%)
kprobe__64_sys_futimesat ⚪ 139.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__64_sys_futimesat_time32 ⚪ 139.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__64_sys_init_module ⚪ 107.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 111.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 104.0 (+0.0, +0.00%)
kprobe__64_sys_kill ⚪ 126.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 127.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 126.0 (+0.0, +0.00%)
kprobe__64_sys_lchown ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 156.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 154.0 (+0.0, +0.00%)
kprobe__64_sys_lchown16 ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 156.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 154.0 (+0.0, +0.00%)
kprobe__64_sys_link ⚪ 161.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 163.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 159.0 (+0.0, +0.00%)
kprobe__64_sys_linkat ⚪ 173.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 175.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 171.0 (+0.0, +0.00%)
kprobe__64_sys_lremovexattr ⚪ 98.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 99.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__64_sys_lsetxattr ⚪ 103.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 104.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 103.0 (+0.0, +0.00%)
kprobe__64_sys_memfd_create ⚪ 176.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 177.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 176.0 (+0.0, +0.00%)
kprobe__64_sys_mkdir ⚪ 145.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 146.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 144.0 (+0.0, +0.00%)
kprobe__64_sys_mkdirat ⚪ 151.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 152.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 150.0 (+0.0, +0.00%)
kprobe__64_sys_mount ⚪ 204.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 208.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 200.0 (+0.0, +0.00%)
kprobe__64_sys_move_mount ⚪ 98.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 99.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__64_sys_mprotect ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 89.0 (+0.0, +0.00%)
kprobe__64_sys_newfstatat ⚪ 80.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 80.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 80.0 (+0.0, +0.00%)
kprobe__64_sys_open ⚪ 157.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 158.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 156.0 (+0.0, +0.00%)
kprobe__64_sys_open_by_handle_at ⚪ 138.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 139.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__64_sys_open_tree ⚪ 96.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 97.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 96.0 (+0.0, +0.00%)
kprobe__64_sys_openat ⚪ 163.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 164.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 162.0 (+0.0, +0.00%)
kprobe__64_sys_openat2 ⚪ 171.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 170.0 (+0.0, +0.00%)
kprobe__64_sys_prctl ⚪ 156.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 167.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 145.0 (+0.0, +0.00%)
kprobe__64_sys_prlimit64 ⚪ 280.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 281.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 280.0 (+0.0, +0.00%)
kprobe__64_sys_ptrace ⚪ 369.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 370.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 369.0 (+0.0, +0.00%)
kprobe__64_sys_removexattr ⚪ 98.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 99.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__64_sys_rename ⚪ 161.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 163.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 159.0 (+0.0, +0.00%)
kprobe__64_sys_renameat ⚪ 173.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 175.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 171.0 (+0.0, +0.00%)
kprobe__64_sys_renameat2 ⚪ 173.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 175.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 171.0 (+0.0, +0.00%)
kprobe__64_sys_rmdir ⚪ 129.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 130.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 128.0 (+0.0, +0.00%)
kprobe__64_sys_setfsgid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setfsgid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setfsuid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setfsuid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setgid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setgid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setregid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setregid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setresgid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setresgid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setresuid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setresuid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setreuid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setreuid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setrlimit ⚪ 265.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 266.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 265.0 (+0.0, +0.00%)
kprobe__64_sys_setsockopt ⚪ 111.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 112.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 111.0 (+0.0, +0.00%)
kprobe__64_sys_setuid ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setuid16 ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setxattr ⚪ 103.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 104.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 103.0 (+0.0, +0.00%)
kprobe__64_sys_splice ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 89.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 89.0 (+0.0, +0.00%)
kprobe__64_sys_truncate ⚪ 144.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 145.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 143.0 (+0.0, +0.00%)
kprobe__64_sys_unlink ⚪ 136.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 137.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 135.0 (+0.0, +0.00%)
kprobe__64_sys_unlinkat ⚪ 150.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 151.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 149.0 (+0.0, +0.00%)
kprobe__64_sys_unshare ⚪ 83.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 84.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 83.0 (+0.0, +0.00%)
kprobe__64_sys_utime ⚪ 132.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 131.0 (+0.0, +0.00%)
kprobe__64_sys_utime32 ⚪ 132.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 131.0 (+0.0, +0.00%)
kprobe__64_sys_utimensat ⚪ 139.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__64_sys_utimensat_time32 ⚪ 139.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 140.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__64_sys_utimes ⚪ 132.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 131.0 (+0.0, +0.00%)
kprobe__64_sys_utimes_time32 ⚪ 132.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 133.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 131.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_ftruncate ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_futimesat ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_open ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_open_by_handle_at ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_openat ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_truncate ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_utime ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_utimensat ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_utimes ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__32_sys_bind ⚪ 1323.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1723.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 924.0 (+0.0, +0.00%)
kretprobe__32_sys_bpf ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%)
kretprobe__32_sys_capset ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_chdir ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%)
kretprobe__32_sys_chmod ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__32_sys_chown ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__32_sys_chown16 ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__32_sys_connect ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%)
kretprobe__32_sys_creat ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_sys_delete_module ⚪ 436.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 437.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 436.0 (+0.0, +0.00%)
kretprobe__32_sys_execve ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__32_sys_execveat ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__32_sys_fchdir ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%)
kretprobe__32_sys_fchmod ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__32_sys_fchmodat ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__32_sys_fchmodat2 ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__32_sys_fchown ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__32_sys_fchown16 ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__32_sys_fchownat ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__32_sys_finit_module ⚪ 902.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 903.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 901.0 (+0.0, +0.00%)
kretprobe__32_sys_fremovexattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__32_sys_fsetxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__32_sys_futimesat_time32 ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__32_sys_init_module ⚪ 902.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 903.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 901.0 (+0.0, +0.00%)
kretprobe__32_sys_lchown ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__32_sys_lchown16 ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__32_sys_link ⚪ 1159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1157.0 (+0.0, +0.00%)
kretprobe__32_sys_linkat ⚪ 1159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1157.0 (+0.0, +0.00%)
kretprobe__32_sys_lremovexattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__32_sys_lsetxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__32_sys_memfd_create ⚪ 55.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 55.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 55.0 (+0.0, +0.00%)
kretprobe__32_sys_mkdir ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%)
kretprobe__32_sys_mkdirat ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%)
kretprobe__32_sys_move_mount ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__32_sys_mprotect ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%)
kretprobe__32_sys_newfstatat ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%)
kretprobe__32_sys_open_tree ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__32_sys_openat2 ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_sys_prctl ⚪ 924.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 927.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 922.0 (+0.0, +0.00%)
kretprobe__32_sys_prlimit64 ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%)
kretprobe__32_sys_ptrace ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%)
kretprobe__32_sys_removexattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__32_sys_rename ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
kretprobe__32_sys_renameat ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
kretprobe__32_sys_renameat2 ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
kretprobe__32_sys_rmdir ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%)
kretprobe__32_sys_setfsgid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setfsgid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setfsuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setfsuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setgid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setgid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setregid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setregid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setresgid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setresgid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setresuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setresuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setreuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setreuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setrlimit ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%)
kretprobe__32_sys_setsockopt ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%)
kretprobe__32_sys_setuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__32_sys_setxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__32_sys_splice ⚪ 2704.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2705.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2703.0 (+0.0, +0.00%)
kretprobe__32_sys_umount ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%)
kretprobe__32_sys_unlink ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%)
kretprobe__32_sys_unlinkat ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%)
kretprobe__32_sys_unshare ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__32_sys_utime32 ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__32_sys_utimensat_time32 ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__32_sys_utimes_time32 ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_sys_bind ⚪ 1323.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1723.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 924.0 (+0.0, +0.00%)
kretprobe__64_sys_bpf ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%)
kretprobe__64_sys_capset ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_chdir ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%)
kretprobe__64_sys_chmod ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__64_sys_chown ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_chown16 ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_connect ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%)
kretprobe__64_sys_creat ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_delete_module ⚪ 436.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 437.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 436.0 (+0.0, +0.00%)
kretprobe__64_sys_execve ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_execveat ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_fchdir ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%)
kretprobe__64_sys_fchmod ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__64_sys_fchmodat ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__64_sys_fchmodat2 ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
kretprobe__64_sys_fchown ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_fchown16 ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_fchownat ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_finit_module ⚪ 902.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 903.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 901.0 (+0.0, +0.00%)
kretprobe__64_sys_fremovexattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_sys_fsetxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_sys_ftruncate ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_futimesat ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_sys_futimesat_time32 ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_sys_init_module ⚪ 902.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 903.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 901.0 (+0.0, +0.00%)
kretprobe__64_sys_lchown ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_lchown16 ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_link ⚪ 1159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1157.0 (+0.0, +0.00%)
kretprobe__64_sys_linkat ⚪ 1159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1157.0 (+0.0, +0.00%)
kretprobe__64_sys_lremovexattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_sys_lsetxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_sys_memfd_create ⚪ 55.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 55.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 55.0 (+0.0, +0.00%)
kretprobe__64_sys_mkdir ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%)
kretprobe__64_sys_mkdirat ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%)
kretprobe__64_sys_move_mount ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_mprotect ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%)
kretprobe__64_sys_newfstatat ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%)
kretprobe__64_sys_open ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_open_by_handle_at ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_open_tree ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_openat ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_openat2 ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_prctl ⚪ 924.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 927.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 922.0 (+0.0, +0.00%)
kretprobe__64_sys_prlimit64 ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%)
kretprobe__64_sys_ptrace ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%)
kretprobe__64_sys_removexattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_sys_rename ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
kretprobe__64_sys_renameat ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
kretprobe__64_sys_renameat2 ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
kretprobe__64_sys_rmdir ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsgid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsgid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setgid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setgid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setregid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setregid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setresgid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setresgid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setresuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setresuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setreuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setreuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setrlimit ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%)
kretprobe__64_sys_setsockopt ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%)
kretprobe__64_sys_setuid ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setuid16 ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
kretprobe__64_sys_setxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
kretprobe__64_sys_splice ⚪ 2704.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2705.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2703.0 (+0.0, +0.00%)
kretprobe__64_sys_truncate ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_umount ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%)
kretprobe__64_sys_unlink ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%)
kretprobe__64_sys_unlinkat ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%)
kretprobe__64_sys_unshare ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_utime ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_sys_utime32 ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_sys_utimensat ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_sys_utimensat_time32 ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_sys_utimes ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
kretprobe__64_sys_utimes_time32 ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)
module_load ⚪ 932.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 933.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 931.0 (+0.0, +0.00%)
rethook___lookup_hash ⚪ 23.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 23.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 23.0 (+0.0, +0.00%)
rethook_alloc_vfsmnt ⚪ 17.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 17.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 17.0 (+0.0, +0.00%)
rethook_audit_set_loginuid ⚪ 461.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 461.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 461.0 (+0.0, +0.00%)
rethook_check_kill_permission ⚪ 618.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 789.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 448.0 (+0.0, +0.00%)
rethook_dev_new_index ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
rethook_do_linkat ⚪ 1159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1157.0 (+0.0, +0.00%)
rethook_do_mkdirat ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%)
rethook_do_renameat2 ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
rethook_do_rmdir ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%)
rethook_do_unlinkat ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%)
rethook_filename_create ⚪ 23.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 23.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 23.0 (+0.0, +0.00%)
rethook_get_pipe_info ⚪ 118.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 118.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 118.0 (+0.0, +0.00%)
rethook_get_task_pid ⚪ 975.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 975.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 975.0 (+0.0, +0.00%)
rethook_io_bind ⚪ 1323.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1723.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 924.0 (+0.0, +0.00%)
rethook_io_connect ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%)
rethook_io_fsetxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
rethook_io_openat2 ⚪ 749.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 749.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 749.0 (+0.0, +0.00%)
rethook_io_ring_ctx_alloc ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 13.0 (+0.0, +0.00%)
rethook_io_setxattr ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
rethook_register_netdevice ⚪ 1081.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1081.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1081.0 (+0.0, +0.00%)
rethook_release_sock ⚪ 71.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 71.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 71.0 (+0.0, +0.00%)
rethook_security_capable ⚪ 64.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 64.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 64.0 (+0.0, +0.00%)
rethook_vm_mmap_pgoff ⚪ 2251.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2252.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2251.0 (+0.0, +0.00%)
sched_process_fork ⚪ 757.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 757.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 757.0 (+0.0, +0.00%)
sys_enter ⚪ 1145.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1439.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 851.0 (+0.0, +0.00%)
sys_exit ⚪ 15.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 15.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 15.0 (+0.0, +0.00%)
tail_call_classifier_dns_request ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 155.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 155.0 (+0.0, +0.00%)
tail_call_classifier_dns_request_parser ⚪ 20773.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 20773.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 20773.0 (+0.0, +0.00%)
tail_call_classifier_dns_response ⚪ 477.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 477.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 477.0 (+0.0, +0.00%)
tail_call_classifier_imds_request ⚪ 189.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 189.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 189.0 (+0.0, +0.00%)
tail_call_classifier_raw_packet_drop_action_cb ⚪ 159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 159.0 (+0.0, +0.00%)
tail_call_classifier_raw_packet_sender ⚪ 152.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 157.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 148.0 (+0.0, +0.00%)
tail_call_dentry_resolver_ad_filter ⚪ 192.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 192.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 192.0 (+0.0, +0.00%)
tail_call_dentry_resolver_erpc_mmap ⚪ 4422.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 4422.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 4422.0 (+0.0, +0.00%)
tail_call_dentry_resolver_erpc_write_user ⚪ 3939.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 3939.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 3939.0 (+0.0, +0.00%)
tail_call_dentry_resolver_kern ⚪ 14946.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 15004.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 14889.0 (+0.0, +0.00%)
tail_call_dentry_resolver_kern_no_syscall ⚪ 14373.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 14431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 14316.0 (+0.0, +0.00%)
tail_call_dr_cgroup_write_callback ⚪ 68.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 68.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 68.0 (+0.0, +0.00%)
tail_call_dr_chdir_callback ⚪ 839.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1057.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 621.0 (+0.0, +0.00%)
tail_call_dr_link_dst_callback ⚪ 1316.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1657.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 975.0 (+0.0, +0.00%)
tail_call_dr_link_src_callback ⚪ 53.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 53.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 53.0 (+0.0, +0.00%)
tail_call_dr_mkdir_callback ⚪ 1601.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2037.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1165.0 (+0.0, +0.00%)
tail_call_dr_mount_stage_one_callback ⚪ 56.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 56.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 56.0 (+0.0, +0.00%)
tail_call_dr_rename_callback ⚪ 1312.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1653.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 971.0 (+0.0, +0.00%)
tail_call_dr_security_inode_rmdir_callback ⚪ 54.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 54.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 54.0 (+0.0, +0.00%)
tail_call_dr_selinux_callback ⚪ 490.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 490.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 490.0 (+0.0, +0.00%)
tail_call_dr_setattr_callback ⚪ 71.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 71.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 71.0 (+0.0, +0.00%)
tail_call_dr_setxattr_callback ⚪ 67.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 67.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 67.0 (+0.0, +0.00%)
tail_call_dr_unlink_callback ⚪ 53.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 53.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 53.0 (+0.0, +0.00%)
tail_call_get_envs_offset ⚪ 6427.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 8252.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 4603.0 (+0.0, +0.00%)
tail_call_sys_open_ret_cb ⚪ 748.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 748.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 748.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_ad_filter ⚪ 192.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 192.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 192.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_kern ⚪ 14946.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 15004.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 14889.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_kern_no_syscall ⚪ 14373.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 14431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 14316.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_chdir_callback ⚪ 839.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1057.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 621.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_link_dst_callback ⚪ 1316.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1657.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 975.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mkdir_callback ⚪ 1601.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2037.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1165.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mount_stage_one_callback ⚪ 56.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 56.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 56.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_rename_callback ⚪ 1312.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1653.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 971.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_bind_exit ⚪ 1323.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1723.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 924.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_bpf_exit ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1947.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chdir_exit ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 469.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chmod_exit ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 830.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chown_exit ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 832.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_commit_creds_exit ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1322.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_connect_exit ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1005.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_delete_module_exit ⚪ 436.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 437.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 436.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_init_module_exit ⚪ 902.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 903.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 901.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_link_exit ⚪ 1159.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1157.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mkdir_exit ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 478.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mmap_exit ⚪ 2251.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2252.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2251.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mprotect_exit ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 739.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_newfstatat_exit ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 25.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_open_exit ⚪ 749.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 749.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 749.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_prctl_exit ⚪ 924.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 927.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 922.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_ptrace_exit ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 433.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_removexattr_exit ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_rename_exit ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 755.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_rmdir_exit ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 986.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setrlimit_exit ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 443.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setsockopt_exit ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 306.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setxattr_exit ⚪ 1522.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1523.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1521.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_splice_exit ⚪ 2704.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 2705.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2703.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_umount_exit ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 607.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_unlink_exit ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 1783.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_utimes_exit ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 840.0 (+0.0, +0.00%)

This report was generated based on the complexity data for the current branch regis.desgroppes/abld-300 (pipeline 84292710, commit 3f01b6c) and the base branch main (commit 96695f6). Objects without changes are not reported. Contact #ebpf-platform if you have any questions/feedback.

Table complexity legend: 🔵 - new; ⚪ - unchanged; 🟢 - reduced; 🔴 - increased

@dd-mergequeue dd-mergequeue bot merged commit 1332863 into main Nov 27, 2025
561 checks passed
@dd-mergequeue dd-mergequeue bot deleted the regis.desgroppes/abld-300 branch November 27, 2025 19:52
@github-actions github-actions bot added this to the 7.74.0 milestone Nov 27, 2025
chouquette pushed a commit that referenced this pull request Nov 28, 2025
### What does this PR do?
It generalizes `bazel` CI configuration to make nested `bazel[isk]` invocations in `omnibus` scripts and `invoke` tasks automatically benefit from `bazel --config=ci` (single point of maintenance defined in `.bazelrc`) as well as applicable caching.

### Motivation
The GitLab cache used so far for ephemeral runners was only benefiting top-level `bazel` commands used in smoke tests and linters. It didn't benefit nested `bazel` invocations, nor were settings implied by `--config=ci` because `tools/bazel[.bat]` hook scripts had no clue they were running in CI.

The GitLab cache configuration used to be too tricky to generalize due to the many environment variables involved, that's why the present approach consists in limiting them to only 2 environment variables:
- `CI`: to trigger `bazel --config=ci`.
    The presence of this variable is anyway a _de facto_ standard leveraged by existing tools, of which in-house `dda`,
- `XDG_CACHE_HOME`: root directory for both `bazelisk` and `bazel` caches.
    Originating from Linux/BSD ecosystems, this variable is also honored by `bazel` (8.4.0+) on macOS and I filed a feature request to get it honored on Windows - meanwhile we "emulate" it there via `--output_user_root=$XDG_CACHE_HOME/bazel` (only remaining path explicitly passed to `bazel`).

### Additional Notes
1. simplified wrapper scripts:
    - require that `$XDG_CACHE_HOME` denotes a directory in CI,
    - shrunk down ephemeral `.user.bazelrc` to the bare minimum,
2. standardized cache location via `XDG_CACHE_HOME` per runner type:
    - persistent Linux runners (only used for top-level `bazel` commands): `/data/bzl` (on persistent volume), now also for AArch64 (aka ARM64),
    - "ephemeral" Linux/macOS runners: `$CI_PROJECT_DIR/.cache`, because GitLab requires cacheable paths to reside below `$CI_PROJECT_DIR`,
    - Windows runners: `c:/bzl` (but `$RUNNER_TEMP_PROJECT_DIR` should be fine too if we get rid of `msbuild`, @alopezz to confirm or deny),
3. replaced `omnibus` cache insertions by a combined cache extension comprising both `bazel` caches as well as the `omnibus` cache definition. The latter is of course aimed at vanishing at the end of the ongoing transition, hence the name: `omnibus-transition`,
4. passed `CI` to `docker run`s in order to fail if we forget to propagate `XDG_CACHE_HOME` when enabling `bazel` there.

References:
- CI environment variable semantics: https://stackoverflow.com/a/64289573
- Bazel directory structure: https://bazel.build/remote/output-directories#layout-diagram
- XDG Base Directory Specification: https://specifications.freedesktop.org/basedir/latest/
- Bazel XDG support (Linux): bazelbuild/bazel#21817 (7.2.0)
- Bazel XDG support (macOS): bazelbuild/bazel#26773 (8.4.0)
- Windows XDG feature request: bazelbuild/bazel#27808
- Bazel Windows backslash issue: bazelbuild/bazel#3275

Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
dd-mergequeue bot pushed a commit that referenced this pull request Nov 28, 2025
)

### What does this PR do?
Simplify environment variable passing to Docker containers in CI jobs by using `-e VAR` instead of `-e VAR=${VAR}`.

### Motivation
See:
- #43279 (comment)
- #43274 (comment)

Docker's `-e`/`--env` flags automatically pass environment variables from the host when only the variable name is provided (_passthrough_), making the `=$VAR` syntax redundant. This simplifies the configuration and makes it less errorprone.

Reference: https://docs.docker.com/reference/cli/docker/container/run/

Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
rdesgroppes added a commit that referenced this pull request Dec 1, 2025
This is a follow-up of #43274 aiming at ensure the `CI` environment
variable is propagated to all docker containers started from CI jobs.

The `CI` variable is a de facto standard set by most CI systems (GitHub
Actions, GitLab CI, Travis CI, CircleCI, etc.) to indicate code is
running in an automated build environment and used by tools like:
- `cargo-nextest`: automatically hides progress bar when CI is detected
- `pipenv`: uses non-interactive defaults
- `pytest`: adjusts output

Notes:
- `-e CI` and `--env=CI` are all equivalent,
- if `CI` is absent from the host environment, it's not added to the
  container.
rdesgroppes added a commit that referenced this pull request Dec 1, 2025
Extend `CI` environment variable propagation to `docker build` contexts,
enabling nested `bazel` invocations to automatically benefit from `bazel
--config=ci` settings (as configured in `.bazelrc`) and applicable
caching.

Following the same approach as commit PR #43274 which generalized
`bazel` CI configuration for `docker run` commands, this ensures
`docker build` operations also detect the CI environment.
The `CI` variable is a _de facto_ standard (GitLab CI, GitHub Actions,
Travis, CircleCI) already leveraged by existing tools including `pip`,
`dda`, etc..

Using the standard `CI` variable rather than a custom name avoids
propagation issues from omitted remapping - tools and scripts that
check for CI presence work automatically without requiring explicit
variable renaming (e.g., `CIBUILD=$CI`) at each layer or invocation.

This therefore replaces the custom `CIBUILD` variable with the standard
`CI` variable in Dockerfiles, ensuring uniform treatment across all
`docker` operations (both `build` and `run` contexts).
rdesgroppes added a commit that referenced this pull request Dec 1, 2025
Extend `CI` environment variable propagation to `docker build` contexts,
enabling nested `bazel` invocations to automatically benefit from `bazel
--config=ci` settings (as configured in `.bazelrc`) and applicable
caching.

Following the same approach as commit PR #43274 which generalized
`bazel` CI configuration for `docker run` commands, this ensures
`docker build` operations also detect the CI environment.
The `CI` variable is a _de facto_ standard (GitLab CI, GitHub Actions,
Travis, CircleCI) already leveraged by existing tools including `pip`,
`dda`, etc..

Using the standard `CI` variable rather than a custom name avoids
propagation issues from omitted remapping - tools and scripts that
check for CI presence work automatically without requiring explicit
variable renaming (e.g., `CIBUILD=$CI`) at each layer or invocation.

This therefore replaces the custom `CIBUILD` variable with the standard
`CI` variable in Dockerfiles, ensuring uniform treatment across all
`docker` operations (both `build` and `run` contexts).
rdesgroppes added a commit that referenced this pull request Dec 1, 2025
Extend `CI` environment variable propagation to `docker build` contexts,
enabling nested `bazel` invocations to automatically benefit from `bazel
--config=ci` settings (as configured in `.bazelrc`) and applicable
caching.

Following the same approach as commit PR #43274 which generalized
`bazel` CI configuration for `docker run` commands, this ensures
`docker build` operations also detect the CI environment.
The `CI` variable is a _de facto_ standard (GitLab CI, GitHub Actions,
Travis, CircleCI) already leveraged by existing tools including `pip`,
`dda`, etc..

Using the standard `CI` variable rather than a custom name avoids
propagation issues from omitted remapping - tools and scripts that
check for CI presence work automatically without requiring explicit
variable renaming (e.g., `CIBUILD=$CI`) at each layer or invocation.

This therefore replaces the custom `CIBUILD` variable with the standard
`CI` variable in Dockerfiles, ensuring uniform treatment across all
`docker` operations (both `build` and `run` contexts).
rdesgroppes added a commit that referenced this pull request Dec 1, 2025
This is a follow-up of #43274 aiming at ensure the `CI` environment
variable is propagated to all docker containers started from CI jobs.

The `CI` variable is a de facto standard set by most CI systems (GitHub
Actions, GitLab CI, Travis CI, CircleCI, etc.) to indicate code is
running in an automated build environment and used by tools like:
- `cargo-nextest`: automatically hides progress bar when CI is detected
- `pipenv`: uses non-interactive defaults
- `pytest`: adjusts output

Notes:
- `-e CI` and `--env=CI` are all equivalent,
- if `CI` is absent from the host environment, it's not added to the
  container.
rdesgroppes added a commit that referenced this pull request Dec 1, 2025
Extend `CI` environment variable propagation to `docker build` contexts,
enabling nested `bazel` invocations to automatically benefit from `bazel
--config=ci` settings (as configured in `.bazelrc`) and applicable
caching.

Following the same approach as commit PR #43274 which generalized
`bazel` CI configuration for `docker run` commands, this ensures
`docker build` operations also detect the CI environment.
The `CI` variable is a _de facto_ standard (GitLab CI, GitHub Actions,
Travis, CircleCI) already leveraged by existing tools including `pip`,
`dda`, etc..

Using the standard `CI` variable rather than a custom name avoids
propagation issues from omitted remapping - tools and scripts that
check for CI presence work automatically without requiring explicit
variable renaming (e.g., `CIBUILD=$CI`) at each layer or invocation.

This therefore replaces the custom `CIBUILD` variable with the standard
`CI` variable in Dockerfiles, ensuring uniform treatment across all
`docker` operations (both `build` and `run` contexts).
dd-mergequeue bot pushed a commit that referenced this pull request Dec 2, 2025
…43672)

### What does this PR do?
Following the same approach as PR #43274 which generalized `bazel` CI configuration for `docker run` commands, this extends the `CI` environment variable propagation to `docker build` contexts, enabling nested `bazel` invocations to automatically benefit from `bazel --config=ci` settings (as configured in `.bazelrc`) and cache detection when applicable.

### Motivation
The `CI` variable is a _de facto_ standard (GitLab CI, GitHub Actions, Travis, CircleCI) already leveraged by other tools including `pip`, `dda`, etc.

Using it rather than the custom `CIBUILD` avoids propagation issues from omitted remapping - tools and scripts that check for CI presence work automatically without requiring explicit variable renaming (e.g., `CIBUILD=$CI`) at each layer or invocation.

### Additional Notes
With `--build-arg CI`/`--build-arg=CI` without a value, `docker build` automatically propagates its value _verbatim_) from the host environment (if defined) into the container ([doc](https://docs.docker.com/reference/cli/docker/buildx/build/#build-arg), similar to `-e`/`--env` for `docker run`).

Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
rdesgroppes added a commit that referenced this pull request Dec 3, 2025
This is a follow-up of #43274 aiming at ensure the `CI` environment
variable is propagated to all docker containers started from CI jobs.

The `CI` variable is a de facto standard set by most CI systems (GitHub
Actions, GitLab CI, Travis CI, CircleCI, etc.) to indicate code is
running in an automated build environment and used by tools like:
- `cargo-nextest`: automatically hides progress bar when CI is detected
- `pipenv`: uses non-interactive defaults
- `pytest`: adjusts output

Notes:
- `-e CI` and `--env=CI` are all equivalent,
- if `CI` is absent from the host environment, it's not added to the
  container.
dd-mergequeue bot pushed a commit that referenced this pull request Dec 4, 2025
### What does this PR do?
This is a follow-up of #43274 aiming at ensuring the `CI` environment variable is propagated to further docker containers started from CI jobs.

### Motivation
The `CI` variable is a _de facto_ standard set by most CI systems (GitHub Actions, GitLab CI, Travis CI, CircleCI, etc.) to indicate code is running in an automated build environment and used by tools such as (but not limited to):
- `cargo-nextest`: automatically hides progress bar when CI is detected,
- `pipenv`: uses non-interactive defaults,
- `pytest`: adjusts output,
- ...

### Additional Notes
- `-e CI`, `--env CI` and `--env=CI` are all equivalent,
- if `CI` is absent from the host environment, it's not added to the container.

Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ask-review Ask required teams to review this PR changelog/no-changelog No changelog entry needed long review PR is complex, plan time to review it qa/no-code-change No code change in Agent code requiring validation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants