https://bugs.kde.org/show_bug.cgi?id=392449
Bug ID: 392449 Summary: callgrind not clearing the number of calls properly Product: valgrind Version: 3.13.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: callgrind Assignee: josef.weidendor...@gmx.de Reporter: djedje...@gmail.com Target Milestone: --- Created attachment 111701 --> https://bugs.kde.org/attachment.cgi?id=111701&action=edit use to reproduce Hi, I want to get some Callgrind dumps during a specific period of my process. To clear datas, I use command: exec callgrind_control --zero $PID But I can see, after this command, some resilient calls. I have attached a simple test case to reproduce (tutu.c) main() -> f1() -> f() -> g() Clear datas with callgrind_control -> f2() -> f() -> g() end I expect to get in the callgrind dump only one call to g() but I see two calls to g(). Is it an expected behavior? Thanks, Jerome -- You are receiving this mail because: You are watching all bug changes.