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

WIP: Introduce Ftrace in the syscall section #180

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    f7cc340 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Update ftrace example

    -  uid should be initialized
    - update comments
    - add uid check in our_sys_openat
    - format
    nickchen120235 committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    9b7be18 View commit details
    Browse the repository at this point in the history
  2. Complete ftrace part

    nickchen120235 committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    6626ce8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7486076 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. requested changes

    - remove obsolete comments
    - use `pr_fmt` to clean kprintf
    - remove clang-format comments
    - `static` declarations
    - fix ignored return value warning
    correct the comment
    
    `nr` refers to syscall "number", not "name"
    nickchen120235 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b44bf10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2df343f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f5cf1f View commit details
    Browse the repository at this point in the history
  4. shorten the code

    nickchen120235 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    5a71f73 View commit details
    Browse the repository at this point in the history
  5. split lines

    nickchen120235 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3b0cc7d View commit details
    Browse the repository at this point in the history
  6. provide usage example

    nickchen120235 committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    8cf0d6d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. fix example

    - fix comment style
    - new line after declaration
    - fix incorrect parameter order of kmalloc
    nickchen120235 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    beb9272 View commit details
    Browse the repository at this point in the history