Lines Matching defs:_CommandLineOptions
76 struct _CommandLineOptions { struct
79 const HChar* out_format; /* Format string for callgrind output file name */
80 Bool combine_dumps; /* Dump trace parts into same file? */
81 Bool compress_strings;
82 Bool compress_events;
83 Bool compress_pos;
84 Bool mangle_names;
85 Bool compress_mangled;
86 Bool dump_line;
87 Bool dump_instr;
88 Bool dump_bb;
89 Bool dump_bbs; /* Dump basic block information? */
92 ULong dump_every_bb; /* Dump every xxx BBs. */
95 Bool separate_threads; /* Separate threads in dump? */
96 Int separate_callers; /* Separate dependent on how many callers? */
97 Int separate_recursions; /* Max level of recursions to separate */
98 Bool skip_plt; /* Skip functions in PLT section? */
99 Bool skip_direct_recursion; /* Increment direct recursions the level? */
101 Bool collect_atstart; /* Start in collecting state ? */
102 Bool collect_jumps; /* Collect (cond.) jumps in functions ? */
104 Bool collect_alloc; /* Collect size of allocated memory */
105 Bool collect_systime; /* Collect time for system calls */
107 Bool collect_bus; /* Collect global bus events */
110 Bool instrument_atstart; /* Instrument at start? */
111 Bool simulate_cache; /* Call into cache simulator ? */
112 Bool simulate_branch; /* Call into branch prediction simulator ? */
115 Bool pop_on_jump; /* Handle a jump between functions as ret+call */
118 Int verbose;
119 ULong verbose_start;