修复hash_32的bug,增加进程监控(没做完,还需要加一些东西)
This commit is contained in:
7
.vscode/c_cpp_properties.json
vendored
7
.vscode/c_cpp_properties.json
vendored
@@ -10,7 +10,10 @@
|
||||
"/usr/src/linux-headers-5.19.0-41-generic/arch/x86/include/generated/**",
|
||||
"/usr/src/linux-headers-5.19.0-41-generic/arch/x86/include",
|
||||
"/usr/src/linux-headers-5.19.0-41-generic/arch/x86/include/generated",
|
||||
"/usr/src/linux-headers-5.19.0-41-generic/include"
|
||||
"/usr/src/linux-headers-5.19.0-41-generic/include",
|
||||
"/usr/include/bcc/**",
|
||||
"/home/duck/project/linux_ebpf/libbpf-bootstrap/vmlinux/**",
|
||||
"${workspaceFolder}/linux_ebpf/libbpf-bootstrap/bpftool/libbpf/.github/actions/build-selftests"
|
||||
],
|
||||
"defines": [
|
||||
"__KERNEL__",
|
||||
@@ -23,4 +26,4 @@
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
}
|
||||
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
@@ -111,7 +111,19 @@
|
||||
"string_view": "cpp",
|
||||
"numbers": "cpp",
|
||||
"ip_hashmap.h": "c",
|
||||
"client_msg.h": "c"
|
||||
"client_msg.h": "c",
|
||||
"sched.h": "c",
|
||||
"bpf.h": "c",
|
||||
"bpf_helpers.h": "c",
|
||||
"vmlinux.h": "c",
|
||||
"cinttypes": "cpp",
|
||||
"bpf_perf_event.h": "c",
|
||||
"minimal.skel.h": "c",
|
||||
"libbpf.h": "c",
|
||||
"kallsyms.h": "c",
|
||||
"my_kallsyms_lookup_name.h": "c",
|
||||
"kprobes.h": "c",
|
||||
"signal.h": "c"
|
||||
},
|
||||
"C_Cpp.errorSquiggles": "enabled"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user