Home
last modified time | relevance | path

Searched defs:_fn_node (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/callgrind/
Dglobal.h391 struct _fn_node { struct
392 HChar* name;
393 UInt number;
394 Context* last_cxt; /* LRU info */
395 Context* pure_cxt; /* the context with only the function itself */
396 file_node* file; /* reverse mapping for 2nd hash */
397 fn_node* next;
399 Bool dump_before :1;
400 Bool dump_after :1;
401 Bool zero_before :1;
[all …]