Skip to content

Commit 8288444

Browse files
committed
fix(ci): change query item to c.alloc[spc]
1 parent 257ca6a commit 8288444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/extgens/malloc_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ go run ./cmd/pprof2qlcsv/ -dir $DB_EXT_DIR $OUTPUT_DIR/cpu.out
99
# queryLine for malloc written as external predicates
1010
# it only applies to go1.24.2. Different go version may have different lines
1111
cat <<EOF > $DB_EXT_DIR/queryLine.csv
12-
runtime.mallocgcTiny,1102,"mp := acquirem"
12+
runtime.mallocgcSmallScanNoHeader,1365,"span := c.alloc[spc]"
1313
runtime.mallocgc,1060,"x, elemsize = mallocgcSmallScanNoHeader(size, typ, needzero)"
1414
runtime.mallocgc,1049,"// Actually do the allocation."
1515
EOF

0 commit comments

Comments
 (0)