We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257ca6a commit 8288444Copy full SHA for 8288444
1 file changed
ci/extgens/malloc_test.sh
@@ -9,7 +9,7 @@ go run ./cmd/pprof2qlcsv/ -dir $DB_EXT_DIR $OUTPUT_DIR/cpu.out
9
# queryLine for malloc written as external predicates
10
# it only applies to go1.24.2. Different go version may have different lines
11
cat <<EOF > $DB_EXT_DIR/queryLine.csv
12
-runtime.mallocgcTiny,1102,"mp := acquirem"
+runtime.mallocgcSmallScanNoHeader,1365,"span := c.alloc[spc]"
13
runtime.mallocgc,1060,"x, elemsize = mallocgcSmallScanNoHeader(size, typ, needzero)"
14
runtime.mallocgc,1049,"// Actually do the allocation."
15
EOF
0 commit comments