Skip to content

[CWS] handle runc CLONE_INTO_CGROUP to fix cgroup ID propagation#47796

Open
safchain wants to merge 1 commit intomainfrom
safchain/fix-cgroup-write
Open

[CWS] handle runc CLONE_INTO_CGROUP to fix cgroup ID propagation#47796
safchain wants to merge 1 commit intomainfrom
safchain/fix-cgroup-write

Conversation

@safchain
Copy link
Contributor

Recent versions of runc use clone3(2) with CLONE_INTO_CGROUP when available, placing new container processes directly into the target cgroup at spawn time without writing the PID to cgroup.procs. This eliminates the CgroupWriteEventType event that the security agent was relying on to propagate cgroup context to newly created processes, causing incorrect cgroup ID assignment.

Remove the parent cgroup inheritance via fill_cgroup_context during exec event handling. Instead, an empty CGroupContext is passed when inserting the exec entry, which causes the cgroup resolver to fall back to procfs (/proc//cgroup) to resolve the correct cgroup ID. Also inline copy_proc_cache into its single call site in trace__cgroup_write.

runc reference: opencontainers/runc@5af4dd4

What does this PR do?

Motivation

Describe how you validated your changes

Additional Notes

@safchain safchain added this to the 7.78.0 milestone Mar 12, 2026
@safchain safchain requested a review from a team as a code owner March 12, 2026 18:19
@safchain safchain added changelog/no-changelog No changelog entry needed team/agent-security category/bugfix qa/done QA done before merge and regressions are covered by tests labels Mar 12, 2026
@safchain safchain changed the title fix(security): handle runc CLONE_INTO_CGROUP to fix cgroup ID propagation [CWS] handle runc CLONE_INTO_CGROUP to fix cgroup ID propagation Mar 12, 2026
@dd-octo-sts dd-octo-sts bot added the internal Identify a non-fork PR label Mar 12, 2026
@github-actions github-actions bot added the short review PR is simple enough to be reviewed quickly label Mar 12, 2026
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1674767a08

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines 781 to 784
struct proc_cache_t *parent_pc = get_proc_from_cookie(parent_cookie);
if (parent_pc) {
parent_inode = parent_pc->entry.executable.path_key.ino;

// inherit the parent cgroup context
fill_cgroup_context(parent_pc, &pc.cgroup);
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve cgroup in proc_cache when rotating exec cookie

Removing cgroup inheritance here means send_exec_event now always writes a new proc_cache entry with an empty cgroup, because pc is initialized with .cgroup = {} and never populated before bpf_map_update_elem. Userspace fallback fixes the exec event payload, but it does not repopulate kernel proc_cache (the resolver’s UpdateProcessContexts only updates in-memory Go structs), so kernel-side cgroup consumers lose context after exec; for example raw_syscalls/sys_enter profile lookup by event.cgroup.cgroup_file.ino and activity-dump cgroup tracing via should_trace_new_process_cgroup(..., &pc->cgroup) will stop matching for those processes.

Useful? React with 👍 / 👎.

@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented Mar 12, 2026

Files inventory check summary

File checks results against ancestor 377ebbd5:

Results for datadog-agent_7.78.0~devel.git.542.a1c7dcd.pipeline.102428884-1_amd64.deb:

No change detected

@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented Mar 12, 2026

Static quality checks

✅ Please find below the results from static quality gates
Comparison made with ancestor 377ebbd
📊 Static Quality Gates Dashboard
🔗 SQG Job

Successful checks

Info

Quality gate Change Size (prev → curr → max)
agent_deb_amd64 +6.07 KiB (0.00% increase) 746.880 → 746.886 → 750.720
agent_deb_amd64_fips +6.07 KiB (0.00% increase) 705.212 → 705.218 → 711.230
agent_rpm_amd64 +6.07 KiB (0.00% increase) 746.864 → 746.870 → 750.690
agent_rpm_amd64_fips +6.07 KiB (0.00% increase) 705.196 → 705.202 → 711.210
agent_rpm_arm64 +5.27 KiB (0.00% increase) 724.746 → 724.751 → 732.890
agent_rpm_arm64_fips +5.27 KiB (0.00% increase) 686.087 → 686.093 → 694.440
agent_suse_amd64 +6.07 KiB (0.00% increase) 746.864 → 746.870 → 750.690
agent_suse_amd64_fips +6.07 KiB (0.00% increase) 705.196 → 705.202 → 711.210
agent_suse_arm64 +5.27 KiB (0.00% increase) 724.746 → 724.751 → 732.890
agent_suse_arm64_fips +5.27 KiB (0.00% increase) 686.087 → 686.093 → 694.440
docker_agent_amd64 +17.2 KiB (0.00% increase) 807.202 → 807.218 → 813.040
docker_agent_arm64 +16.41 KiB (0.00% increase) 809.889 → 809.905 → 819.570
docker_agent_jmx_amd64 +17.2 KiB (0.00% increase) 998.117 → 998.134 → 1003.920
docker_agent_jmx_arm64 +16.41 KiB (0.00% increase) 989.583 → 989.599 → 999.170
16 successful checks with minimal change (< 2 KiB)
Quality gate Current Size
agent_heroku_amd64 311.746 MiB
docker_cluster_agent_amd64 203.674 MiB
docker_cluster_agent_arm64 218.102 MiB
docker_cws_instrumentation_amd64 7.138 MiB
docker_cws_instrumentation_arm64 6.689 MiB
docker_dogstatsd_amd64 38.635 MiB
docker_dogstatsd_arm64 36.939 MiB
dogstatsd_deb_amd64 29.859 MiB
dogstatsd_deb_arm64 28.008 MiB
dogstatsd_rpm_amd64 29.859 MiB
dogstatsd_suse_amd64 29.859 MiB
iot_agent_deb_amd64 43.072 MiB
iot_agent_deb_arm64 40.130 MiB
iot_agent_deb_armhf 40.874 MiB
iot_agent_rpm_amd64 43.072 MiB
iot_agent_suse_amd64 43.072 MiB
On-wire sizes (compressed)
Quality gate Change Size (prev → curr → max)
agent_deb_amd64 -21.57 KiB (0.01% reduction) 174.455 → 174.434 → 177.700
agent_deb_amd64_fips -8.45 KiB (0.00% reduction) 165.374 → 165.366 → 172.230
agent_heroku_amd64 -3.96 KiB (0.01% reduction) 75.182 → 75.178 → 79.970
agent_rpm_amd64 -29.07 KiB (0.02% reduction) 176.437 → 176.409 → 180.780
agent_rpm_amd64_fips neutral 168.119 MiB → 173.370
agent_rpm_arm64 +9.7 KiB (0.01% increase) 159.269 → 159.279 → 161.610
agent_rpm_arm64_fips -22.91 KiB (0.01% reduction) 151.451 → 151.429 → 155.910
agent_suse_amd64 -29.07 KiB (0.02% reduction) 176.437 → 176.409 → 180.780
agent_suse_amd64_fips neutral 168.119 MiB → 173.370
agent_suse_arm64 +9.7 KiB (0.01% increase) 159.269 → 159.279 → 161.610
agent_suse_arm64_fips -22.91 KiB (0.01% reduction) 151.451 → 151.429 → 155.910
docker_agent_amd64 -18.9 KiB (0.01% reduction) 267.123 → 267.105 → 271.240
docker_agent_arm64 -8.0 KiB (0.00% reduction) 254.436 → 254.428 → 259.800
docker_agent_jmx_amd64 -2.8 KiB (0.00% reduction) 335.765 → 335.763 → 339.870
docker_agent_jmx_arm64 -13.95 KiB (0.00% reduction) 319.069 → 319.055 → 324.390
docker_cluster_agent_amd64 -9.16 KiB (0.01% reduction) 71.286 → 71.277 → 72.920
docker_cluster_agent_arm64 neutral 66.926 MiB → 68.220
docker_cws_instrumentation_amd64 neutral 2.997 MiB → 3.330
docker_cws_instrumentation_arm64 neutral 2.728 MiB → 3.090
docker_dogstatsd_amd64 neutral 14.950 MiB → 15.820
docker_dogstatsd_arm64 neutral 14.280 MiB → 14.830
dogstatsd_deb_amd64 neutral 7.889 MiB → 8.790
dogstatsd_deb_arm64 neutral 6.773 MiB → 7.710
dogstatsd_rpm_amd64 neutral 7.899 MiB → 8.800
dogstatsd_suse_amd64 neutral 7.899 MiB → 8.800
iot_agent_deb_amd64 neutral 11.355 MiB → 12.040
iot_agent_deb_arm64 neutral 9.669 MiB → 10.450
iot_agent_deb_armhf neutral 9.897 MiB → 10.620
iot_agent_rpm_amd64 neutral 11.374 MiB → 12.060
iot_agent_suse_amd64 neutral 11.374 MiB → 12.060

@cit-pr-commenter-54b7da
Copy link

cit-pr-commenter-54b7da bot commented Mar 12, 2026

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 3b7558fb-6af1-406c-8f05-922a22c9bd6c

Baseline: 377ebbd
Comparison: a1c7dcd
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 -3.68 [-6.61, -0.74] 1 Logs

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
quality_gate_logs % cpu utilization +1.75 [+0.18, +3.33] 1 Logs bounds checks dashboard
tcp_syslog_to_blackhole ingress throughput +1.00 [+0.85, +1.15] 1 Logs
ddot_logs memory utilization +0.32 [+0.25, +0.39] 1 Logs
uds_dogstatsd_20mb_12k_contexts_20_senders memory utilization +0.24 [+0.18, +0.30] 1 Logs
ddot_metrics memory utilization +0.20 [+0.03, +0.38] 1 Logs
file_tree memory utilization +0.15 [+0.09, +0.21] 1 Logs
quality_gate_idle_all_features memory utilization +0.11 [+0.08, +0.15] 1 Logs bounds checks dashboard
otlp_ingest_metrics memory utilization +0.08 [-0.08, +0.24] 1 Logs
uds_dogstatsd_to_api_v3 ingress throughput +0.00 [-0.18, +0.19] 1 Logs
uds_dogstatsd_to_api ingress throughput -0.01 [-0.20, +0.18] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput -0.01 [-0.11, +0.10] 1 Logs
file_to_blackhole_1000ms_latency egress throughput -0.01 [-0.45, +0.43] 1 Logs
file_to_blackhole_0ms_latency egress throughput -0.02 [-0.53, +0.49] 1 Logs
file_to_blackhole_100ms_latency egress throughput -0.04 [-0.13, +0.04] 1 Logs
ddot_metrics_sum_cumulativetodelta_exporter memory utilization -0.07 [-0.30, +0.15] 1 Logs
file_to_blackhole_500ms_latency egress throughput -0.11 [-0.51, +0.30] 1 Logs
docker_containers_memory memory utilization -0.11 [-0.18, -0.04] 1 Logs
quality_gate_metrics_logs memory utilization -0.14 [-0.38, +0.09] 1 Logs bounds checks dashboard
ddot_metrics_sum_delta memory utilization -0.15 [-0.32, +0.01] 1 Logs
quality_gate_idle memory utilization -0.41 [-0.46, -0.36] 1 Logs bounds checks dashboard
otlp_ingest_logs memory utilization -0.42 [-0.52, -0.32] 1 Logs
ddot_metrics_sum_cumulative memory utilization -0.44 [-0.58, -0.30] 1 Logs
docker_containers_cpu % cpu utilization -3.68 [-6.61, -0.74] 1 Logs

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed observed_value links
docker_containers_cpu simple_check_run 10/10 528 ≥ 26
docker_containers_memory memory_usage 10/10 277.91MiB ≤ 370MiB
docker_containers_memory simple_check_run 10/10 709 ≥ 26
file_to_blackhole_0ms_latency memory_usage 10/10 0.19GiB ≤ 1.20GiB
file_to_blackhole_0ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_1000ms_latency memory_usage 10/10 0.23GiB ≤ 1.20GiB
file_to_blackhole_1000ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_100ms_latency memory_usage 10/10 0.19GiB ≤ 1.20GiB
file_to_blackhole_100ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_500ms_latency memory_usage 10/10 0.21GiB ≤ 1.20GiB
file_to_blackhole_500ms_latency missed_bytes 10/10 0B = 0B
quality_gate_idle intake_connections 10/10 3 = 3 bounds checks dashboard
quality_gate_idle memory_usage 10/10 172.83MiB ≤ 175MiB bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 3 = 3 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 488.66MiB ≤ 550MiB bounds checks dashboard
quality_gate_logs intake_connections 10/10 4 ≤ 6 bounds checks dashboard
quality_gate_logs memory_usage 10/10 202.56MiB ≤ 220MiB bounds checks dashboard
quality_gate_logs missed_bytes 10/10 0B = 0B bounds checks dashboard
quality_gate_metrics_logs cpu_usage 10/10 347.69 ≤ 2000 bounds checks dashboard
quality_gate_metrics_logs intake_connections 10/10 3 ≤ 6 bounds checks dashboard
quality_gate_metrics_logs memory_usage 10/10 405.27MiB ≤ 475MiB bounds checks dashboard
quality_gate_metrics_logs missed_bytes 10/10 0B = 0B 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 missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, 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, 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.
  • quality_gate_idle_all_features, 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 missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.

@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented Mar 12, 2026

eBPF complexity changes

Summary result: ❔ - needs attention

  • Highest complexity change (%): +22.44%
  • Highest complexity change (abs.): +175 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__do_fork 🟢 103.0 (-6.0, -5.50%) ubuntu_18.04/x86_64: 🟢 103.0 (-6.0, -5.50%) ubuntu_18.04/x86_64: 🟢 103.0 (-6.0, -5.50%)
hook_commit_creds 🔴 6072.0 (+1.0, +0.02%) ubuntu_18.04/x86_64: 🔴 6072.0 (+1.0, +0.02%) ubuntu_18.04/x86_64: 🔴 6072.0 (+1.0, +0.02%)
hook_do_fork 🟢 103.0 (-6.0, -5.50%) ubuntu_18.04/x86_64: 🟢 103.0 (-6.0, -5.50%) ubuntu_18.04/x86_64: 🟢 103.0 (-6.0, -5.50%)
hook_kernel_clone 🟢 103.0 (-6.0, -5.50%) ubuntu_18.04/x86_64: 🟢 103.0 (-6.0, -5.50%) ubuntu_18.04/x86_64: 🟢 103.0 (-6.0, -5.50%)
hook_mprotect_fixup 🔴 1009.0 (+9.0, +0.90%) ubuntu_18.04/x86_64: 🔴 1009.0 (+9.0, +0.90%) ubuntu_18.04/x86_64: 🔴 1009.0 (+9.0, +0.90%)
rethook_get_task_pid 🔴 1022.0 (+2.0, +0.20%) ubuntu_18.04/x86_64: 🔴 1022.0 (+2.0, +0.20%) ubuntu_18.04/x86_64: 🔴 1022.0 (+2.0, +0.20%)
sched_process_fork 🔴 955.0 (+175.0, +22.44%) ubuntu_18.04/x86_64: 🔴 955.0 (+175.0, +22.44%) ubuntu_18.04/x86_64: 🔴 955.0 (+175.0, +22.44%)

runtime_security [programs without changes]

Program Avg. complexity Distro with highest complexity Distro with lowest complexity
classifier_egress ⚪ 1431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1431.0 (+0.0, +0.00%)
classifier_ingress ⚪ 1431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1431.0 (+0.0, +0.00%)
classifier_raw_packet_egress ⚪ 1462.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1463.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1462.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/arm64: ⚪ 1392.0 (+0.0, +0.00%)
hook___attach_mnt ⚪ 481.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 481.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 481.0 (+0.0, +0.00%)
hook___dev_change_net_namespace ⚪ 493.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 493.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 493.0 (+0.0, +0.00%)
hook___dev_get_by_index ⚪ 36.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 36.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 36.0 (+0.0, +0.00%)
hook_accept ⚪ 787.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 787.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 787.0 (+0.0, +0.00%)
hook_arch_ptrace ⚪ 44.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 44.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 44.0 (+0.0, +0.00%)
hook_attach_mnt ⚪ 481.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 481.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 481.0 (+0.0, +0.00%)
hook_attach_recursive_mnt ⚪ 485.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 485.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 485.0 (+0.0, +0.00%)
hook_audit_set_loginuid ⚪ 73.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 73.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 73.0 (+0.0, +0.00%)
hook_bprm_execve ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 172.0 (+0.0, +0.00%)
hook_cgroup1_procs_write ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_cgroup1_tasks_write ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_cgroup_procs_open ⚪ 6.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 6.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 6.0 (+0.0, +0.00%)
hook_cgroup_procs_write ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_cgroup_tasks_open ⚪ 6.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 6.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 6.0 (+0.0, +0.00%)
hook_cgroup_tasks_write ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_check_helper_call ⚪ 29.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 29.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 29.0 (+0.0, +0.00%)
hook_check_kill_permission ⚪ 43.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 43.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 43.0 (+0.0, +0.00%)
hook_cleanup_mnt ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%)
hook_clone_mnt ⚪ 81.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 81.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 81.0 (+0.0, +0.00%)
hook_complete_walk ⚪ 725.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 725.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 725.0 (+0.0, +0.00%)
hook_dev_change_net_namespace ⚪ 493.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 493.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 493.0 (+0.0, +0.00%)
hook_dev_get_valid_name ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_dev_new_index ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_do_coredump ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_do_dentry_open ⚪ 715.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 715.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 715.0 (+0.0, +0.00%)
hook_do_exit ⚪ 664.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 664.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 664.0 (+0.0, +0.00%)
hook_do_linkat ⚪ 94.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 94.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 94.0 (+0.0, +0.00%)
hook_do_mkdirat ⚪ 101.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 101.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 101.0 (+0.0, +0.00%)
hook_do_renameat2 ⚪ 93.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 93.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 93.0 (+0.0, +0.00%)
hook_do_rmdir ⚪ 95.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 95.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 95.0 (+0.0, +0.00%)
hook_do_truncate ⚪ 1775.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1776.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1774.0 (+0.0, +0.00%)
hook_do_unlinkat ⚪ 95.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 95.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 95.0 (+0.0, +0.00%)
hook_exit_itimers ⚪ 127.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 16.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 16.0 (+0.0, +0.00%)
hook_get_pipe_info ⚪ 368.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 368.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 368.0 (+0.0, +0.00%)
hook_get_unmapped_area ⚪ 17.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 17.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 17.0 (+0.0, +0.00%)
hook_inet6_bind ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_inet_bind ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_io_allocate_scq_urings ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_io_bind ⚪ 115.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 115.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 115.0 (+0.0, +0.00%)
hook_io_connect ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 127.0 (+0.0, +0.00%)
hook_io_fsetxattr ⚪ 110.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 110.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 110.0 (+0.0, +0.00%)
hook_io_openat ⚪ 180.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 180.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 180.0 (+0.0, +0.00%)
hook_io_openat2 ⚪ 180.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 180.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 180.0 (+0.0, +0.00%)
hook_io_setxattr ⚪ 110.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 110.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 110.0 (+0.0, +0.00%)
hook_io_sq_offload_start ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_kernel_thread ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_make_visible ⚪ 501.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 501.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 501.0 (+0.0, +0.00%)
hook_memfd_fcntl ⚪ 200.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 200.0 (+0.0, +0.00%)
hook_mnt_change_mountpoint ⚪ 476.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 476.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 476.0 (+0.0, +0.00%)
hook_mnt_set_mountpoint ⚪ 477.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 477.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 477.0 (+0.0, +0.00%)
hook_mnt_want_write ⚪ 161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 161.0 (+0.0, +0.00%)
hook_mnt_want_write_file ⚪ 80.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 80.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 80.0 (+0.0, +0.00%)
hook_mnt_want_write_file_path ⚪ 80.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 80.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 80.0 (+0.0, +0.00%)
hook_mod_sysfs_setup ⚪ 24.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 24.0 (+0.0, +0.00%)
hook_nf_ct_delete ⚪ 218.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 218.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 218.0 (+0.0, +0.00%)
hook_nf_nat_manip_pkt ⚪ 125.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 125.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 125.0 (+0.0, +0.00%)
hook_nf_nat_packet ⚪ 125.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 125.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 125.0 (+0.0, +0.00%)
hook_on_demand ⚪ 307.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 307.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 307.0 (+0.0, +0.00%)
hook_on_demand_syscall ⚪ 383.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 384.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 382.0 (+0.0, +0.00%)
hook_override_creds ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/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/arm64: ⚪ 139.0 (+0.0, +0.00%)
hook_prepare_binprm ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 172.0 (+0.0, +0.00%)
hook_proc_fd_link ⚪ 1124.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 160.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 160.0 (+0.0, +0.00%)
hook_propagate_mnt ⚪ 484.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 484.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 484.0 (+0.0, +0.00%)
hook_ptrace_check_attach ⚪ 44.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 44.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 44.0 (+0.0, +0.00%)
hook_register_netdevice ⚪ 38.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 38.0 (+0.0, +0.00%) ubuntu_18.04/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/arm64: ⚪ 41.0 (+0.0, +0.00%)
hook_revert_creds ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
hook_rtnl_create_link ⚪ 58.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 50.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 50.0 (+0.0, +0.00%)
hook_security_bpf_prog ⚪ 78.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 78.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 78.0 (+0.0, +0.00%)
hook_security_bprm_check ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 172.0 (+0.0, +0.00%)
hook_security_capable ⚪ 139.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%)
hook_security_file_ioctl ⚪ 1398.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1501.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1295.0 (+0.0, +0.00%)
hook_security_file_mprotect ⚪ 37.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 37.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 37.0 (+0.0, +0.00%)
hook_security_file_truncate ⚪ 1775.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1776.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1774.0 (+0.0, +0.00%)
hook_security_inode_follow_link ⚪ 16.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 16.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 16.0 (+0.0, +0.00%)
hook_security_inode_getattr ⚪ 476.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 476.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 476.0 (+0.0, +0.00%)
hook_security_inode_rmdir ⚪ 4438.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 4441.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 4435.0 (+0.0, +0.00%)
hook_security_inode_setattr ⚪ 3633.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 3638.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 3628.0 (+0.0, +0.00%)
hook_security_kernel_module_from_file ⚪ 452.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 452.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 452.0 (+0.0, +0.00%)
hook_security_kernel_read_file ⚪ 452.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 452.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 452.0 (+0.0, +0.00%)
hook_security_mmap_file ⚪ 450.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 450.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 450.0 (+0.0, +0.00%)
hook_security_path_mkdir ⚪ 16.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 16.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 16.0 (+0.0, +0.00%)
hook_security_path_truncate ⚪ 1769.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1770.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1768.0 (+0.0, +0.00%)
hook_security_sb_umount ⚪ 73.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 73.0 (+0.0, +0.00%) ubuntu_18.04/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/arm64: ⚪ 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/arm64: ⚪ 75.0 (+0.0, +0.00%)
hook_security_socket_setsockopt ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_security_task_setrlimit ⚪ 43.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 43.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 43.0 (+0.0, +0.00%)
hook_sel_commit_bools_write ⚪ 2290.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2296.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2284.0 (+0.0, +0.00%)
hook_sel_write_bool ⚪ 2287.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 2293.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2282.0 (+0.0, +0.00%)
hook_sel_write_disable ⚪ 1703.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1707.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1699.0 (+0.0, +0.00%)
hook_sel_write_enforce ⚪ 1701.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 1705.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1698.0 (+0.0, +0.00%)
hook_set_fs_pwd ⚪ 576.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 577.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 576.0 (+0.0, +0.00%)
hook_setup_arg_pages ⚪ 100.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 100.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 100.0 (+0.0, +0.00%)
hook_setup_new_exec_args_envs ⚪ 102.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 102.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 102.0 (+0.0, +0.00%)
hook_setup_new_exec_interp ⚪ 277.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 277.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 277.0 (+0.0, +0.00%)
hook_shmem_fcntl ⚪ 200.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 200.0 (+0.0, +0.00%)
hook_sk_attach_filter ⚪ 23.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 23.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 23.0 (+0.0, +0.00%)
hook_sk_destruct ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_switch_task_namespaces ⚪ 86.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%)
hook_terminate_walk ⚪ 1769.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1770.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1768.0 (+0.0, +0.00%)
hook_user_mode_thread ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_vfs_coredump ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_vfs_mkdir ⚪ 511.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 512.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 511.0 (+0.0, +0.00%)
hook_vfs_open ⚪ 1769.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1770.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1768.0 (+0.0, +0.00%)
hook_vfs_removexattr ⚪ 430.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 430.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 430.0 (+0.0, +0.00%)
hook_vfs_rename ⚪ 2804.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2808.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2800.0 (+0.0, +0.00%)
hook_vfs_setxattr ⚪ 430.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 430.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 430.0 (+0.0, +0.00%)
hook_vfs_truncate ⚪ 1769.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1770.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1768.0 (+0.0, +0.00%)
hook_vfs_unlink ⚪ 2608.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2625.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2591.0 (+0.0, +0.00%)
hook_vm_mmap_pgoff ⚪ 92.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 92.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 92.0 (+0.0, +0.00%)
io_uring_create ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
kprobe__64_compat_sys_bind ⚪ 79.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 79.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 79.0 (+0.0, +0.00%)
kprobe__64_compat_sys_bpf ⚪ 98.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 98.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__64_compat_sys_capset ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_chdir ⚪ 126.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%)
kprobe__64_compat_sys_creat ⚪ 140.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 76.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 76.0 (+0.0, +0.00%)
kprobe__64_compat_sys_execve ⚪ 138.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 113.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 113.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fchmod ⚪ 119.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 119.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 119.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fchmodat ⚪ 133.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 123.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 123.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fchown16 ⚪ 123.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 123.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 123.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fchownat ⚪ 139.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fsetxattr ⚪ 91.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 91.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 91.0 (+0.0, +0.00%)
kprobe__64_compat_sys_fsmount ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_ftruncate ⚪ 129.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 110.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 110.0 (+0.0, +0.00%)
kprobe__64_compat_sys_lchown ⚪ 139.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_compat_sys_lsetxattr ⚪ 91.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 91.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 91.0 (+0.0, +0.00%)
kprobe__64_compat_sys_memfd_create ⚪ 165.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 165.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 165.0 (+0.0, +0.00%)
kprobe__64_compat_sys_mkdir ⚪ 132.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_mprotect ⚪ 88.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 88.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 88.0 (+0.0, +0.00%)
kprobe__64_compat_sys_newfstatat ⚪ 79.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 79.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 79.0 (+0.0, +0.00%)
kprobe__64_compat_sys_open ⚪ 141.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 122.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 122.0 (+0.0, +0.00%)
kprobe__64_compat_sys_open_tree ⚪ 78.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 78.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 78.0 (+0.0, +0.00%)
kprobe__64_compat_sys_openat ⚪ 141.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 147.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 146.0 (+0.0, +0.00%)
kprobe__64_compat_sys_prctl ⚪ 748.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 763.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 733.0 (+0.0, +0.00%)
kprobe__64_compat_sys_prlimit64 ⚪ 151.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 151.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 151.0 (+0.0, +0.00%)
kprobe__64_compat_sys_ptrace ⚪ 200.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 200.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 200.0 (+0.0, +0.00%)
kprobe__64_compat_sys_removexattr ⚪ 86.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_compat_sys_rename ⚪ 148.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setfsgid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setfsuid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setfsuid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setgid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setgid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setregid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setregid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setresgid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setresgid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setresuid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setresuid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setreuid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setreuid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setrlimit ⚪ 148.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 148.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 148.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setsockopt ⚪ 93.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 93.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 93.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setuid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setuid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_compat_sys_setxattr ⚪ 91.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 91.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 91.0 (+0.0, +0.00%)
kprobe__64_compat_sys_splice ⚪ 88.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 88.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 88.0 (+0.0, +0.00%)
kprobe__64_compat_sys_truncate ⚪ 138.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 78.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 78.0 (+0.0, +0.00%)
kprobe__64_compat_sys_utime ⚪ 126.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 79.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 79.0 (+0.0, +0.00%)
kprobe__64_sys_bpf ⚪ 98.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 98.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__64_sys_capset ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_chdir ⚪ 126.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%)
kprobe__64_sys_creat ⚪ 140.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 76.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 76.0 (+0.0, +0.00%)
kprobe__64_sys_execve ⚪ 138.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 113.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 113.0 (+0.0, +0.00%)
kprobe__64_sys_fchmod ⚪ 119.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 119.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 119.0 (+0.0, +0.00%)
kprobe__64_sys_fchmodat ⚪ 133.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 123.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 123.0 (+0.0, +0.00%)
kprobe__64_sys_fchown16 ⚪ 123.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 123.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 123.0 (+0.0, +0.00%)
kprobe__64_sys_fchownat ⚪ 139.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_sys_fsetxattr ⚪ 91.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 91.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 91.0 (+0.0, +0.00%)
kprobe__64_sys_fsmount ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_ftruncate ⚪ 129.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 110.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 110.0 (+0.0, +0.00%)
kprobe__64_sys_lchown ⚪ 139.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_sys_lsetxattr ⚪ 91.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 91.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 91.0 (+0.0, +0.00%)
kprobe__64_sys_memfd_create ⚪ 165.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 165.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 165.0 (+0.0, +0.00%)
kprobe__64_sys_mkdir ⚪ 132.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_mprotect ⚪ 88.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 88.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 88.0 (+0.0, +0.00%)
kprobe__64_sys_newfstatat ⚪ 79.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 79.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 79.0 (+0.0, +0.00%)
kprobe__64_sys_open ⚪ 141.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 122.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 122.0 (+0.0, +0.00%)
kprobe__64_sys_open_tree ⚪ 78.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 78.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 78.0 (+0.0, +0.00%)
kprobe__64_sys_openat ⚪ 141.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 147.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 146.0 (+0.0, +0.00%)
kprobe__64_sys_prctl ⚪ 748.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 763.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 733.0 (+0.0, +0.00%)
kprobe__64_sys_prlimit64 ⚪ 151.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 151.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 151.0 (+0.0, +0.00%)
kprobe__64_sys_ptrace ⚪ 200.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 200.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 200.0 (+0.0, +0.00%)
kprobe__64_sys_removexattr ⚪ 86.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%)
kprobe__64_sys_rename ⚪ 148.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setfsgid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setfsuid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setfsuid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setgid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setgid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setregid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setregid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setresgid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setresgid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setresuid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setresuid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setreuid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setreuid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setrlimit ⚪ 148.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 148.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 148.0 (+0.0, +0.00%)
kprobe__64_sys_setsockopt ⚪ 93.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 93.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 93.0 (+0.0, +0.00%)
kprobe__64_sys_setuid ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setuid16 ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 74.0 (+0.0, +0.00%)
kprobe__64_sys_setxattr ⚪ 91.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 91.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 91.0 (+0.0, +0.00%)
kprobe__64_sys_splice ⚪ 88.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 88.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 88.0 (+0.0, +0.00%)
kprobe__64_sys_truncate ⚪ 138.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 78.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 78.0 (+0.0, +0.00%)
kprobe__64_sys_utime ⚪ 126.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 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/arm64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 126.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_bind ⚪ 1325.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 1725.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 926.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_bpf ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_capset ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_chdir ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_chmod ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_chown ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_chown16 ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_connect ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_creat ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_delete_module ⚪ 437.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 437.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_execve ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_execveat ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchdir ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchmod ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchmodat ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchmodat2 ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchown ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchown16 ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fchownat ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_finit_module ⚪ 903.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 904.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 902.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fremovexattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fsetxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_fsmount ⚪ 580.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 581.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 579.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_ftruncate ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_futimesat ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_init_module ⚪ 903.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 904.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 902.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_lchown ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_lchown16 ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_link ⚪ 1199.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1197.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_linkat ⚪ 1199.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1197.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_lremovexattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_lsetxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_memfd_create ⚪ 55.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 55.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 55.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_mkdir ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_mkdirat ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_mount ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_move_mount ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_mprotect ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_newfstatat ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_open ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_open_by_handle_at ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_open_tree ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_openat ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_openat2 ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_prctl ⚪ 450.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 451.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 450.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_prlimit64 ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_ptrace ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_removexattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_rename ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_renameat ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_renameat2 ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_rmdir ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setfsgid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setfsgid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setfsuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setfsuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setgid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setgid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setregid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setregid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setresgid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setresgid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setresuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setresuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setreuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setreuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setrlimit ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setsockopt ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_setxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_splice ⚪ 3180.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 3181.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3179.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_truncate ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_umount ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_unlink ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_unlinkat ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_unshare ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_utime ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_utime32 ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_utimensat ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_compat_sys_utimes ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_sys_bind ⚪ 1325.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 1725.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 926.0 (+0.0, +0.00%)
kretprobe__64_sys_bpf ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%)
kretprobe__64_sys_capset ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_chdir ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%)
kretprobe__64_sys_chmod ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_chown ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_chown16 ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_connect ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%)
kretprobe__64_sys_creat ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_delete_module ⚪ 437.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 437.0 (+0.0, +0.00%)
kretprobe__64_sys_execve ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_execveat ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_fchdir ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%)
kretprobe__64_sys_fchmod ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_fchmodat ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_fchmodat2 ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_fchown ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_fchown16 ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_fchownat ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_finit_module ⚪ 903.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 904.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 902.0 (+0.0, +0.00%)
kretprobe__64_sys_fremovexattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_sys_fsetxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_sys_fsmount ⚪ 580.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 581.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 579.0 (+0.0, +0.00%)
kretprobe__64_sys_ftruncate ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_futimesat ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_sys_init_module ⚪ 903.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 904.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 902.0 (+0.0, +0.00%)
kretprobe__64_sys_lchown ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_lchown16 ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_link ⚪ 1199.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1197.0 (+0.0, +0.00%)
kretprobe__64_sys_linkat ⚪ 1199.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1197.0 (+0.0, +0.00%)
kretprobe__64_sys_lremovexattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_sys_lsetxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_sys_memfd_create ⚪ 55.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 55.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 55.0 (+0.0, +0.00%)
kretprobe__64_sys_mkdir ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%)
kretprobe__64_sys_mkdirat ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%)
kretprobe__64_sys_mount ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%)
kretprobe__64_sys_move_mount ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_mprotect ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%)
kretprobe__64_sys_newfstatat ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%)
kretprobe__64_sys_open ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_open_by_handle_at ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_open_tree ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_openat ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_openat2 ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_prctl ⚪ 450.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 451.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 450.0 (+0.0, +0.00%)
kretprobe__64_sys_prlimit64 ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%)
kretprobe__64_sys_ptrace ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%)
kretprobe__64_sys_removexattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_sys_rename ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
kretprobe__64_sys_renameat ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
kretprobe__64_sys_renameat2 ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
kretprobe__64_sys_rmdir ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsgid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsgid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setgid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setgid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setregid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setregid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setresgid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setresgid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setresuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setresuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setreuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setreuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setrlimit ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%)
kretprobe__64_sys_setsockopt ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%)
kretprobe__64_sys_setuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_sys_splice ⚪ 3180.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 3181.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3179.0 (+0.0, +0.00%)
kretprobe__64_sys_truncate ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_umount ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%)
kretprobe__64_sys_unlink ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%)
kretprobe__64_sys_unlinkat ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%)
kretprobe__64_sys_unshare ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_utime ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_sys_utime32 ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_sys_utimensat ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_sys_utimes ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
module_load ⚪ 933.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 934.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 932.0 (+0.0, +0.00%)
rethook___lookup_hash ⚪ 23.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 23.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 23.0 (+0.0, +0.00%)
rethook_alloc_vfsmnt ⚪ 17.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 17.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 17.0 (+0.0, +0.00%)
rethook_audit_set_loginuid ⚪ 462.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 462.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 462.0 (+0.0, +0.00%)
rethook_check_kill_permission ⚪ 620.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 791.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 450.0 (+0.0, +0.00%)
rethook_clone_mnt ⚪ 606.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 607.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 605.0 (+0.0, +0.00%)
rethook_dev_new_index ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
rethook_do_linkat ⚪ 1199.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1197.0 (+0.0, +0.00%)
rethook_do_mkdirat ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%)
rethook_do_renameat2 ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
rethook_do_rmdir ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%)
rethook_do_unlinkat ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%)
rethook_filename_create ⚪ 23.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 23.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 23.0 (+0.0, +0.00%)
rethook_get_pipe_info ⚪ 125.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 125.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 125.0 (+0.0, +0.00%)
rethook_io_bind ⚪ 1325.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 1725.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 926.0 (+0.0, +0.00%)
rethook_io_connect ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%)
rethook_io_fsetxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
rethook_io_openat2 ⚪ 1496.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2005.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 987.0 (+0.0, +0.00%)
rethook_io_ring_ctx_alloc ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
rethook_io_setxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
rethook_register_netdevice ⚪ 1085.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1085.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1085.0 (+0.0, +0.00%)
rethook_release_sock ⚪ 71.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 71.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 71.0 (+0.0, +0.00%)
rethook_security_capable ⚪ 64.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 64.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 64.0 (+0.0, +0.00%)
rethook_vm_mmap_pgoff ⚪ 2301.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 2302.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2301.0 (+0.0, +0.00%)
sys_enter ⚪ 1146.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1440.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 852.0 (+0.0, +0.00%)
sys_exit ⚪ 15.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 15.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 15.0 (+0.0, +0.00%)
tail_call_classifier_dns_request ⚪ 155.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 155.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 155.0 (+0.0, +0.00%)
tail_call_classifier_dns_request_parser ⚪ 20773.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 20773.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 20773.0 (+0.0, +0.00%)
tail_call_classifier_dns_response ⚪ 478.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 478.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 478.0 (+0.0, +0.00%)
tail_call_classifier_imds_request ⚪ 189.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 189.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 189.0 (+0.0, +0.00%)
tail_call_classifier_raw_packet_drop_action_cb ⚪ 159.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 159.0 (+0.0, +0.00%) ubuntu_18.04/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/arm64: ⚪ 148.0 (+0.0, +0.00%)
tail_call_dentry_resolver_ad_filter ⚪ 192.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 192.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 192.0 (+0.0, +0.00%)
tail_call_dentry_resolver_erpc_mmap ⚪ 3882.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3882.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3882.0 (+0.0, +0.00%)
tail_call_dentry_resolver_erpc_write_user ⚪ 3459.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3459.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3459.0 (+0.0, +0.00%)
tail_call_dentry_resolver_kern ⚪ 10038.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 10040.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 10037.0 (+0.0, +0.00%)
tail_call_dentry_resolver_kern_no_syscall ⚪ 9860.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9866.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 9855.0 (+0.0, +0.00%)
tail_call_dr_cgroup_write_callback ⚪ 416.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 416.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 416.0 (+0.0, +0.00%)
tail_call_dr_chdir_callback ⚪ 841.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1059.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 623.0 (+0.0, +0.00%)
tail_call_dr_link_dst_callback ⚪ 1320.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1661.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 979.0 (+0.0, +0.00%)
tail_call_dr_link_src_callback ⚪ 53.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 53.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 53.0 (+0.0, +0.00%)
tail_call_dr_mkdir_callback ⚪ 1605.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2041.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1169.0 (+0.0, +0.00%)
tail_call_dr_mount_stage_one_callback ⚪ 56.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 56.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 56.0 (+0.0, +0.00%)
tail_call_dr_mount_stage_two_callback ⚪ 905.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 906.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 904.0 (+0.0, +0.00%)
tail_call_dr_rename_callback ⚪ 1316.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1657.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 975.0 (+0.0, +0.00%)
tail_call_dr_security_inode_rmdir_callback ⚪ 54.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 54.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 54.0 (+0.0, +0.00%)
tail_call_dr_selinux_callback ⚪ 491.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 491.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 491.0 (+0.0, +0.00%)
tail_call_dr_setattr_callback ⚪ 71.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 71.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 71.0 (+0.0, +0.00%)
tail_call_dr_setxattr_callback ⚪ 68.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 68.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 68.0 (+0.0, +0.00%)
tail_call_dr_unlink_callback ⚪ 53.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 53.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 53.0 (+0.0, +0.00%)
tail_call_get_envs_offset ⚪ 6427.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 8252.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 4603.0 (+0.0, +0.00%)
tail_call_sys_open_ret_cb ⚪ 1495.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2004.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 986.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_ad_filter ⚪ 192.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 192.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 192.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_kern ⚪ 10038.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 10040.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 10037.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_kern_no_syscall ⚪ 9860.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9866.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 9855.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_chdir_callback ⚪ 841.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1059.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 623.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_link_dst_callback ⚪ 1320.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1661.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 979.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mkdir_callback ⚪ 1605.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2041.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1169.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mount_stage_one_callback ⚪ 56.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 56.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 56.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mount_stage_two_callback ⚪ 905.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 906.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 904.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_rename_callback ⚪ 1316.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1657.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 975.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_bind_exit ⚪ 1325.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 1725.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 926.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_bpf_exit ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chdir_exit ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chmod_exit ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chown_exit ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_commit_creds_exit ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_connect_exit ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_delete_module_exit ⚪ 437.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 437.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_init_module_exit ⚪ 903.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 904.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 902.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_link_exit ⚪ 1199.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1197.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mkdir_exit ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mmap_exit ⚪ 2301.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 2302.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2301.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mount_exit ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mprotect_exit ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_newfstatat_exit ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_open_exit ⚪ 1496.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2005.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 987.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_prctl_exit ⚪ 450.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 451.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 450.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_ptrace_exit ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_removexattr_exit ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_rename_exit ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_rmdir_exit ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setrlimit_exit ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setsockopt_exit ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setxattr_exit ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_splice_exit ⚪ 3180.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 3181.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3179.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_umount_exit ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_unlink_exit ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_utimes_exit ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.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
sched_process_fork 🔴 955.0 (+175.0, +22.44%) ubuntu_18.04/x86_64: 🔴 955.0 (+175.0, +22.44%) ubuntu_18.04/x86_64: 🔴 955.0 (+175.0, +22.44%)

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%) ubuntu_18.04/x86_64: ⚪ 1431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1431.0 (+0.0, +0.00%)
classifier_ingress ⚪ 1431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1431.0 (+0.0, +0.00%)
classifier_raw_packet_egress ⚪ 1462.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1463.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1462.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/arm64: ⚪ 1392.0 (+0.0, +0.00%)
io_uring_create ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
module_load ⚪ 933.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 934.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 932.0 (+0.0, +0.00%)
sys_enter ⚪ 1146.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1440.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 852.0 (+0.0, +0.00%)
sys_exit ⚪ 15.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 15.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 15.0 (+0.0, +0.00%)
tail_call_classifier_dns_request ⚪ 155.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 155.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 155.0 (+0.0, +0.00%)
tail_call_classifier_dns_response ⚪ 478.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 478.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 478.0 (+0.0, +0.00%)
tail_call_classifier_imds_request ⚪ 189.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 189.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 189.0 (+0.0, +0.00%)
tail_call_classifier_raw_packet_drop_action_cb ⚪ 159.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 159.0 (+0.0, +0.00%) ubuntu_18.04/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/arm64: ⚪ 148.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_ad_filter ⚪ 192.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 192.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 192.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_chdir_callback ⚪ 841.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1059.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 623.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_link_dst_callback ⚪ 1320.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1661.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 979.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mkdir_callback ⚪ 1605.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2041.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1169.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mount_stage_one_callback ⚪ 56.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 56.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 56.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mount_stage_two_callback ⚪ 905.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 906.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 904.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_rename_callback ⚪ 1316.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1657.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 975.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_bind_exit ⚪ 1325.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 1725.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 926.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_bpf_exit ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chdir_exit ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chmod_exit ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chown_exit ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_commit_creds_exit ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_connect_exit ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_delete_module_exit ⚪ 437.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 437.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_init_module_exit ⚪ 903.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 904.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 902.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_link_exit ⚪ 1199.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1197.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mkdir_exit ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mmap_exit ⚪ 2301.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 2302.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2301.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mount_exit ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mprotect_exit ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_newfstatat_exit ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_open_exit ⚪ 1496.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2005.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 987.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_prctl_exit ⚪ 450.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 451.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 450.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_ptrace_exit ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_removexattr_exit ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_rename_exit ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_rmdir_exit ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setrlimit_exit ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setsockopt_exit ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setxattr_exit ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_splice_exit ⚪ 3180.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 3181.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3179.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_umount_exit ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_unlink_exit ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_utimes_exit ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.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__do_fork 🟢 103.0 (-6.0, -5.50%) ubuntu_18.04/x86_64: 🟢 103.0 (-6.0, -5.50%) ubuntu_18.04/x86_64: 🟢 103.0 (-6.0, -5.50%)
hook_commit_creds 🔴 6072.0 (+1.0, +0.02%) ubuntu_18.04/x86_64: 🔴 6072.0 (+1.0, +0.02%) ubuntu_18.04/x86_64: 🔴 6072.0 (+1.0, +0.02%)
hook_do_fork 🟢 103.0 (-6.0, -5.50%) ubuntu_18.04/x86_64: 🟢 103.0 (-6.0, -5.50%) ubuntu_18.04/x86_64: 🟢 103.0 (-6.0, -5.50%)
hook_kernel_clone 🟢 103.0 (-6.0, -5.50%) ubuntu_18.04/x86_64: 🟢 103.0 (-6.0, -5.50%) ubuntu_18.04/x86_64: 🟢 103.0 (-6.0, -5.50%)
hook_mprotect_fixup 🔴 1009.0 (+9.0, +0.90%) ubuntu_18.04/x86_64: 🔴 1009.0 (+9.0, +0.90%) ubuntu_18.04/x86_64: 🔴 1009.0 (+9.0, +0.90%)
rethook_get_task_pid 🔴 1022.0 (+2.0, +0.20%) ubuntu_18.04/x86_64: 🔴 1022.0 (+2.0, +0.20%) ubuntu_18.04/x86_64: 🔴 1022.0 (+2.0, +0.20%)
sched_process_fork 🔴 955.0 (+175.0, +22.44%) ubuntu_18.04/x86_64: 🔴 955.0 (+175.0, +22.44%) ubuntu_18.04/x86_64: 🔴 955.0 (+175.0, +22.44%)

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%) ubuntu_18.04/x86_64: ⚪ 1431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1431.0 (+0.0, +0.00%)
classifier_ingress ⚪ 1431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1431.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1431.0 (+0.0, +0.00%)
classifier_raw_packet_egress ⚪ 1462.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1463.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1462.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/arm64: ⚪ 1392.0 (+0.0, +0.00%)
hook___attach_mnt ⚪ 481.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 481.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 481.0 (+0.0, +0.00%)
hook___dev_change_net_namespace ⚪ 493.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 493.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 493.0 (+0.0, +0.00%)
hook___dev_get_by_index ⚪ 36.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 36.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 36.0 (+0.0, +0.00%)
hook_accept ⚪ 787.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 787.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 787.0 (+0.0, +0.00%)
hook_arch_ptrace ⚪ 44.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 44.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 44.0 (+0.0, +0.00%)
hook_attach_mnt ⚪ 481.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 481.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 481.0 (+0.0, +0.00%)
hook_attach_recursive_mnt ⚪ 485.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 485.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 485.0 (+0.0, +0.00%)
hook_audit_set_loginuid ⚪ 73.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 73.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 73.0 (+0.0, +0.00%)
hook_bprm_execve ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 172.0 (+0.0, +0.00%)
hook_cgroup1_procs_write ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_cgroup1_tasks_write ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_cgroup_procs_open ⚪ 6.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 6.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 6.0 (+0.0, +0.00%)
hook_cgroup_procs_write ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_cgroup_tasks_open ⚪ 6.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 6.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 6.0 (+0.0, +0.00%)
hook_cgroup_tasks_write ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9.0 (+0.0, +0.00%)
hook_check_helper_call ⚪ 29.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 29.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 29.0 (+0.0, +0.00%)
hook_check_kill_permission ⚪ 43.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 43.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 43.0 (+0.0, +0.00%)
hook_cleanup_mnt ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%)
hook_clone_mnt ⚪ 81.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 81.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 81.0 (+0.0, +0.00%)
hook_complete_walk ⚪ 725.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 725.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 725.0 (+0.0, +0.00%)
hook_dev_change_net_namespace ⚪ 493.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 493.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 493.0 (+0.0, +0.00%)
hook_dev_get_valid_name ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_dev_new_index ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_do_coredump ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_do_dentry_open ⚪ 715.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 715.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 715.0 (+0.0, +0.00%)
hook_do_exit ⚪ 664.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 664.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 664.0 (+0.0, +0.00%)
hook_do_linkat ⚪ 94.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 94.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 94.0 (+0.0, +0.00%)
hook_do_mkdirat ⚪ 101.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 101.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 101.0 (+0.0, +0.00%)
hook_do_renameat2 ⚪ 93.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 93.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 93.0 (+0.0, +0.00%)
hook_do_rmdir ⚪ 95.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 95.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 95.0 (+0.0, +0.00%)
hook_do_truncate ⚪ 1775.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1776.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1774.0 (+0.0, +0.00%)
hook_do_unlinkat ⚪ 95.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 95.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 95.0 (+0.0, +0.00%)
hook_exit_itimers ⚪ 127.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 16.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 16.0 (+0.0, +0.00%)
hook_get_pipe_info ⚪ 368.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 368.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 368.0 (+0.0, +0.00%)
hook_get_unmapped_area ⚪ 17.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 17.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 17.0 (+0.0, +0.00%)
hook_inet6_bind ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_inet_bind ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_io_allocate_scq_urings ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_io_bind ⚪ 115.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 115.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 115.0 (+0.0, +0.00%)
hook_io_connect ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 127.0 (+0.0, +0.00%)
hook_io_fsetxattr ⚪ 110.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 110.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 110.0 (+0.0, +0.00%)
hook_io_openat ⚪ 180.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 180.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 180.0 (+0.0, +0.00%)
hook_io_openat2 ⚪ 180.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 180.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 180.0 (+0.0, +0.00%)
hook_io_setxattr ⚪ 110.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 110.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 110.0 (+0.0, +0.00%)
hook_io_sq_offload_start ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_kernel_thread ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_make_visible ⚪ 501.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 501.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 501.0 (+0.0, +0.00%)
hook_memfd_fcntl ⚪ 200.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 200.0 (+0.0, +0.00%)
hook_mnt_change_mountpoint ⚪ 476.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 476.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 476.0 (+0.0, +0.00%)
hook_mnt_set_mountpoint ⚪ 477.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 477.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 477.0 (+0.0, +0.00%)
hook_mnt_want_write ⚪ 161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 161.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 161.0 (+0.0, +0.00%)
hook_mnt_want_write_file ⚪ 80.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 80.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 80.0 (+0.0, +0.00%)
hook_mnt_want_write_file_path ⚪ 80.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 80.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 80.0 (+0.0, +0.00%)
hook_mod_sysfs_setup ⚪ 24.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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/arm64: ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 24.0 (+0.0, +0.00%)
hook_nf_ct_delete ⚪ 218.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 218.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 218.0 (+0.0, +0.00%)
hook_nf_nat_manip_pkt ⚪ 125.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 125.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 125.0 (+0.0, +0.00%)
hook_nf_nat_packet ⚪ 125.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 125.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 125.0 (+0.0, +0.00%)
hook_on_demand ⚪ 307.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 307.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 307.0 (+0.0, +0.00%)
hook_on_demand_syscall ⚪ 383.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 384.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 382.0 (+0.0, +0.00%)
hook_override_creds ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/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/arm64: ⚪ 139.0 (+0.0, +0.00%)
hook_prepare_binprm ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 172.0 (+0.0, +0.00%)
hook_proc_fd_link ⚪ 1124.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 160.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 160.0 (+0.0, +0.00%)
hook_propagate_mnt ⚪ 484.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 484.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 484.0 (+0.0, +0.00%)
hook_ptrace_check_attach ⚪ 44.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 44.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 44.0 (+0.0, +0.00%)
hook_register_netdevice ⚪ 38.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 38.0 (+0.0, +0.00%) ubuntu_18.04/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/arm64: ⚪ 41.0 (+0.0, +0.00%)
hook_revert_creds ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
hook_rtnl_create_link ⚪ 58.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 50.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 50.0 (+0.0, +0.00%)
hook_security_bpf_prog ⚪ 78.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 78.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 78.0 (+0.0, +0.00%)
hook_security_bprm_check ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 172.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 172.0 (+0.0, +0.00%)
hook_security_capable ⚪ 139.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%)
hook_security_file_ioctl ⚪ 1398.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1501.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1295.0 (+0.0, +0.00%)
hook_security_file_mprotect ⚪ 37.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 37.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 37.0 (+0.0, +0.00%)
hook_security_file_truncate ⚪ 1775.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1776.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1774.0 (+0.0, +0.00%)
hook_security_inode_follow_link ⚪ 16.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 16.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 16.0 (+0.0, +0.00%)
hook_security_inode_getattr ⚪ 476.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 476.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 476.0 (+0.0, +0.00%)
hook_security_inode_rmdir ⚪ 4438.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 4441.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 4435.0 (+0.0, +0.00%)
hook_security_inode_setattr ⚪ 3633.0 (+0.0, +0.00%) debian_10/x86_64: ⚪ 3638.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 3628.0 (+0.0, +0.00%)
hook_security_kernel_module_from_file ⚪ 452.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 452.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 452.0 (+0.0, +0.00%)
hook_security_kernel_read_file ⚪ 452.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 452.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 452.0 (+0.0, +0.00%)
hook_security_mmap_file ⚪ 450.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 450.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 450.0 (+0.0, +0.00%)
hook_security_path_mkdir ⚪ 16.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 16.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 16.0 (+0.0, +0.00%)
hook_security_path_truncate ⚪ 1769.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1770.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1768.0 (+0.0, +0.00%)
hook_security_sb_umount ⚪ 73.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 73.0 (+0.0, +0.00%) ubuntu_18.04/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/arm64: ⚪ 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/arm64: ⚪ 75.0 (+0.0, +0.00%)
hook_security_socket_setsockopt ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 26.0 (+0.0, +0.00%)
hook_security_task_setrlimit ⚪ 43.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 43.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 43.0 (+0.0, +0.00%)
hook_sel_commit_bools_write ⚪ 2290.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2296.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2284.0 (+0.0, +0.00%)
hook_sel_write_bool ⚪ 2287.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 2293.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2282.0 (+0.0, +0.00%)
hook_sel_write_disable ⚪ 1703.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1707.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1699.0 (+0.0, +0.00%)
hook_sel_write_enforce ⚪ 1701.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 1705.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1698.0 (+0.0, +0.00%)
hook_set_fs_pwd ⚪ 576.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 577.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 576.0 (+0.0, +0.00%)
hook_setup_arg_pages ⚪ 100.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 100.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 100.0 (+0.0, +0.00%)
hook_setup_new_exec_args_envs ⚪ 102.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 102.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 102.0 (+0.0, +0.00%)
hook_setup_new_exec_interp ⚪ 277.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 277.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 277.0 (+0.0, +0.00%)
hook_shmem_fcntl ⚪ 200.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 200.0 (+0.0, +0.00%)
hook_sk_attach_filter ⚪ 23.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 23.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 23.0 (+0.0, +0.00%)
hook_sk_destruct ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_switch_task_namespaces ⚪ 86.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 86.0 (+0.0, +0.00%)
hook_terminate_walk ⚪ 1769.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1770.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1768.0 (+0.0, +0.00%)
hook_user_mode_thread ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_vfs_coredump ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
hook_vfs_mkdir ⚪ 511.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 512.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 511.0 (+0.0, +0.00%)
hook_vfs_open ⚪ 1769.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1770.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1768.0 (+0.0, +0.00%)
hook_vfs_removexattr ⚪ 430.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 430.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 430.0 (+0.0, +0.00%)
hook_vfs_rename ⚪ 2804.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2808.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2800.0 (+0.0, +0.00%)
hook_vfs_setxattr ⚪ 430.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 430.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 430.0 (+0.0, +0.00%)
hook_vfs_truncate ⚪ 1769.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1770.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1768.0 (+0.0, +0.00%)
hook_vfs_unlink ⚪ 2608.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2625.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2591.0 (+0.0, +0.00%)
hook_vm_mmap_pgoff ⚪ 92.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 92.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 92.0 (+0.0, +0.00%)
io_uring_create ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
kprobe__32_compat_sys_ftruncate ⚪ 130.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 98.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 97.0 (+0.0, +0.00%)
kprobe__32_sys_bpf ⚪ 116.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 117.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 116.0 (+0.0, +0.00%)
kprobe__32_sys_capset ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 108.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 82.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 119.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 118.0 (+0.0, +0.00%)
kprobe__32_sys_fchmod ⚪ 130.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 131.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 138.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 137.0 (+0.0, +0.00%)
kprobe__32_sys_fchown16 ⚪ 137.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 138.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 99.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__32_sys_fsetxattr ⚪ 103.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 104.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 103.0 (+0.0, +0.00%)
kprobe__32_sys_fsmount ⚪ 92.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 93.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 99.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__32_sys_lsetxattr ⚪ 103.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 104.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 103.0 (+0.0, +0.00%)
kprobe__32_sys_memfd_create ⚪ 176.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 177.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 99.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__32_sys_mprotect ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%)
kprobe__32_sys_newfstatat ⚪ 80.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 80.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 80.0 (+0.0, +0.00%)
kprobe__32_sys_open_tree ⚪ 96.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 97.0 (+0.0, +0.00%) ubuntu_18.04/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 ⚪ 754.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 770.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 739.0 (+0.0, +0.00%)
kprobe__32_sys_prlimit64 ⚪ 280.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 281.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 280.0 (+0.0, +0.00%)
kprobe__32_sys_ptrace ⚪ 369.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 370.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 369.0 (+0.0, +0.00%)
kprobe__32_sys_removexattr ⚪ 98.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 99.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setfsgid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setfsuid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setfsuid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setgid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setgid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setregid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setregid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setresgid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setresgid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setresuid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setresuid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setreuid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setreuid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setrlimit ⚪ 265.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 266.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 265.0 (+0.0, +0.00%)
kprobe__32_sys_setsockopt ⚪ 111.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 112.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 111.0 (+0.0, +0.00%)
kprobe__32_sys_setuid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setuid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__32_sys_setxattr ⚪ 103.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 104.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 103.0 (+0.0, +0.00%)
kprobe__32_sys_splice ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 84.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 98.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 97.0 (+0.0, +0.00%)
kprobe__64_sys_bpf ⚪ 116.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 117.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 116.0 (+0.0, +0.00%)
kprobe__64_sys_capset ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 108.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 82.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 119.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 118.0 (+0.0, +0.00%)
kprobe__64_sys_fchmod ⚪ 130.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 131.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 138.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 137.0 (+0.0, +0.00%)
kprobe__64_sys_fchown16 ⚪ 137.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 138.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 99.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__64_sys_fsetxattr ⚪ 103.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 104.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 103.0 (+0.0, +0.00%)
kprobe__64_sys_fsmount ⚪ 92.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 93.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 92.0 (+0.0, +0.00%)
kprobe__64_sys_ftruncate ⚪ 130.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 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%) ubuntu_18.04/x86_64: ⚪ 127.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 99.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__64_sys_lsetxattr ⚪ 103.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 104.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 103.0 (+0.0, +0.00%)
kprobe__64_sys_memfd_create ⚪ 176.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 177.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 99.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 98.0 (+0.0, +0.00%)
kprobe__64_sys_mprotect ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%)
kprobe__64_sys_newfstatat ⚪ 80.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 80.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 139.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 138.0 (+0.0, +0.00%)
kprobe__64_sys_open_tree ⚪ 96.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 97.0 (+0.0, +0.00%) ubuntu_18.04/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 ⚪ 754.5 (+0.0, +0.00%) debian_10/x86_64: ⚪ 770.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 739.0 (+0.0, +0.00%)
kprobe__64_sys_prlimit64 ⚪ 280.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 281.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 280.0 (+0.0, +0.00%)
kprobe__64_sys_ptrace ⚪ 369.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 370.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 369.0 (+0.0, +0.00%)
kprobe__64_sys_removexattr ⚪ 98.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 99.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setfsgid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setfsuid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setfsuid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setgid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setgid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setregid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setregid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setresgid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setresgid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setresuid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setresuid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setreuid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setreuid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setrlimit ⚪ 265.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 266.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 265.0 (+0.0, +0.00%)
kprobe__64_sys_setsockopt ⚪ 111.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 112.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 111.0 (+0.0, +0.00%)
kprobe__64_sys_setuid ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setuid16 ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 75.0 (+0.0, +0.00%)
kprobe__64_sys_setxattr ⚪ 103.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 104.0 (+0.0, +0.00%) ubuntu_18.04/arm64: ⚪ 103.0 (+0.0, +0.00%)
kprobe__64_sys_splice ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 89.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 84.0 (+0.0, +0.00%) ubuntu_18.04/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%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_futimesat ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_mount ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_open ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_open_by_handle_at ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_openat ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_truncate ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_utime ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_utimensat ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__32_compat_sys_utimes ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__32_sys_bind ⚪ 1325.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 1725.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 926.0 (+0.0, +0.00%)
kretprobe__32_sys_bpf ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%)
kretprobe__32_sys_capset ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_chdir ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%)
kretprobe__32_sys_chmod ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__32_sys_chown ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__32_sys_chown16 ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__32_sys_connect ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%)
kretprobe__32_sys_creat ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_sys_delete_module ⚪ 437.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 437.0 (+0.0, +0.00%)
kretprobe__32_sys_execve ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__32_sys_execveat ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__32_sys_fchdir ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%)
kretprobe__32_sys_fchmod ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__32_sys_fchmodat ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__32_sys_fchmodat2 ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__32_sys_fchown ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__32_sys_fchown16 ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__32_sys_fchownat ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__32_sys_finit_module ⚪ 903.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 904.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 902.0 (+0.0, +0.00%)
kretprobe__32_sys_fremovexattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__32_sys_fsetxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__32_sys_fsmount ⚪ 580.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 581.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 579.0 (+0.0, +0.00%)
kretprobe__32_sys_futimesat_time32 ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__32_sys_init_module ⚪ 903.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 904.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 902.0 (+0.0, +0.00%)
kretprobe__32_sys_lchown ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__32_sys_lchown16 ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__32_sys_link ⚪ 1199.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1197.0 (+0.0, +0.00%)
kretprobe__32_sys_linkat ⚪ 1199.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1197.0 (+0.0, +0.00%)
kretprobe__32_sys_lremovexattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__32_sys_lsetxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__32_sys_memfd_create ⚪ 55.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 55.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 55.0 (+0.0, +0.00%)
kretprobe__32_sys_mkdir ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%)
kretprobe__32_sys_mkdirat ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%)
kretprobe__32_sys_move_mount ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__32_sys_mprotect ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%)
kretprobe__32_sys_newfstatat ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%)
kretprobe__32_sys_open_tree ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__32_sys_openat2 ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__32_sys_prctl ⚪ 450.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 451.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 450.0 (+0.0, +0.00%)
kretprobe__32_sys_prlimit64 ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%)
kretprobe__32_sys_ptrace ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%)
kretprobe__32_sys_removexattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__32_sys_rename ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
kretprobe__32_sys_renameat ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
kretprobe__32_sys_renameat2 ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
kretprobe__32_sys_rmdir ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%)
kretprobe__32_sys_setfsgid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setfsgid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setfsuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setfsuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setgid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setgid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setregid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setregid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setresgid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setresgid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setresuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setresuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setreuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setreuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setrlimit ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%)
kretprobe__32_sys_setsockopt ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%)
kretprobe__32_sys_setuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__32_sys_setxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__32_sys_splice ⚪ 3180.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 3181.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3179.0 (+0.0, +0.00%)
kretprobe__32_sys_umount ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%)
kretprobe__32_sys_unlink ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%)
kretprobe__32_sys_unlinkat ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%)
kretprobe__32_sys_unshare ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__32_sys_utime32 ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__32_sys_utimensat_time32 ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__32_sys_utimes_time32 ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_sys_bind ⚪ 1325.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 1725.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 926.0 (+0.0, +0.00%)
kretprobe__64_sys_bpf ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%)
kretprobe__64_sys_capset ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_chdir ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%)
kretprobe__64_sys_chmod ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_chown ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_chown16 ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_connect ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%)
kretprobe__64_sys_creat ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_delete_module ⚪ 437.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 437.0 (+0.0, +0.00%)
kretprobe__64_sys_execve ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_execveat ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_fchdir ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%)
kretprobe__64_sys_fchmod ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_fchmodat ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_fchmodat2 ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
kretprobe__64_sys_fchown ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_fchown16 ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_fchownat ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_finit_module ⚪ 903.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 904.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 902.0 (+0.0, +0.00%)
kretprobe__64_sys_fremovexattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_sys_fsetxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_sys_fsmount ⚪ 580.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 581.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 579.0 (+0.0, +0.00%)
kretprobe__64_sys_ftruncate ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_futimesat ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_sys_futimesat_time32 ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_sys_init_module ⚪ 903.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 904.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 902.0 (+0.0, +0.00%)
kretprobe__64_sys_lchown ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_lchown16 ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
kretprobe__64_sys_link ⚪ 1199.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1197.0 (+0.0, +0.00%)
kretprobe__64_sys_linkat ⚪ 1199.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1197.0 (+0.0, +0.00%)
kretprobe__64_sys_lremovexattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_sys_lsetxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_sys_memfd_create ⚪ 55.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 55.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 55.0 (+0.0, +0.00%)
kretprobe__64_sys_mkdir ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%)
kretprobe__64_sys_mkdirat ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%)
kretprobe__64_sys_mount ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%)
kretprobe__64_sys_move_mount ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_mprotect ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%)
kretprobe__64_sys_newfstatat ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%)
kretprobe__64_sys_open ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_open_by_handle_at ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_open_tree ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_openat ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_openat2 ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_prctl ⚪ 450.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 451.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 450.0 (+0.0, +0.00%)
kretprobe__64_sys_prlimit64 ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%)
kretprobe__64_sys_ptrace ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%)
kretprobe__64_sys_removexattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_sys_rename ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
kretprobe__64_sys_renameat ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
kretprobe__64_sys_renameat2 ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
kretprobe__64_sys_rmdir ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsgid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsgid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setfsuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setgid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setgid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setregid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setregid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setresgid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setresgid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setresuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setresuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setreuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setreuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setrlimit ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%)
kretprobe__64_sys_setsockopt ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%)
kretprobe__64_sys_setuid ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setuid16 ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
kretprobe__64_sys_setxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
kretprobe__64_sys_splice ⚪ 3180.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 3181.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3179.0 (+0.0, +0.00%)
kretprobe__64_sys_truncate ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 21.0 (+0.0, +0.00%)
kretprobe__64_sys_umount ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%)
kretprobe__64_sys_unlink ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%)
kretprobe__64_sys_unlinkat ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%)
kretprobe__64_sys_unshare ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 19.0 (+0.0, +0.00%)
kretprobe__64_sys_utime ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_sys_utime32 ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_sys_utimensat ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_sys_utimensat_time32 ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_sys_utimes ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
kretprobe__64_sys_utimes_time32 ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)
module_load ⚪ 933.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 934.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 932.0 (+0.0, +0.00%)
rethook___lookup_hash ⚪ 23.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 23.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 23.0 (+0.0, +0.00%)
rethook_alloc_vfsmnt ⚪ 17.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 17.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 17.0 (+0.0, +0.00%)
rethook_audit_set_loginuid ⚪ 462.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 462.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 462.0 (+0.0, +0.00%)
rethook_check_kill_permission ⚪ 620.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 791.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 450.0 (+0.0, +0.00%)
rethook_clone_mnt ⚪ 606.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 607.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 605.0 (+0.0, +0.00%)
rethook_dev_new_index ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
rethook_do_linkat ⚪ 1199.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1197.0 (+0.0, +0.00%)
rethook_do_mkdirat ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%)
rethook_do_renameat2 ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
rethook_do_rmdir ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%)
rethook_do_unlinkat ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%)
rethook_filename_create ⚪ 23.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 23.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 23.0 (+0.0, +0.00%)
rethook_get_pipe_info ⚪ 125.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 125.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 125.0 (+0.0, +0.00%)
rethook_io_bind ⚪ 1325.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 1725.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 926.0 (+0.0, +0.00%)
rethook_io_connect ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%)
rethook_io_fsetxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
rethook_io_openat2 ⚪ 1496.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2005.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 987.0 (+0.0, +0.00%)
rethook_io_ring_ctx_alloc ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 13.0 (+0.0, +0.00%)
rethook_io_setxattr ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
rethook_register_netdevice ⚪ 1085.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1085.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1085.0 (+0.0, +0.00%)
rethook_release_sock ⚪ 71.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 71.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 71.0 (+0.0, +0.00%)
rethook_security_capable ⚪ 64.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 64.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 64.0 (+0.0, +0.00%)
rethook_vm_mmap_pgoff ⚪ 2301.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 2302.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2301.0 (+0.0, +0.00%)
sys_enter ⚪ 1146.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1440.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 852.0 (+0.0, +0.00%)
sys_exit ⚪ 15.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 15.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 15.0 (+0.0, +0.00%)
tail_call_classifier_dns_request ⚪ 155.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 155.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 155.0 (+0.0, +0.00%)
tail_call_classifier_dns_request_parser ⚪ 20773.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 20773.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 20773.0 (+0.0, +0.00%)
tail_call_classifier_dns_response ⚪ 478.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 478.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 478.0 (+0.0, +0.00%)
tail_call_classifier_imds_request ⚪ 189.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 189.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 189.0 (+0.0, +0.00%)
tail_call_classifier_raw_packet_drop_action_cb ⚪ 159.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 159.0 (+0.0, +0.00%) ubuntu_18.04/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/arm64: ⚪ 148.0 (+0.0, +0.00%)
tail_call_dentry_resolver_ad_filter ⚪ 192.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 192.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 192.0 (+0.0, +0.00%)
tail_call_dentry_resolver_erpc_mmap ⚪ 3882.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3882.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3882.0 (+0.0, +0.00%)
tail_call_dentry_resolver_erpc_write_user ⚪ 3459.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3459.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3459.0 (+0.0, +0.00%)
tail_call_dentry_resolver_kern ⚪ 10038.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 10040.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 10037.0 (+0.0, +0.00%)
tail_call_dentry_resolver_kern_no_syscall ⚪ 9860.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9866.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 9855.0 (+0.0, +0.00%)
tail_call_dr_cgroup_write_callback ⚪ 416.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 416.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 416.0 (+0.0, +0.00%)
tail_call_dr_chdir_callback ⚪ 841.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1059.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 623.0 (+0.0, +0.00%)
tail_call_dr_link_dst_callback ⚪ 1320.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1661.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 979.0 (+0.0, +0.00%)
tail_call_dr_link_src_callback ⚪ 53.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 53.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 53.0 (+0.0, +0.00%)
tail_call_dr_mkdir_callback ⚪ 1605.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2041.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1169.0 (+0.0, +0.00%)
tail_call_dr_mount_stage_one_callback ⚪ 56.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 56.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 56.0 (+0.0, +0.00%)
tail_call_dr_mount_stage_two_callback ⚪ 905.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 906.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 904.0 (+0.0, +0.00%)
tail_call_dr_rename_callback ⚪ 1316.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1657.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 975.0 (+0.0, +0.00%)
tail_call_dr_security_inode_rmdir_callback ⚪ 54.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 54.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 54.0 (+0.0, +0.00%)
tail_call_dr_selinux_callback ⚪ 491.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 491.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 491.0 (+0.0, +0.00%)
tail_call_dr_setattr_callback ⚪ 71.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 71.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 71.0 (+0.0, +0.00%)
tail_call_dr_setxattr_callback ⚪ 68.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 68.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 68.0 (+0.0, +0.00%)
tail_call_dr_unlink_callback ⚪ 53.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 53.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 53.0 (+0.0, +0.00%)
tail_call_get_envs_offset ⚪ 6427.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 8252.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 4603.0 (+0.0, +0.00%)
tail_call_sys_open_ret_cb ⚪ 1495.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2004.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 986.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_ad_filter ⚪ 192.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 192.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 192.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_kern ⚪ 10038.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 10040.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 10037.0 (+0.0, +0.00%)
tail_call_tracepoint_dentry_resolver_kern_no_syscall ⚪ 9860.5 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 9866.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 9855.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_chdir_callback ⚪ 841.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1059.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 623.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_link_dst_callback ⚪ 1320.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1661.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 979.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mkdir_callback ⚪ 1605.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2041.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1169.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mount_stage_one_callback ⚪ 56.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 56.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 56.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_mount_stage_two_callback ⚪ 905.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 906.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 904.0 (+0.0, +0.00%)
tail_call_tracepoint_dr_rename_callback ⚪ 1316.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1657.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 975.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_bind_exit ⚪ 1325.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 1725.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 926.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_bpf_exit ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1988.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chdir_exit ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 456.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chmod_exit ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 832.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_chown_exit ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 834.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_commit_creds_exit ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1325.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_connect_exit ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1043.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_delete_module_exit ⚪ 437.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 437.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_init_module_exit ⚪ 903.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 904.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 902.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_link_exit ⚪ 1199.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1201.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1197.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mkdir_exit ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 472.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mmap_exit ⚪ 2301.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 2302.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 2301.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mount_exit ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 454.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_mprotect_exit ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 876.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_newfstatat_exit ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 25.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_open_exit ⚪ 1496.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 2005.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 987.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_prctl_exit ⚪ 450.5 (+0.0, +0.00%) debian_10/arm64: ⚪ 451.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 450.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_ptrace_exit ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 434.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_removexattr_exit ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_rename_exit ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 767.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_rmdir_exit ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 992.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setrlimit_exit ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 442.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setsockopt_exit ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 674.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_setxattr_exit ⚪ 1523.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 1524.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1522.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_splice_exit ⚪ 3180.0 (+0.0, +0.00%) debian_10/arm64: ⚪ 3181.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 3179.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_umount_exit ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 438.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_unlink_exit ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 1795.0 (+0.0, +0.00%)
tail_call_tracepoint_handle_sys_utimes_exit ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%) ubuntu_18.04/x86_64: ⚪ 842.0 (+0.0, +0.00%)

This report was generated based on the complexity data for the current branch safchain/fix-cgroup-write (pipeline 102428884, commit a1c7dcd) and the base branch main (commit 377ebbd). Objects without changes are not reported. Contact #ebpf-platform if you have any questions/feedback.

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

@safchain safchain force-pushed the safchain/fix-cgroup-write branch from 1674767 to a1c7dcd Compare March 13, 2026 17:05
@safchain safchain requested a review from a team as a code owner March 13, 2026 17:05
@github-actions github-actions bot added long review PR is complex, plan time to review it and removed short review PR is simple enough to be reviewed quickly labels Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category/bugfix changelog/no-changelog No changelog entry needed component/system-probe internal Identify a non-fork PR long review PR is complex, plan time to review it qa/done QA done before merge and regressions are covered by tests team/agent-security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants