MCPcopy Create free account
hub / github.com/google/pprof / TestDisasm

Function TestDisasm

internal/binutils/binutils_test.go:308–313  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

306}
307
308func TestDisasm(t *testing.T) {
309 if (runtime.GOOS != "linux" && runtime.GOOS != "darwin" && runtime.GOOS != "windows") || runtime.GOARCH != "amd64" {
310 t.Skip("This test only works on x86-64 Linux, macOS or Windows")
311 }
312 testDisasm(t, false)
313}
314
315func TestDisasmIntelSyntax(t *testing.T) {
316 if (runtime.GOOS != "linux" && runtime.GOOS != "darwin" && runtime.GOOS != "windows") || runtime.GOARCH != "amd64" {

Callers

nothing calls this directly

Calls 1

testDisasmFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…