mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-04-14 02:00:07 +08:00
Deploying to gh-pages from @ eunomia-bpf/bpf-developer-tutorial@39a0f4a1a7 🚀
This commit is contained in:
@@ -15,7 +15,7 @@ int tracepoint__syscalls__sys_enter_execve(struct trace_event_raw_sys_enter* ctx
|
|||||||
{
|
{
|
||||||
u64 id;
|
u64 id;
|
||||||
pid_t pid, tgid;
|
pid_t pid, tgid;
|
||||||
struct event event;
|
struct event event={0};
|
||||||
struct task_struct *task;
|
struct task_struct *task;
|
||||||
|
|
||||||
uid_t uid = (u32)bpf_get_current_uid_gid();
|
uid_t uid = (u32)bpf_get_current_uid_gid();
|
||||||
|
|||||||
@@ -186,7 +186,7 @@ int tracepoint__syscalls__sys_enter_execve(struct trace_event_raw_sys_enter* ctx
|
|||||||
{
|
{
|
||||||
u64 id;
|
u64 id;
|
||||||
pid_t pid, tgid;
|
pid_t pid, tgid;
|
||||||
struct event event;
|
struct event event={0};
|
||||||
struct task_struct *task;
|
struct task_struct *task;
|
||||||
|
|
||||||
uid_t uid = (u32)bpf_get_current_uid_gid();
|
uid_t uid = (u32)bpf_get_current_uid_gid();
|
||||||
|
|||||||
@@ -899,7 +899,7 @@ int tracepoint__syscalls__sys_enter_execve(struct trace_event_raw_sys_enter* ctx
|
|||||||
{
|
{
|
||||||
u64 id;
|
u64 id;
|
||||||
pid_t pid, tgid;
|
pid_t pid, tgid;
|
||||||
struct event event;
|
struct event event={0};
|
||||||
struct task_struct *task;
|
struct task_struct *task;
|
||||||
|
|
||||||
uid_t uid = (u32)bpf_get_current_uid_gid();
|
uid_t uid = (u32)bpf_get_current_uid_gid();
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user