Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libbpf-tools/syncsnoop: Add more syscalls support #5066

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

Rtoax
Copy link
Contributor

@Rtoax Rtoax commented Jul 19, 2024

Add fsync(),fdatasync(),syncfs(),sync_file_range(),msync() syscalls to trace. For example:

$ sudo ./syncsnoop
TIME(s)            COMM             CALL
7348.355957031     aria2c           fsync
7350.032226562     ThreadPoolForeg  fdatasync

Add fsync(),fdatasync(),syncfs(),sync_file_range(),msync() syscalls to
trace. For example:

    $ sudo ./syncsnoop
    TIME(s)            COMM             CALL
    7348.355957031     aria2c           fsync
    7350.032226562     ThreadPoolForeg  fdatasync

Signed-off-by: Rong Tao <[email protected]>
Signed-off-by: Jiang Guirong <[email protected]>
@Rtoax Rtoax force-pushed the patch-73-libbpf-tools-syncsnoop branch from 13dafee to 50c2630 Compare July 19, 2024 15:53
@yonghong-song yonghong-song merged commit 2a7eec8 into iovisor:master Jul 28, 2024
4 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants