Skip to content

Commit cdecd02

Browse files
committed
adding new args needed by valgrind for profiling
1 parent 532dea7 commit cdecd02

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • scripts/docker/profiling/profiles/profiling1

scripts/docker/profiling/profiles/profiling1/start.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
exec valgrind \
33
--tool=callgrind \
44
--callgrind-out-file=/etc/prof-results/callgrind.out.%p \
5+
--trace-children=yes \
6+
--separate-threads=yes \
7+
--dump-instr=yes \
58
--collect-jumps=yes \
9+
--cache-sim=yes \
10+
--branch-sim=yes \
611
freeradius -f -l stdout -S resources.talloc_skip_cleanup=yes

0 commit comments

Comments
 (0)