MCPcopy Create free account

hub / github.com/Gui774ume/fsprobe / functions

Functions251 in github.com/Gui774ume/fsprobe

MethodResolveKey
ResolveKey - Does nothing
pkg/model/resolver.go:183
MethodResolveKey
Resolve - Resolves a pathname from the provided mount id and inode
pkg/model/resolver.go:271
MethodResolveKey
Resolve - Resolves a pathname from the provided key (length is not used)
pkg/model/resolver.go:351
FunctionRestoreAssets
RestoreAssets restores an asset under the given directory recursively
pkg/assets/probe.go:257
MethodSet
(key uint32)
pkg/model/resolver.go:202
MethodSet
(val string)
cmd/fsprobe/cmd/args.go:38
MethodSet
(val string)
cmd/fsprobe/cmd/args.go:89
MethodSize
()
pkg/assets/probe.go:62
MethodStart
Start - Starts the monitor
pkg/model/monitor.go:104
MethodStop
Stop - Stops the monitor
pkg/model/monitor.go:124
MethodStop
Stop - Stop the file system probe
pkg/fsprobe/fsprobe.go:158
FunctionString
String - No copy bytes to string conversion
pkg/utils/utils.go:170
MethodString
()
pkg/model/resolver.go:220
MethodString
String returns a string representation of the event in the form "file: REMOVE|WRITE|..."
pkg/inotify/model.go:65
MethodString
()
cmd/fsprobe/cmd/args.go:34
MethodString
()
cmd/fsprobe/cmd/args.go:78
MethodType
()
cmd/fsprobe/cmd/args.go:62
MethodType
()
cmd/fsprobe/cmd/args.go:103
MethodWrite
Write - Write the event to the output writer
cmd/fsprobe/cmd/output.go:137
MethodWrite
Write - Write the event to the output writer
cmd/fsprobe/cmd/output.go:166
MethodWrite
Write - Write the event to the output writer
cmd/fsprobe/cmd/output.go:195
FunctionbindataProbeO
()
pkg/assets/probe.go:92
MethodcompileEBPFProgram
compileEBPFProgram - Compile the eBPF programs of FSProbe using clang & llvm
pkg/fsprobe/fsprobe.go:177
Functionget_dentry_dev
get_dentry_dev - Returns the device number to which the provided dentry belongs
ebpf/dentry.h:88
Functionget_file_dentry
get_file_dentry - Returns the dentry of the provided file
ebpf/dentry.h:129
Functionget_file_inode
get_file_inode - Returns the inode of the provided file
ebpf/dentry.h:121
Functionget_inode_dev
get_inode_dev - Returns the device number to which the provided inode belongs
ebpf/dentry.h:79
Functionget_inode_mountpoint
get_inode_mountpoint - Returns a pointer to the dentry of the mountpoint to which the provided inode belongs
ebpf/dentry.h:97
Functioninit
()
pkg/utils/utils.go:165
Functioninit
()
cmd/fsprobe/cmd/cmd.go:37
Functionkprobe_fsnotify_parent
ebpf/main.c:123
Functionkprobe_security_inode_setattr
ebpf/main.c:139
Functionkprobe_vfs_link
ebpf/main.c:89
Functionkprobe_vfs_mkdir
ebpf/main.c:40
Functionkprobe_vfs_open
ebpf/main.c:25
Functionkprobe_vfs_rename
ebpf/main.c:106
Functionkprobe_vfs_rmdir
ebpf/main.c:73
Functionkprobe_vfs_unlink
ebpf/main.c:57
Functionkretprobe_fsnotify_parent
ebpf/main.c:131
Functionkretprobe_security_inode_setattr
ebpf/main.c:147
Functionkretprobe_vfs_link
ebpf/main.c:98
Functionkretprobe_vfs_mkdir
ebpf/main.c:49
Functionkretprobe_vfs_open
ebpf/main.c:32
Functionkretprobe_vfs_rename
ebpf/main.c:115
Functionkretprobe_vfs_rmdir
ebpf/main.c:81
Functionkretprobe_vfs_unlink
ebpf/main.c:65
Functionmain
()
cmd/inotify/inotify.go:27
Functionmain
()
cmd/fsprobe/main.go:23
MethodonCachedInodeEvicted
onCachedInodeEvicted - Removes the input inode from the kernel space cache
pkg/model/resolver.go:388
FunctionprepareTestFile
(b *testing.B)
tests/open_test.go:28
FunctionrunFSProbeCmd
(cmd *cobra.Command, args []string)
cmd/fsprobe/cmd/fsprobe.go:30
← previous201–251 of 251, ranked by callers