I hereby claim:
- I am grantseltzer on github.
- I am grantseltzer (https://keybase.io/grantseltzer) on keybase.
- I have a public key ASAHcxmnVSLzcZ4MWTGettrpMzUkzvHSzC52uuB3xS_Pggo
To claim this, I am signing this object:
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "net/http" | |
| ) | |
| //go:noinline | |
| func handlerFunction(w http.ResponseWriter, r *http.Request) { |
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "os" | |
| "os/signal" | |
| "github.com/iovisor/gobpf/bcc" | |
| ) |
| [ | |
| { | |
| "functionName": "main.test_single_byte", | |
| "args": [ | |
| { | |
| "type": "BYTE", | |
| "value": "dec=97\tchar='a'" | |
| } | |
| ], | |
| "procInfo": { |
I hereby claim:
To claim this, I am signing this object:
| package main | |
| //go:noinline | |
| func simpleFunction(x int) { | |
| // some code | |
| } | |
| func main() { | |
| simpleFunction(99) | |
| } |
| package main | |
| //go:noinline | |
| func parseMe(a int, b bool, c float32) { | |
| // some code | |
| } | |
| func main() { | |
| parseMe(1, true, 96.69) |
| package main | |
| import ( | |
| "io/ioutil" | |
| "log" | |
| "time" | |
| "github.com/iovisor/gobpf/bcc" | |
| ) |
| package main | |
| import ( | |
| "debug/dwarf" | |
| "debug/elf" | |
| "fmt" | |
| "io" | |
| "log" | |
| "os" | |
| ) |
| package main | |
| import ( | |
| "debug/dwarf" | |
| "debug/elf" | |
| "fmt" | |
| "io" | |
| "log" | |
| "os" | |
| ) |
| package main | |
| import "testing" | |
| func TestXXX(t *testing.T) { | |
| testCases := []struct { | |
| testName string | |
| }{ | |
| { |