2003
DOI: 10.1016/s1571-0661(04)81042-9
|View full text |Cite
|
Sign up to set email alerts
|

Valgrind

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
12
0

Year Published

2006
2006
2020
2020

Publication Types

Select...
6
2

Relationship

0
8

Authors

Journals

citations
Cited by 256 publications
(12 citation statements)
references
References 23 publications
0
12
0
Order By: Relevance
“…(2) while stack_dfs is not empty do (3) Get the top node block from stack_dfs. 4if block is parsed then (5) if block contains end_ins then (6) Save the traversed nodes, and pop block from stack_dfs. (7) else if all the adjacent nodes of block are visited then (8) Pop block from stack_dfs, mark all adjacent nodes as non-visited.…”
Section: Intercepting All Memory Reads and Writesmentioning
confidence: 99%
See 2 more Smart Citations
“…(2) while stack_dfs is not empty do (3) Get the top node block from stack_dfs. 4if block is parsed then (5) if block contains end_ins then (6) Save the traversed nodes, and pop block from stack_dfs. (7) else if all the adjacent nodes of block are visited then (8) Pop block from stack_dfs, mark all adjacent nodes as non-visited.…”
Section: Intercepting All Memory Reads and Writesmentioning
confidence: 99%
“…If they are not equal, that means the precious analysis Parse curr_ins. (5) if curr_ins is a branch instruction then (6) if the transfer target can be directly determined then (7) Get the target instruction target_ins. (8) Insert curr_ins and extra analysis code to buf.…”
Section: Intercepting Only Memory Writes Except the Stackmentioning
confidence: 99%
See 1 more Smart Citation
“…Seven of the students reported this assignment as their only memory analysis experience, which we regarded as an experience of 0.1 years. Besides VisualVM [108] and MAT [106], the participants already had experience in various tools including Java Melody [51,69], Android Studio [37,42], Valgrind [26,79], and Java Mission Control [86] (including Java Flight Recorder [82]).…”
Section: Study Subjectsmentioning
confidence: 99%
“…To extract these traces, we developed a trace collector by modifying the Cachegrind tool of Valgrind 3.2.3 [9]. The characteristics of the captured traces are described in Table I.…”
Section: Empirical Evaluationsmentioning
confidence: 99%