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

Investigating hook points for kprobe and uprobe in various OSS #1

Open
KentaTada opened this issue Jul 9, 2024 · 1 comment
Open
Assignees

Comments

@KentaTada
Copy link
Member

This issue aims to track the research activity of investigating hook points in various open-source software (OSS) for kprobe and uprobe.
We will identify key hook points in each OSS.

@KentaTada KentaTada self-assigned this Jul 22, 2024
@KentaTada
Copy link
Member Author

KentaTada commented Jul 22, 2024

We need to define the table. Which information should be included?
I wrote a draft like below:

Function Description Arguments Return Usage Scenario Related Source Code File bpftrace sample version
mysql_parse Parses a query string into internal structure Parsing a query sql/sql_parse.cc
dispatch_command Processes a command from the client Processing client commands sql/sql_parse.cc
handle_select Processes a SELECT query Handling SELECT queries
mysql_execute_command Executes a query Executing queries
create_table Creates a new table Creating tables

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

No branches or pull requests

1 participant