mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-24 18:33:08 +08:00
Almost finished with SotA section. libbpf remains too get llvm and some functionality explained.
This commit is contained in:
@@ -310,6 +310,30 @@
|
||||
title={Linux kernel source tree},
|
||||
url={https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/pkt_cls.h},
|
||||
indextitle={index : kernel/git/torvalds/linux.git}
|
||||
},
|
||||
|
||||
@manual{tp_kernel,
|
||||
title={Using the Linux Kernel Tracepoints},
|
||||
url={https://www.kernel.org/doc/html/latest/trace/tracepoints.html},
|
||||
author={Mathieu Desnoyers}
|
||||
},
|
||||
|
||||
@manual{kprobe_manual,
|
||||
title={Kernel Probes (Kprobes)},
|
||||
author={Jim Keniston, Prasanna S Panchamukhi, Masami Hiramatsu},
|
||||
url={https://www.kernel.org/doc/html/latest/trace/kprobes.html}
|
||||
},
|
||||
|
||||
@online{kallsyms_kernel,
|
||||
title={kallsyms: new /proc/kallmodsyms with builtin modules and symbol sizes},
|
||||
author={Nick Alcock},
|
||||
date={2021-06-06},
|
||||
url={https://lwn.net/Articles/862021/}
|
||||
},
|
||||
|
||||
@online{bcc_github,
|
||||
title={BPF Compiler Collection (BCC)},
|
||||
url={https://github.com/iovisor/bcc}
|
||||
}
|
||||
|
||||
|
||||
@@ -320,4 +344,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user