MCPcopy Create free account

hub / github.com/maruel/panicparse / functions

Functions745 in github.com/maruel/panicparse

↓ 1 callersFunctionrecurse71
()
cmd/panic/main.go:542
↓ 1 callersFunctionrecurse72
()
cmd/panic/main.go:543
↓ 1 callersFunctionrecurse73
()
cmd/panic/main.go:544
↓ 1 callersFunctionrecurse74
()
cmd/panic/main.go:545
↓ 1 callersFunctionrecurse75
()
cmd/panic/main.go:546
↓ 1 callersFunctionrecurse76
()
cmd/panic/main.go:547
↓ 1 callersFunctionrecurse77
()
cmd/panic/main.go:548
↓ 1 callersFunctionrecurse78
()
cmd/panic/main.go:549
↓ 1 callersFunctionrecurse79
()
cmd/panic/main.go:550
↓ 1 callersFunctionrecurse80
()
cmd/panic/main.go:551
↓ 1 callersFunctionrecurse81
()
cmd/panic/main.go:552
↓ 1 callersFunctionrecurse82
()
cmd/panic/main.go:553
↓ 1 callersFunctionrecurse83
()
cmd/panic/main.go:554
↓ 1 callersFunctionrecurse84
()
cmd/panic/main.go:555
↓ 1 callersFunctionrecurse85
()
cmd/panic/main.go:556
↓ 1 callersFunctionrecurse86
()
cmd/panic/main.go:557
↓ 1 callersFunctionrecurse87
()
cmd/panic/main.go:558
↓ 1 callersFunctionrecurse88
()
cmd/panic/main.go:559
↓ 1 callersFunctionrecurse89
()
cmd/panic/main.go:560
↓ 1 callersFunctionrecurse90
()
cmd/panic/main.go:561
↓ 1 callersFunctionrecurse91
()
cmd/panic/main.go:562
↓ 1 callersFunctionrecurse92
()
cmd/panic/main.go:563
↓ 1 callersFunctionrecurse93
()
cmd/panic/main.go:564
↓ 1 callersFunctionrecurse94
()
cmd/panic/main.go:565
↓ 1 callersFunctionrecurse95
()
cmd/panic/main.go:566
↓ 1 callersFunctionrecurse96
()
cmd/panic/main.go:567
↓ 1 callersFunctionrecurse97
()
cmd/panic/main.go:568
↓ 1 callersFunctionrecurse98
()
cmd/panic/main.go:569
↓ 1 callersFunctionrecurse99
()
cmd/panic/main.go:570
↓ 1 callersFunctionrerunWithFastCrash
()
cmd/panic/main.go:127
↓ 1 callersMethodscan
scan scans one line, updates goroutines and move to the next state. Returns true if the line was processed and thus should not be printed out. TODO(
stack/context.go:472
↓ 1 callersFunctionshowBanner
()
internal/main.go:184
↓ 1 callersMethodsimilar
similar returns true if the two Signature are equal or almost but not quite equal.
stack/stack.go:702
↓ 1 callersFunctionsimilarSignatures
similarSignatures compares Signature to be similar enough. Warning: it mutates inputs.
stack/stack_test.go:445
↓ 1 callersFunctionsnapshot
snapshot returns a Context based on the snapshot of the stacks of the current process.
stack/webstack/webstack.go:98
↓ 1 callersFunctionsplitHost
(s string)
stack/html.go:203
↓ 1 callersFunctionsrcURL
srcURL returns an URL to the sources. TODO(maruel): Support custom local godoc server as it serves files too.
stack/html.go:119
↓ 1 callersFunctionsysHang
()
cmd/panicweb/main_unix.go:11
↓ 1 callersFunctionwrapPanic
wrapPanic is a http.Handler middleware that traps panics and print it out to os.Stdout.
stack/example_test.go:292
↓ 1 callersFunctionwriteBucketsToConsole
(out io.Writer, p *Palette, a *stack.Aggregated, pf pathFormat, needsEnv bool, filter, match *regexp.Regexp)
internal/main.go:66
↓ 1 callersFunctionwriteGoroutinesToConsole
(out io.Writer, p *Palette, s *stack.Snapshot, pf pathFormat, needsEnv bool, filter, match *regexp.Regexp)
internal/main.go:86
↓ 1 callersFunctionzapArgs
(t *testing.T, want, got *Args)
stack/stack_test.go:492
↓ 1 callersFunctionzapGoroutines
(t *testing.T, want, got []*Goroutine)
stack/stack_test.go:430
↓ 1 callersFunctionzapPointers
zapPointers zaps out pointers in got.
stack/source_test.go:1637
↓ 1 callersFunctionzapPointersInArgs
(t *testing.T, want, got Args)
stack/source_test.go:1656
FunctionBenchmarkAggregate
(b *testing.B)
stack/bucket_test.go:366
FunctionBenchmarkAggregated_ToHTML
(b *testing.B)
stack/html_test.go:265
FunctionBenchmarkScanSnapshot_Guess
(b *testing.B)
stack/context_test.go:2185
FunctionBenchmarkScanSnapshot_NoGuess
(b *testing.B)
stack/context_test.go:2201
FunctionBenchmarkScanSnapshot_Passthru
(b *testing.B)
stack/context_test.go:2217
FunctionBenchmarkSnapshotHandle
(b *testing.B)
stack/webstack/webstack_test.go:116
FunctionExampleSnapshotHandler
()
stack/webstack/example_test.go:18
FunctionExampleSnapshotHandler_complex
()
stack/webstack/example_test.go:25
FunctionExample_hTML
Converts a stack trace from os.Stdin into HTML on os.Stdout, discarding everything else.
stack/example_test.go:156
FunctionExample_httpHandlerMiddleware
Registers a middleware to trap exceptions and report them on http.Handler. For demonstration purposes, start a web server that panics and call into i
stack/example_test.go:190
FunctionExample_simple
A sample parseStack function expects a stdlib stacktrace from runtime.Stack or debug.Stack and returns the parsed stack object.
stack/example_test.go:168
FunctionExample_stream
Process multiple consecutive goroutine snapshots.
stack/example_test.go:131
FunctionExample_text
Runs a crashing program and converts it to a dense text format like pp does.
stack/example_test.go:29
MethodLess
(i, j int)
stack/stack.go:870
FunctionPanic
Panic panics.
cmd/panic/internal/incorrect/correct.go:10
MethodString
()
stack/state_string.go:36
MethodString
()
stack/location_string.go:23
MethodString
String returns Complete.
stack/stack.go:109
MethodSwap
(i, j int)
stack/stack.go:869
FunctionTestAggregateAggressive
(t *testing.T)
stack/bucket_test.go:152
FunctionTestAggregateDeadlockPanic
(t *testing.T)
stack/bucket_test.go:207
FunctionTestAggregateExactMatching
(t *testing.T)
stack/bucket_test.go:90
FunctionTestAggregateNotAggressive
(t *testing.T)
stack/bucket_test.go:17
FunctionTestAggregated_ToHTML_1Bucket
(t *testing.T)
stack/html_test.go:36
FunctionTestAggregated_ToHTML_1Bucket_Footer
(t *testing.T)
stack/html_test.go:56
FunctionTestAggregated_ToHTML_2Buckets
(t *testing.T)
stack/html_test.go:22
FunctionTestArgs
(t *testing.T)
stack/stack_test.go:231
FunctionTestAtou
(t *testing.T)
stack/context_test.go:2129
FunctionTestAugment
(t *testing.T)
stack/source_test.go:29
FunctionTestAugmentErr
(t *testing.T)
stack/source_test.go:1463
FunctionTestBucketHeader
(t *testing.T)
internal/ui_test.go:68
FunctionTestCalcBucketsLengths
(t *testing.T)
internal/ui_test.go:37
FunctionTestCallPkg
(t *testing.T)
stack/stack_test.go:81
FunctionTestFuncInit
(t *testing.T)
stack/stack_test.go:20
FunctionTestGenerate
(t *testing.T)
stack/html_test.go:69
FunctionTestGetGOPATHs
(t *testing.T)
stack/context_test.go:1427
FunctionTestGetSrcBranchURL
TestGetSrcBranchURL also tests pkgURL and srcURL and symbol.
stack/html_test.go:82
FunctionTestGoRun
(t *testing.T)
stack/context_test.go:1651
FunctionTestGomoduleComplex
TestGomoduleComplex is an integration test that creates a non-trivial tree of go modules using the "replace" statement.
stack/context_test.go:1454
FunctionTestIsGomodule
(t *testing.T)
stack/context_test.go:2107
FunctionTestLineToByteOffsets
(t *testing.T)
stack/source_test.go:1584
FunctionTestMain
TestMain manages a temporary directory to build on first use ../cmd/panic and clean up at the end.
stack/stack_test.go:580
FunctionTestMain
(m *testing.M)
internal/main_test.go:139
FunctionTestMain
(t *testing.T)
cmd/panic/main_test.go:13
FunctionTestMainFn
(t *testing.T)
internal/main_test.go:122
FunctionTestPanic
TestPanic runs github.com/maruel/panicparse/v2/cmd/panic with every supported panic modes.
stack/context_test.go:1730
FunctionTestPanicweb
TestPanicweb implements the parsing of panicweb output. panicweb is a separate binary from the rest of panic because importing the "net" package caus
stack/context_test.go:2045
FunctionTestProcess
(t *testing.T)
internal/main_test.go:24
FunctionTestProcessTwoSnapshots
(t *testing.T)
internal/main_test.go:92
FunctionTestScanSnapshotErr
(t *testing.T)
stack/context_test.go:26
FunctionTestScanSnapshotSynthetic
(t *testing.T)
stack/context_test.go:40
FunctionTestScanSnapshotSyntheticTwoSnapshots
(t *testing.T)
stack/context_test.go:1336
FunctionTestSignature
(t *testing.T)
stack/stack_test.go:274
FunctionTestSignature_Equal
(t *testing.T)
stack/stack_test.go:284
FunctionTestSignature_Less
(t *testing.T)
stack/stack_test.go:310
← previousnext →601–700 of 745, ranked by callers