search for: org_docs_addresssanitizer

Displaying 3 results from an estimated 3 matches for "org_docs_addresssanitizer".

2015 May 28
3
[LLVMdev] Easiest way to collect dynamic Instruction execution counts?
Hi, I'd like a simple and fast way to collect the number of times each Instruction was executed in a given run of the application. As far as I can tell, there are a number of approaches I can take: - Use PIN. This would require using DWARF debug info and Instruction debug info to attempt to map instructions in the binary to instructions in the bitcode; not 100% sure how accurate this will
2015 May 28
0
[LLVMdev] Easiest way to collect dynamic Instruction execution counts?
...appears that such profiling >> only records execution counts at the Function level, not at the individual >> Instruction level. Is that correct? >> >> - Write a new tool similar to AddressSanitizer. >> <https://urldefense.proofpoint.com/v2/url?u=http-3A__clang.llvm.org_docs_AddressSanitizer.html&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=HtoNbGGO3zcoVy6n3_8lqn7ZXiNnqiQKim27ER3buUQ&s=B48ymTvL2IOafrTkfbB7YJl2y6OdfQtG7_I7dfiuNPU&e=> This >> may work, but seems like overkill. >> >> Is there an easier way t...
2015 May 28
1
[LLVMdev] Easiest way to collect dynamic Instruction execution counts?
...rofiling >>> only records execution counts at the Function level, not at the individual >>> Instruction level. Is that correct? >>> >>> - Write a new tool similar to AddressSanitizer. >>> <https://urldefense.proofpoint.com/v2/url?u=http-3A__clang.llvm.org_docs_AddressSanitizer.html&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=Mfk2qtn1LTDThVkh6-oGglNfMADXfJdty4_bhmuhMHA&m=HtoNbGGO3zcoVy6n3_8lqn7ZXiNnqiQKim27ER3buUQ&s=B48ymTvL2IOafrTkfbB7YJl2y6OdfQtG7_I7dfiuNPU&e=> This >>> may work, but seems like overkill. >>> >>> Is there an...