Skip to content

Commit

Permalink
whitespace, yuck
Browse files Browse the repository at this point in the history
  • Loading branch information
haesbaert committed Jul 1, 2024
1 parent e9fa794 commit 6fd1b7a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions kprobe_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct kprobe_arg ka_task_new_sid = {
};


#define TASK_SAMPLE(_r) \
#define TASK_SAMPLE(_r) \
{ "cap_inheritable", S(_r), "u64", "task_struct.cred cred.cap_inheritable" }, \
{ "cap_permitted", S(_r), "u64", "task_struct.cred cred.cap_permitted", }, \
{ "cap_effective", S(_r), "u64", "task_struct.cred cred.cap_effective" }, \
Expand All @@ -48,14 +48,14 @@ struct kprobe_arg ka_task_new_sid = {
{ "mnt_root_k", S(_r), "u64", "task_struct.fs fs_struct.pwd.mnt vfsmount.mnt_root" }, \
{ "mnt_mountpoint_k", S(_r), "u64", "task_struct.fs fs_struct.pwd.mnt (mount.mnt_mountpoint-mount.mnt)" }, \
{ "pwd_k0", S(_r), "u64", PWD_K(0, 0) }, \
{ "pwd_k1", S(_r), "u64", PWD_K(0, 1) }, \
{ "pwd_k2", S(_r), "u64", PWD_K(0, 2) }, \
{ "pwd_k3", S(_r), "u64", PWD_K(0, 3) }, \
{ "pwd_k4", S(_r), "u64", PWD_K(0, 4) }, \
{ "pwd_k5", S(_r), "u64", PWD_K(0, 5) }, \
{ "pwd_k6", S(_r), "u64", PWD_K(0, 6) }, \
{ "root_s", S(_r), "string", "task_struct.fs fs_struct.root.dentry dentry.d_name.name +0" }, \
{ "mnt_root_s", S(_r), "string", "task_struct.fs fs_struct.pwd.mnt vfsmount.mnt_root dentry.d_name.name +0" }, \
{ "pwd_k1", S(_r), "u64", PWD_K(0, 1) }, \
{ "pwd_k2", S(_r), "u64", PWD_K(0, 2) }, \
{ "pwd_k3", S(_r), "u64", PWD_K(0, 3) }, \
{ "pwd_k4", S(_r), "u64", PWD_K(0, 4) }, \
{ "pwd_k5", S(_r), "u64", PWD_K(0, 5) }, \
{ "pwd_k6", S(_r), "u64", PWD_K(0, 6) }, \
{ "root_s", S(_r), "string", "task_struct.fs fs_struct.root.dentry dentry.d_name.name +0" }, \
{ "mnt_root_s", S(_r), "string", "task_struct.fs fs_struct.pwd.mnt vfsmount.mnt_root dentry.d_name.name +0" }, \
{ "mnt_mountpoint_s", S(_r), "string", "task_struct.fs fs_struct.pwd.mnt (mount.mnt_mountpoint-mount.mnt) dentry.d_name.name +0" }, \
{ "pwd_s0", S(_r), "string", PWD_S(0, 0) }, \
{ "pwd_s1", S(_r), "string", PWD_S(0, 1) }, \
Expand Down

0 comments on commit 6fd1b7a

Please sign in to comment.